forked from yezz123/authx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
111 lines (106 loc) · 3.2 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
site_name: AuthenticationX
site_description: Ready to use and customizable Authentications and Oauth2 management for FastAPI ⚡
site_url: https://yezz123.github.io/AuthX/
theme:
features:
- header.autohide
name: 'material'
palette:
- scheme: default
primary: teal
accent: amber
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
primary: teal
accent: amber
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
favicon: favicon.png
features:
- search.suggest
- search.highlight
- content.tabs.link
icon:
repo: fontawesome/brands/github
repo_name: Yezz123/AuthX
repo_url: https://github.com/yezz123/AuthX
edit_uri: ""
markdown_extensions:
- markdown_include.include:
base_path: docs
- toc:
permalink: true
- admonition
- codehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- pymdownx.tasklist
- pymdownx.tabbed
plugins:
- search
- mermaid2:
arguments:
theme: |
^(JSON.parse(window.localStorage.getItem('/.__palette')).index == 1) ? 'dark' : 'light'
extra_javascript:
- https://unpkg.com/mermaid/dist/mermaid.min.js
nav:
- About: index.md
- installation.md
- Configuration:
- configuration/Get-Started.md
- Models:
- Introduction: configuration/models/index.md
- configuration/models/base.md
- configuration/models/social.md
- configuration/models/properties.md
- Database Provider:
- Introduction: configuration/database/index.md
- configuration/database/functions.md
- Cache Provider:
- Introduction: configuration/cache/index.md
- configuration/cache/functions.md
- Authentication backends:
- Introduction: configuration/auth/index.md
- configuration/auth/jwt.md
- Social Authentication:
- Introduction: configuration/social/index.md
- configuration/social/facebook.md
- configuration/social/google.md
- configuration/social/addons.md
- UserManager Provider:
- Introduction: configuration/core/index.md
- configuration/core/user_manager.md
- Routers:
- Introduction: configuration/routers/index.md
- configuration/routers/authentication.md
- configuration/routers/administration.md
- configuration/routers/password.md
- configuration/routers/social.md
- configuration/routers/search.md
- Help AuthX - Get Help: help.md
- Development - Contributing: contributing.md
- Frequently Asked Questions: faq.md
- Code of Conduct: code_of_conduct.md
- License: license.md
- Release Notes: release.md
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/yezz123
- icon: fontawesome/brands/discord
link: https://discord.gg/2hdSWVgNPH
- icon: fontawesome/brands/twitter
link: https://twitter.com/THyasser1
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/yezz123
- icon: fontawesome/solid/globe
link: https://yezz.me
- icon: fontawesome/brands/product-hunt
link: https://producthunt.com/posts/authx