-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (31 loc) · 891 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (31 loc) · 891 Bytes
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
site_name: Viper 2
repo_url: https://github.com/viper-framework/viper2
edit_uri: edit/main/docs/
copyright: Copyright © 2023 Claudio Guarnieri
site_description: Viper 2 Documentation
markdown_extensions:
- attr_list
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.highlight:
use_pygments: true
theme:
name: material
features:
- tabs
plugins:
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/botherder
- icon: fontawesome/brands/mastodon
link: https://mastodon.social/@botherder
- icon: fontawesome/brands/twitter
link: https://twitter.com/botherder
nav:
- Welcome: "index.md"