-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (48 loc) · 1.02 KB
/
mkdocs.yml
File metadata and controls
53 lines (48 loc) · 1.02 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
site_name: Ayam Secure Docs
site_description: Knowledge base for Ayam Secure
site_author: Ayam Secure
site_url: https://docs.ayamsecure.com
site_dir: '/site'
# Navigation menu
nav:
- Home: index.md
- About:
- about/index.md
- Software:
- software/index.md
# Repository
repo_name: ayamsecure/docs
repo_url: https://github.com/ayamsecure/docs
theme:
name: 'material'
language: 'en'
features:
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.tabs
# - navigation.tabs.sticky
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: amber
accent: amber
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
# logo: 'images/[your logo]'
# feature:
# tabs: false
markdown_extensions:
- toc:
permalink: ⚓︎
plugins:
- search