-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
mkdocs.yml
44 lines (39 loc) · 870 Bytes
/
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
site_name: '@passwordless-id/webauthn'
site_url: https://webauthn.passwordless.id
repo_url: https://github.com/passwordless-id/webauthn
extra_css:
- css/style.css
plugins:
- search
- mermaid2
nav:
- concepts.md
- registration.md
- authentication.md
- faq.md
theme:
#name: readthedocs
name: mkdocs
logo: /img/passkeys-logo-dark.svg
color_mode: light
hljs_style: dark
user_color_mode_toggle: false
custom_dir: docs-theme
#name: material
#locale: en
#logo: img/passkeys-logo-dark.svg
#palette:
# primary: '#7957d5'
#features:
#- content.code.copy
#- navigation.tabs
#- navigation.tabs.sticky
#- toc.integrate
#markdown_extensions:
# - pymdownx.highlight:
# anchor_linenums: true
# line_spans: __span
# pygments_lang_class: true
# - pymdownx.inlinehilite
# - pymdownx.snippets
# - pymdownx.superfences