-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
77 lines (69 loc) · 1.96 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
site_name: Passgen
site_url: https://passgen.it
copyright: 'Copyright © 2023 Patrick M. Elsen'
repo_name: 'xfbs/passgen'
repo_url: 'https://gitlab.com/xfbs/passgen'
theme:
name: 'material'
features:
- navigation.instant
- navigation.tracking
markdown_extensions:
- attr_list
- md_in_html
- tables
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.keys
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- search
- kroki:
HttpMethod: POST
nav:
- Home: index.md
- Usage:
- Usage: usage.md
- Presets: presets.md
- Syntax: syntax.md
- Entropy: entropy.md
- Randomness: randomness.md
- Releases:
- Nightly: nightly.md
- WASI: wasi.md
- Installation: install.md
- Development:
- Resources: development/index.md
- Building: development/building.md
- Tooling:
- Overview: development/tooling.md
- Testing: development/tooling/testing.md
- Benchmarks: development/tooling/benchmarks.md
- Sanitizers: development/tooling/sanitizers.md
- Formatting: development/tooling/formatting.md
- Includes: development/tooling/includes.md
- Symbols: development/tooling/symbols.md
- Coverage: development/tooling/coverage.md
- Documentation: development/tooling/documentation.md
- Packaging: development/tooling/packaging.md
- CI/CD: development/tooling/ci.md
- Security: development/security.md
- Repository: "https://gitlab.com/xfbs/passgen"
- Coverage: "https://passgen.it/coverage/lcov/"
- Documentation: "https://passgen.it/docs/"
- Licenses: licenses.md
- About: about.md
extra_css:
- stylesheets/extra.css
validation:
omitted_files: info
absolute_links: warn
unrecognized_links: warn