-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
104 lines (91 loc) · 2.77 KB
/
mkdocs.yml
File metadata and controls
104 lines (91 loc) · 2.77 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
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
site_name: Flask-Authlib
site_url: http://abduazizziyodov.github.io/flask_authlib
site_description: Flask-Authlib - Authentication Library For Flask Web Framework 🔥
repo_name: flask-authlib
repo_url: https://github.com/AbduazizZiyodov/flask-authlib
edit_uri: ""
theme:
favicon: assets/favicon.ico
icon:
logo: fontawesome/brands/python
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
name: material
palette:
- scheme: default
primary: orange
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: slate
primary: orange
accent: orange
toggle:
icon: material/weather-night
name: Switch to dark mode
features:
- search.suggest
- search.highlight
- content.tabs.link
- navigation.top
plugins:
- search:
lang: en
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/AbduazizZiyodov/flask-authlib
name: See this project on Github
- icon: fontawesome/brands/telegram-plane
link: https://t.me/AbduazizZiyodov
name: Author's Telegram Account
copyright: Copyright © 2021 Abduaziz Ziyodov
markdown_extensions:
- admonition
- pymdownx.highlight:
linenums: true
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
nav:
- Intro: index.md
- Tutorial - User Guide:
- Basic Usage of Library: user-guide/basic_usage.md
- Customization:
- Customize Base Settings: user-guide/base_config.md
- Customize Alerts: user-guide/alerts_config.md
- Customize Templates: user-guide/templates_config.md
- JWT Authentication:
- Intro to JWT: jwt-guide/intro_to_jwt.md
- Setup Basic JWT Authentication: jwt-guide/jwt-usage.md
- Advanced usage of JWT: jwt-guide/jwt-advanced-usage.md
- Customization of settings: jwt-guide/jwt-settings.md
- User model: jwt-guide/custom-user-model.md
- Flask For Beginners:
- flask_tutorials/getting_started.md
- flask_tutorials/running_application.md
- flask_tutorials/routing.md
- flask_tutorials/http_methods.md
- flask_tutorials/templates.md
- flask_tutorials/request_handling.md
extra_css:
- css/custom.css