forked from FreeFlarum/freeflarum.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
56 lines (48 loc) · 1.24 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
site_name: FreeFlarum Documentation
site_url: https://freeflarum.com/docs/
theme:
name: "material"
language: en
palette:
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: orange
accent: yellow
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: orange
accent: yellow
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
nav:
- Home: '/docs/'
- About: 'about.md'
- FaQ: 'faq.md'
- Troubleshooting: 'troubleshooting.md'
- Roadmap: 'roadmap.md'
- Tutorials:
- 'Exporting Your Forum': 'tutorials/exporting-forum.md'
- 'Custom Domain': 'tutorials/linking-custom-domain.md'
- 'Configuring Mail': 'tutorials/configuring-mail.md'
- Legal:
- 'Privacy Policy': 'legal/privacy-policy.md'
- 'Terms': 'legal/terms.md'
- Changelog:
- 'FreeFlarum Rebase (July 2021)': 'changelog/freeflarum-v3.0.md'
extra_css:
- 'extra/freeflarum.css'
markdown_extensions:
- admonition
- toc:
permalink: ⚓︎
plugins:
- search
repo_url: https://github.com/gwillem/freeflarum.com