-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
86 lines (74 loc) · 1.8 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
80
81
82
83
84
85
86
site_name: Project Birdbox documentation
copyright: "© Copyright 2011-2024, Mozilla"
dev_addr: 127.0.0.1:8765
# Documentation links
repo_url: https://github.com/mozmeao/birdbox-documentation/
site_url: https://mozmeao.github.io/birdbox-documentation/
markdown_extensions:
- admonition
- attr_list
- footnotes
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- tables
- toc:
permalink: true
toc_depth: 3
title: What's on this page?
nav:
- Home: index.md
- Set up a new site: bootstrapping.md
- Local setup: local_development.md
- Extending: extending.md
- Maintenance: maintenance.md
- FAQs: faqs.md
- About: about.md
- CHANGELOG: changelog.md
plugins:
- search
theme:
name: material
features:
- content.code.annotation
- content.code.copy
- content.tabs.link
- navigation.footer
- navigation.path
- navigation.sections
- navigation.expand
- navigation.tabs
- navigation.top
- search.highlight
- search.suggest
- toc.integrate
icon:
admonition:
note: material/lightbulb
language: en
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: blue gray
accent: green
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: black
accent: teal
extra:
social:
- icon: fontawesome/solid/bug
link: https://github.com/mozmeao/birdbox-documentation/issues/
name: Report a problem with this documentation