-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (35 loc) · 915 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (35 loc) · 915 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
28
29
30
31
32
33
34
35
36
37
38
39
site_name: Graph Browser Documentation
site_url: https://lambdasistemi.github.io/graph-browser/docs/
repo_url: https://github.com/lambdasistemi/graph-browser
theme:
name: material
palette:
scheme: slate
features:
- navigation.indexes
- navigation.sections
- navigation.path
- toc.integrate
- content.code.copy
plugins:
- search
markdown_extensions:
- admonition
- tables
- def_list
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
nav:
- Overview: index.md
- Ontology:
- ontology/index.md
- Core And Application Layers: ontology/layers.md
- Core Diagram: ontology/core-diagram.md
- Application Diagram: ontology/application-diagram.md
- RDF Validation Contract: ontology/validation.md