-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
47 lines (42 loc) · 1.01 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
site_name: Reflex Clerk
theme:
name: material
features:
- header.autohide
palette:
primary: white
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- attr_list
- md_in_html
- admonition
nav:
- Home: index.md
- Page Setup: page_setup.md
- Auth State: clerk_state.md
- Components:
- ClerkProvider Component: clerk_provider.md
- UI Components: ui_components.md
- Control Components: control_components.md
plugins:
- search
- link-marker
- mkdocstrings:
default_handler: python
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://docs.pydantic.dev/latest/objects.inv
- url: file:docs/objects_reflex.inv
base_url: https://reflex.dev/
options:
find_stubs_package: true
modernize_annotations: true
annotations_path: brief