forked from jython/jython.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnavbar.yml
More file actions
37 lines (37 loc) · 1.15 KB
/
navbar.yml
File metadata and controls
37 lines (37 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# This file contains the contents of the navigation bar.
# If subItems are defined the menu will contain a drop down containing the sub items
navbar:
- title: Home
url: index
- title: News
url: news
- title: Download
url: download
- title: Documentation
subItems:
- title: Installation
url: installation
- title: JavaDoc
url: http://www.javadoc.io/doc/org.python/jython-standalone/2.7.1
- title: Jython Book
url: https://jython.readthedocs.io/en/latest/
- title: Wiki
url: https://wiki.python.org/jython/
- title: Archived Sites
url: archived_sites
- title: Development
subItems:
- title: Bug tracker
url: http://bugs.jython.org/
- title: Github
url: https://github.com/jythontools/jython
- title: Mercurial
url: https://hg.python.org/jython/
- title: Mailing List
url: https://sourceforge.net/p/jython/mailman/
- title: Developer Guide
url: https://jython-devguide.readthedocs.io/en/latest/
- title: Website source
url: https://github.com/jython/jython.github.io/
- title: Links
url: links