-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
57 lines (51 loc) · 1.56 KB
/
mkdocs.yaml
File metadata and controls
57 lines (51 loc) · 1.56 KB
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
site_name: Bifrost MkDocs
site_description: Intility Bifrost theme plugin for MkDocs Material
site_author: Intility
site_url: https://intility.github.io/bifrost-mkdocs
copyright: Copyright © 2026 Intility
extra:
version: 0.6.1 # x-release-please-version
social:
- icon: fontawesome/brands/github
link: https://github.com/intility/bifrost-mkdocs
theme:
name: material
language: en
palette:
- scheme: light
primary: teal # Bifrost theme: teal, purple, pink, or yellow
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: dark
primary: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- intility-bifrost
- search:
lang: en
- git-revision-date-localized:
enable_creation_date: true
type: timeago
nav:
- Home: index.md
- Feature Showcase:
- showcase/index.md
- Typography: showcase/typography.md
- Smart Symbols: showcase/smart-symbols.md
- Keyboard Keys: showcase/keyboard-keys.md
- Buttons: showcase/buttons.md
- Lists: showcase/lists.md
- Tables: showcase/tables.md
- Admonitions: showcase/admonitions.md
- Code Blocks: showcase/code-blocks.md
- Content Tabs: showcase/content-tabs.md
- Diagrams: showcase/diagrams.md
- Math: showcase/math.md
- Footnotes: showcase/footnotes.md
- Abbreviations: showcase/abbreviations.md
- Icons & Emojis: showcase/icons-emojis.md
- Grid Cards: showcase/grid-cards.md
- Changelog: changelog.md