forked from OpenSILEX/phis-docs-community
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
27 lines (27 loc) · 716 Bytes
/
mkdocs.yml
File metadata and controls
27 lines (27 loc) · 716 Bytes
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
site_name: PHIS
site_url: http://www.mkdocs.org
site_description: PHIS documentation with Markdown.
site_author: PHIS Team
#theme: bootstrap
extra_css:
- "css/bootstrap.css"
- "css/site.css"
- "css/navbar.less"
extra_javascript:
- "js/bootsrap.js"
- "js/bootsrap.min.js"
- "js/npm.js"
mdFiles: docs/*/*.md
pages:
- Home: index.md
- User Guide:
- Experimental Organization: experimental-organization.md
- Community: community.md
- Data: datamenu.md
- Events: events.md
- Object Tracking: object-tracking-example.md
- Tools: tools.md
- Ontologies: ontologies.md
- Web Service API: webserviceAPI.md
- Help: help.md
- About: about.md