-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yaml
116 lines (107 loc) · 3.27 KB
/
mkdocs.yaml
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
108
109
110
111
112
113
114
115
site_name: yobagoya.com
repo_url: "https://github.com/fumbles/yobagoya"
nav:
- Landing: "index.md"
- Under Construction:
- "Some Pages": "page1.md"
theme:
name: 'material'
custom_dir: 'theme'
static_templates:
- 404.css
features:
- navigation.expand
- search.highlight
- search.suggest
- navigation.tabs
- navigation.tabs.sticky
#- navigation.indexes # breaks base page toc
- navigation.sections
- toc.integrate
- content.code.copy
#- navigation.instant
#- navigation.instant.prefetch
#- navigation.instant.progress
- content.code.annotate
icon:
annotation: material/cloud-circle
admonition:
info: simple/ibmcloud
note: octicons/tag-16
abstract: octicons/checklist-16
#tip: octicons/squirrel-16
tip: simple/ibm
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
quote: fontawesome/solid/paint-roller
font:
text: IBM Plex Sans
code: IBM Plex Mono
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- offline
- open-in-new-tab
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
- exclude-search:
exclude:
- minify: # An MkDocs plugin to minify HTML, JS or CSS files prior to being written to disk.
minify_html: true
- glightbox # Adds better image loading
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
#- markdown_grid_tables
- markdown_tables_extended
- md_in_html
- pymdownx.caret
- admonition # Adds boxes for Notes, Warnings, etc.
- attr_list # Adds attribute lists to generated HTML
- codehilite # Syntax coloring for code blocks
- def_list # Adds syntax for definition lists
- pymdownx.tasklist:
custom_checkbox: true
- sane_lists # Enables list items with multiple paragraphs
- kbdextension # <kbd> keyboard like hilight for markdown
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details # Enable collapsible sections
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
#custom_fences:
#- name: mermaid
#class: mermaid
#format: !!python/name:pymdownx.superfences.fence_code_format
#- pymdownx.progressbar:
- toc: # Builds a table of contents
permalink: "#" # Puts a "#" at the end of each header, which # copies a link to that header when clicked
title: On this page