-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
53 lines (48 loc) · 1.16 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
site_name: SHACL-X
theme:
name: material
language: en
features:
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.path
- navigation.top
- toc.integrate
- content.code.copy
- content.code.annotation
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: blue
accent: purple
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: blue
accent: lime
nav:
- Home: 'index.md'
- API: 'api.md'
- X as RDF: 'rdf.md'
- Functions: 'functions.md'
- Constraints: 'constraints.md'
- Rules: 'rules.md'
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/shacl-x/shacl-x
plugins:
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
copyright: |
© 2024 <a target="_blank" rel="noopener" href="https://ashleycaselli.github.io/">Ashley Caselli</a>