forked from TimChild/reflex-clerk-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
55 lines (49 loc) · 1.34 KB
/
mkdocs.yml
File metadata and controls
55 lines (49 loc) · 1.34 KB
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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Reflex Clerk API Docs
site_url: https://timchild.github.io/reflex-clerk-api
repo_url: https://github.com/TimChild/reflex-clerk-api
site_description: Documentation reflex-clerk-api
site_author: Tim Child
copyright: Copyright 2025
nav:
- About: about.md
- Getting Started: getting_started.md
- Reference:
- full_docs/clerk_provider.md
- full_docs/control_components.md
- full_docs/unstyled_components.md
- full_docs/pages.md
- full_docs/user_components.md
- full_docs/authentication_components.md
- Features: features.md
- Migrating: migrating.md
theme:
name: material
features:
- content.action.edit
- navigation.instant
palette:
- scheme: slate
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/eye
name: Switch to light mode
- scheme: default
media: "(prefers-color-scheme: light)"
toggle:
icon: material/eye-outline
name: Switch to dark mode
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- search
# - sitemap
- mkdocstrings:
default_handler: python
handlers:
python:
options:
members_order: source
show_symbol_type_heading: true