-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yaml
35 lines (35 loc) · 1.04 KB
/
mkdocs.yaml
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
site_name: SPARQL Anything
site_url: http://sparql-anything.cc
repo_url: https://github.com/SPARQL-Anything/sparql.anything
repo_name: GitHub
edit_uri: null
site_description: SPARQL Anything online documentation
theme:
name: readthedocs
nav:
- Reference:
- Introduction: 'README.md'
- Configuration: 'Configuration.md'
- Functions: 'FUNCTIONS_AND_MAGIC_PROPERTIES.md'
- Docker: 'BROWSER.md'
- Tutorials: 'TUTORIALS.md'
- 'Guide on formats':
- CSV: 'formats/CSV.md'
- JSON: 'formats/JSON.md'
- XML: 'formats/XML.md'
- HTML: 'formats/HTML.md'
- YAML: 'formats/YAML.md'
- Markdown: 'formats/Markdown.md'
- Bibtex: 'formats/Bibtex.md'
- Binary: 'formats/Binary.md'
- Archive: 'formats/Archive.md'
- TXT: 'formats/TXT.md'
- RDF: 'formats/RDF_Files.md'
- Spreadsheet: 'formats/Spreadsheet.md'
- Word: 'formats/Word_Processing_Document.md'
- Slides: 'formats/Slides.md'
extra_css: [styles.css]
sticky_navigation: true
markdown_extensions:
- tables
- admonition