-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
107 lines (94 loc) · 2.7 KB
/
mkdocs.yml
File metadata and controls
107 lines (94 loc) · 2.7 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
nav:
- Home: index.md
- Reference: reference/index.md
- Change log: changelog/index.md
## Config ##
repo_name: actions-documenter
repo_url: https://github.com/userbradley/actions-documenter
edit_uri: edit/dev/docs/
site_name: "Actions Documenter"
site_url: "https://userbradley.github.io/actions-documenter"
site_description: Actions Documenter
theme:
name: material
icon:
repo: fontawesome/brands/github-alt
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
# tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- content.code.copy
# - search.highlight
- navigation.instant # IDK
- navigation.tracking #Anchor links
- navigation.top # back to top of page
- navigation.indexes # Allows index.md pages
- navigation.tabs
- content.tabs.link
- content.code.annotate
- search.share
markdown_extensions:
- admonition
- pymdownx.details
- attr_list
- md_in_html
- md_in_html
- footnotes
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true # Pretty check lists
- tables
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.snippets
- abbr
- footnotes
- pymdownx.superfences: # https://mermaid.js.org/syntax/flowchart.html and https://squidfunk.github.io/mkdocs-material/reference/diagrams/#configuration
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- search
- social
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://uk.linkedin.com/in/bradley-stannard
name: My Linkedin
- icon: fontawesome/brands/github-alt
link: https://github.com/userbradley
name: My Github
- icon: fontawesome/solid/paper-plane
link: mailto:webmaster@breadnet.co.uk
- icon: fontawesome/solid/file-lines
link: https://breadnet.co.uk
name: My Website
generator: false # I am sorry I will enable it later