generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
80 lines (74 loc) · 1.74 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
site_name: Docker MkDocs
nav:
- Home: index.md
- User Guide: user-guide.md
- Maintainer Guide: maintainer-guide.md
- Tools:
- DockerHub: dockerhub.md
- Git: git.md
- Docker: docker.md
- Poetry: poetry.md
- Dive: dive.md
- License: license.md
theme:
name: material
features:
- content.action.edit
- content.code.annotate
- content.code.copy
- navigation.expand
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.tracking
- search.highlight
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
repo_url: https://github.com/hackforla/docker-mkdocs
repo_name: hackforla/docker-mkdocs
edit_uri: edit/main/docs/
plugins:
- search
- autolinks
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- pymdownx.betterem
- pymdownx.blocks.details
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.keys
- pymdownx.mark
- pymdownx.snippets:
url_download: True
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- toc:
title: On this page
permalink: true
watch:
- README.md
- LICENSE