-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (33 loc) · 791 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
37 lines (33 loc) · 791 Bytes
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
site_name: fastapi-passkeys
site_description: Passkeys / WebAuthn authentication for FastAPI.
repo_url: https://github.com/javlondevv/fastapi-passkeys
repo_name: javlondevv/fastapi-passkeys
theme:
name: material
features:
- navigation.sections
- content.code.copy
palette:
- scheme: default
primary: indigo
- scheme: slate
primary: indigo
nav:
- Home: index.md
- Quickstart: quickstart.md
- Concepts: concepts.md
- Storage backends: storage.md
- Security model: security.md
- Migrating from django-passkeys: migration.md
- API reference: reference.md
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- tables
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src]