generated from silverbulletmd/silverbullet-plug-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
93 lines (86 loc) · 1.87 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
site_name: Silverbullet AI Plug
repo_url: https://github.com/justyns/silverbullet-ai
edit_uri: edit/main/docs/
docs_dir: docs/_public
theme:
name: material
color_mode: auto
user_color_mode_toggle: true
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.footer
- navigation.path
- navigation.indexes
- content.action.edit
- content.code.copy
- content.code.annotate
- search.suggest
- search.highlight
- search.share
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.keys
- admonition
- pymdownx.details
- footnotes
# - wikilinks
# - def_list
- mdx_truly_sane_lists
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/justyns/silverbullet-ai
plugins:
- include_dir_to_nav
- search
# TODO: Doesn't really work with pub since it creates new files
# - git-revision-date-localized:
# enable_creation_date: true
# - optimize
hooks:
- docs/mkdocs-sb.py
watch:
- docs/_public
- docs/mkdocs-sb.py
- mkdocs.yml
exclude_docs: |
SETTINGS.md
PLUGS.md
SECRETS.md
template/
Library/
Features.md
Commands.md
nav:
- Home: index.md
- Quick Start.md
- Installation.md
- Configuration:
- Configuration.md
- Configuration
- AI Core Library.md
- Templated Prompts.md
- Commands:
- Commands
- Providers:
- Providers
- Changelog.md
- Development.md