-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
103 lines (101 loc) · 4.02 KB
/
mkdocs.yml
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
site_name: Linked Data Objects (LDO)
site_url: https://ldo.js.org
repo_url: https://github.com/o-development/ldo
copyright: Copyright © 2016 - 2020 Martin Donath
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
nav:
- Guides:
- 'guides/index.md'
- For Raw Rdf: guides/raw_rdf/index.md
# - For Solid:
# - guides/solid/index.md
- For Solid+React: guides/solid_react/index.md
- Advanced Data Manipulation:
- guides/advanced_data_manipulation/index.md
- API:
- 'api/index.md'
- '@ldo/cli':
- 'api/cli/index.md'
- init: 'api/cli/init.md'
- build: 'api/cli/build.md'
- '@ldo/ldo':
- 'api/ldo/index.md'
- LdoBase: 'api/ldo/LdoBase.md'
- ShapeType: 'api/ldo/ShapeType.md'
- parseRdf: 'api/ldo/parseRdf.md'
- createLdoDatasetFactory: 'api/ldo/createLdoDatasetFactory.md'
- LdoDatasetFactory: 'api/ldo/LdoDatasetFactory.md'
- createLdoDataset: 'api/ldo/createLdoDataset.md'
- LdoDataset: 'api/ldo/LdoDataset.md'
- LdoBuilder: 'api/ldo/LdoBuilder.md'
- toTurtle: 'api/ldo/toTurtle.md'
- toNTriples: 'api/ldo/toNTriples.md'
- serialize: 'api/ldo/serialize.md'
- transactions: 'api/ldo/transactions.md'
- toSparqlUpdate: 'api/ldo/toSparqlUpdate.md'
- languageOf: 'api/ldo/languageOf.md'
- setLanguagePreferences: 'api/ldo/setLanguagePreferences.md'
- graphOf: 'api/ldo/graphOf.md'
- write: 'api/ldo/write.md'
- getDataset: 'api/ldo/getDataset.md'
- '@ldo/solid':
- 'api/solid/README.md'
- createSolidLdoDataset: 'api/solid/functions/createSolidLdoDataset.md'
- SolidLdoDataset: 'api/solid/classes/SolidLdoDataset.md'
- LeafUri: 'api/solid/types/LeafUri.md'
- ContainerUri: 'api/solid/types/ContainerUri.md'
- Leaf: 'api/solid/classes/Leaf.md'
- Container: 'api/solid/classes/Container.md'
- checkRootContainer: 'api/solid/functions/checkRootContainer.md'
- createDataResource: 'api/solid/functions/createDataResource.md'
- deleteResource: 'api/solid/functions/deleteResource.md'
- readResource: 'api/solid/functions/readResource.md'
- updateDataResource: 'api/solid/functions/updateDataResource.md'
- uploadResource: 'api/solid/functions/uploadResource.md'
- getWacUri: 'api/solid/functions/getWacUri.md'
- getWacRuleWithAclUri: 'api/solid/functions/getWacRuleWithAclUri.md'
- setWacRuleForAclUri: 'api/solid/functions/setWacRuleForAclUri.md'
- changeData: 'api/solid/functions/changeData.md'
- commitData: 'api/solid/functions/commitData.md'
- '@ldo/solid-react':
- 'api/solid-react/index.md'
- BrowserSolidLdoProvider: 'api/solid-react/BrowserSolidLdoProvider.md'
- SolidLdoProvider: 'api/solid-react/SolidLdoProvider.md'
- useLdo: 'api/solid-react/useLdo.md'
- useResource: 'api/solid-react/useResource.md'
- useRootContainer: 'api/solid-react/useRootContainer.md'
- useSolidAuth: 'api/solid-react/useSolidAuth.md'
- useSubject: 'api/solid-react/useSubject.md'
# - '@ldo/jsonld-dataset-proxy': 'api/jsonld-dataset-proxy/index.md'
# - '@ldo/dataset': 'api/dataset/index.md'
# - '@ldo/subscribable-dataset': 'api/subscribable-dataset/index.md'
# - '@ldo/schema-converter-shex': 'api/schema-converter-shex/index.md'
# - '@ldo/traverser-shexj': 'api/traverser-shexj/index.md'
# - '@ldo/type-traverser': 'api/type-traverser/index.md'
# - '@ldo/rdf-utils': 'api/rdf-utils/index.md'
theme:
name: material
custom_dir: overrides
logo: assets/Logo-40.png
language: en
favicon: assets/favicon.png
palette:
scheme: slate
primary: black
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.indexes
- navigation.footer
- toc.follow
- search.suggest
- search.highlight