/[sudobot]/trunk/mkdocs.yml
ViewVC logotype

Contents of /trunk/mkdocs.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 115 - (show annotations)
Mon Jul 29 17:28:39 2024 UTC (8 months, 1 week ago) by rakin
File size: 1148 byte(s)
Update mkdocs.yml
1 site_name: SudoBot Docs
2 site_url: https://virtual-designer.github.io/sudobot
3
4 theme:
5 name: 'material'
6 logo: 'assets/images/sudobot.png'
7 favicon:
8 'assets/images/sudobot.png'
9 features:
10 - navigation.tabs
11 - navigation.instant
12 - navigation.top
13 - toc.integrate
14 - content.code.annotate
15 - navigation.tracking
16 - search.highlight
17 - search.share
18 - search.suggest
19 palette:
20 - scheme: default
21 toggle:
22 icon: material/toggle-switch
23 name: Switch to dark mode
24 - scheme: slate
25 toggle:
26 icon: material/toggle-switch-off-outline
27 name: Switch to light mode
28
29 font:
30 text: 'Roboto'
31
32 repo_name: 'GitHub'
33 repo_url: 'https://github.com/virtual-designer/sudobot'
34 edit_uri: edit/main/docs/
35
36 extra_css:
37 - 'assets/css/style.css'
38
39 extra:
40 version:
41 provider: mike
42
43 plugins:
44 - social:
45 cards: true
46
47 markdown_extensions:
48 - admonition
49 - pymdownx.details
50 - pymdownx.superfences
51 - pymdownx.tabbed
52 - pymdownx.keys
53 - attr_list
54 - toc:
55 permalink: "#"
56 - pymdownx.betterem:
57 smart_enable: all
58
59 copyright: 'Copyright © Ar Rakin 2022'

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26