-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathmkdocs.yml
78 lines (78 loc) · 1.85 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
78
site_name: hax
repo_url: https://github.com/hacspec/hax
repo_name: GitHub
theme:
name: material
logo: static/img/logo.png
favicon: static/img/favicon.png
custom_dir: docs/overrides
palette:
primary: white
features:
- content.code.copy
- content.code.select
- content.code.annotate
- navigation.sections
- navigation.path
- navigation.tabs
- header.autohide
- navigation.instant
- navigation.indexes
icon:
repo: fontawesome/brands/github
tag:
draft: material/sticker-outline
accepted: material/sticker-check-outline
proposed: material/sticker-plus-outline
deprecated: material/sticker-minus-outline
superseded: material/sticker-alert-outline
rejected: material/sticker-remove-outline
extra_javascript:
- javascripts/hax_playground.js
- javascripts/ansi_up.js
- javascripts/fstar.js
- javascripts/lz-string.js
extra_css:
- stylesheets/tags-colors.css
- stylesheets/hax_playground.css
- stylesheets/logo.css
extra:
tags:
Draft: draft
Accepted: accepted
Proposed: proposed
Superseded: superseded
Deprecated: deprecated
Rejected: rejected
markdown_extensions:
- attr_list
- tables
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.keys
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.arithmatex:
generic: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- glightbox
- search
- offline
- blog
- mkdocs-nav-weight
- tags:
tags_file: RFCs/index.md