forked from Bubobubobubobubo/sardine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
62 lines (57 loc) · 1.29 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
site_name: Sardine
site_url: https://sardine.raphaelforment.fr
site_author: Raphaël Forment
nav:
- Home: index.md
- Showcase: showcase.md
- Install: installation.md
- Configuration: configuration.md
- Troubleshot: troubleshot.md
- Tutorial: tutorial.md
- Reference: reference.md
- Sardinopedia: sardinopedia.md
- About: about.md
theme:
palette:
primary: black
accent: orange
font:
code: Roboto Mono
text: Roboto Mono
name: material
icon:
repo: fontawesome/brands/git-alt
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
logo: images/sardine_logo_single.svg
custom_dir: docs/overrides
extra:
generator: false
plugins:
- search
docs_dir: docs
markdown_extensions:
- tables
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
- def_list
- pymdownx.tasklist:
custom_checkbox: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Bubobubobubobubo/sardine
- icon: fontawesome/brands/twitter
link: https://twitter.com/RaphBubo
repo_url: https://github.com/Bubobubobubobubo/sardine