-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
25 lines (25 loc) · 874 Bytes
/
mkdocs.yml
File metadata and controls
25 lines (25 loc) · 874 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
site_name: Agrisemantics
theme: 'windmill'
repo_url: https://github.com/agrisemantics/website
repo_name: 'Github'
edit_uri: 'edit/master/docs/'
site_description: 'Agrisemantics home page'
dev_addr: '127.0.0.1:8080'
nav:
- Agrisemantics: 'index.md'
- 'Agrisemantics WG @ RDA':
- 'About': 'agsem_about.md'
- 'Recommendations': 'agsem_recommendations.md'
- 'Getting involved': 'getting_involved.md'
- 'Adopters': 'adopters.md'
- GACS:
- 'About GACS': 'GACShome.md'
- Guidelines:
- 'Concepts': 'concepts.md'
- 'Concept relations': 'relations.md'
- 'Concept definitions': 'definitions.md'
- 'Concept labels': 'labels.md'
- 'Scientific and common names': 'names.md'
- 'Thematic classification': 'thematic_classification.md'
- 'Scope notes': 'scopenotes.md'
- 'Reference material': 'reference.md'