forked from woodruffw/zizmor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
60 lines (55 loc) · 1.26 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
site_name: "🌈 zizmor"
# site_description: zizmor
site_url: https://woodruffw.github.io/zizmor
docs_dir: docs
site_dir: site_html
dev_addr: "127.0.0.1:9999"
repo_url: https://github.com/woodruffw/zizmor
edit_uri: edit/main/docs
nav:
- Welcome: "index.md"
- "installation.md"
- "quickstart.md"
- "usage.md"
- "configuration.md"
- "audits.md"
- "development.md"
- External links:
- "crates.io 🔗": https://crates.io/crates/zizmor
theme:
name: material
palette:
scheme: slate
icon:
annotation: material/arrow-right-circle
repo: fontawesome/brands/github-alt
features:
- navigation.expand
- navigation.sections
- navigation.tracking
- content.action.edit
- content.action.view
- content.code.copy
- content.code.annotate
markdown_extensions:
# Makes sure we render `<https://...>`-style links correctly.
- pymdownx.magiclink:
repo_url_shorthand: true
normalize_issue_symbols: true
provider: github
user: woodruffw
repo: zizmor
- pymdownx.emoji
- admonition
- pymdownx.details
- pymdownx.superfences
- md_in_html
- attr_list
- toc:
permalink: 🔗
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
extra_css:
- magiclink.css