-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
113 lines (103 loc) · 3.22 KB
/
mkdocs.yml
File metadata and controls
113 lines (103 loc) · 3.22 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
site_name: CEON Development Documentation
site_description: Circular Economy Ontology Network – Development Process, Requirements, and Usage
site_url: https://liusemweb.github.io/CEON/docs
repo_url: https://github.com/LiUSemWeb/CEON
repo_name: LiUSemWeb/CEON
docs_dir: dev-documentation
site_dir: docs/dev
#edit_uri: edit/develop/docs-mkdocs/docs/
theme:
name: material
logo: https://liusemweb.github.io/CEON/images/ceon-logo.png
favicon: https://liusemweb.github.io/CEON/images/ceon-logo.png
palette:
scheme: default
primary: custom
accent: custom
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- navigation.footer
- search.highlight
- search.suggest
- content.code.copy
- content.code.annotate
font:
text: Roboto
code: Roboto Mono
extra_css:
- https://liusemweb.github.io/CEON/stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/LiUSemWeb/CEON
name: CEON on GitHub
homepage: https://w3id.org/CEON/
plugins:
- search
- glightbox
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- attr_list
- md_in_html
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Development/Maintenance:
- Overview: development.md
- Development Process:
- Overview: methodology/index.md
- Methodology: methodology/methodology.md
- Development and Publishing: methodology/development-publishing.md
- Maintenance Plan:
- Overview: maintenance/index.md
- Maintenance Scenarios: maintenance/scenarios.md
- Support: maintenance/support.md
- Community & Standardization: maintenance/community.md
- v1.0.0:
- Requirements:
- Overview: 1.0.0/requirements/index.md
- CEC1: 1.0.0/requirements/cec1.md
- CEC2: 1.0.0/requirements/cec2.md
- CEC3: 1.0.0/requirements/cec3.md
- CEC4: 1.0.0/requirements/cec4.md
- CEC5: 1.0.0/requirements/cec5.md
- Competency Questions:
- Overview: 1.0.0/competency-questions/index.md
- CEC1: 1.0.0/competency-questions/cec1.md
- CEC2: 1.0.0/competency-questions/cec2.md
- CEC3: 1.0.0/competency-questions/cec3.md
- CEC4: 1.0.0/competency-questions/cec4.md
- CEC5: 1.0.0/competency-questions/cec5.md
- SPARQL Queries:
- Overview: 1.0.0/sparql/index.md
- CEC1: 1.0.0/sparql/cec1.md
- CEC2: 1.0.0/sparql/cec2.md
- CEC3: 1.0.0/sparql/cec3.md
- CEC4: 1.0.0/sparql/cec4.md
- CEC5: 1.0.0/sparql/cec5.md
- Usage Examples:
- Overview: 1.0.0/usage/index.md
- Construction: 1.0.0/usage/construction.md
- Electronics: 1.0.0/usage/electronics.md
- Textile: 1.0.0/usage/textile.md