This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 94
/
mkdocs.yml
79 lines (79 loc) · 1.82 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
site_name: FrogBase
site_url: https://frogbase.dev
repo_url: https://github.com/hayabhay/frogbase
repo_name: hayabhay/frogbase
nav:
- Getting Started: index.md
- Installation: installation.md
- Usage: usage.md
- Contributing: contributing.md
- Roadmap: roadmap.md
- History: history.md
theme:
name: material
language: en
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: teal
toggle:
icon: material/lightbulb-off
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: blue grey
toggle:
icon: material/lightbulb-on
name: Switch to light mode
logo: images/logo.svg
favicon: images/logo.svg
features:
- navigation.indexes
- navigation.instant
- content.code.copy
extra_css:
- stylesheets/extra.css
markdown_extensions:
- attr_list
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.critic
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
linenums: true
- pymdownx.superfences
- pymdownx.details
- toc:
baselevel: 1
permalink: true
- meta
plugins:
- include-markdown
- mkdocs-video
- search:
lang: en
- mkdocstrings:
watch:
- frogbase
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/twitter
# replace with your own tweet link below
link: https://twitter.com/hayabhay/
name: Tweet
- icon: fontawesome/brands/github
link: https://github.com/hayabhay/frogbase
name: Github
analytics:
provider: google
property: G-WM8FKZ2NQG