forked from rainbowdashlabs/sadu-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
105 lines (101 loc) · 2.75 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
103
104
105
site_name: Sadu Docs
site_url: https://sadu.docs.chojo.dev/
site_description: Sadu Documentation
repo_url: https://github.com/rainbowdashlabs/sadu/
repo_name: Sadu
docs_dir: docs
site_dir: site
plugins:
- git-revision-date-localized:
type: date
fallback_to_build_date: true
enable_creation_date: true
nav:
- Home: index.md
- 'Data Source':
- data_source/index.md
- 'Queries':
- queries/index.md
- 'Configuration': queries/configuration.md
- 'Examples': queries/examples.md
- 'Components': queries/components.md
- 'Migration': queries/migration.md
- 'Sql Types':
- types/index.md
- 'Updater':
- updater/index.md
- 'Setup': updater/setup.md
- 'Execution': updater/execution.md
- 'Patching': updater/patching.md
- 'Migration': updater/migration.md
- 'Testing':
- testing/index.md
- 'Queries Legacy':
- queries_legacy/index.md
- 'Configuration': queries_legacy/configuration.md
- 'Examples': queries_legacy/examples.md
- 'Stages': queries_legacy/stages.md
theme:
features:
- navigation.instant
- navigation.tracking
# - navigation.expand
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
# - navigation.indexes
- navigation.top
- content.code.annotate
- navigation.indexes
- toc.follow
- content.code.copy
language: en
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: pink
accent: light blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: pink
accent: light blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- admonition
- pymdownx.details
- toc:
permalink: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
social:
- name: Patreon
icon: fontawesome/brands/patreon
link: https://www.patreon.com/eldoriaplugins
- name: Github
icon: fontawesome/brands/github
link: https://github.com/rainbowdashlabs
- name: Discord
icon: fontawesome/brands/discord
link: https://discord.gg/7Z74AjhRXg