-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yaml
82 lines (78 loc) · 1.93 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Github Reusable Workflows
site_description: A collection of reusable GitHub Actions workflows
docs_dir: docs/
site_author: DAI
site_url: https://tx-pts-dai.github.io/github-workflows/
repo_name: github-workflows
repo_url: https://github.com/tx-pts-dai/github-workflows
theme:
name: material
logo: images/logo.png
favicon: images/favicon.png
palette:
- scheme: default
primary: indigo
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
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
features:
- navigation.tabs.sticky
- navigation.tabs
- content.code.copy
- navigation.indexes
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/tx-pts-dai/github-workflows
analytics:
provider: google
property: G-J2L3YBBVQJ
plugins:
- include-markdown
- awesome-pages
- search:
lang:
- en
- tags
markdown_extensions:
- attr_list
- admonition
- codehilite
- footnotes
- md_in_html
- pymdownx.critic
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
check_paths: true
# base_path: docs
- pymdownx.superfences
- toc:
permalink: true