-
Notifications
You must be signed in to change notification settings - Fork 195
/
mkdocs.yml
72 lines (64 loc) · 2.04 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
site_name: SQLAlchemy Admin
site_description: Flexible admin dashboard for SQLAlchemy.
site_url: https://aminalaee.dev/sqladmin
theme:
name: "material"
palette:
primary: white
features:
- content.code.copy
repo_name: aminalaee/sqladmin
repo_url: https://github.com/aminalaee/sqladmin
edit_uri: ""
nav:
- Introduction: "index.md"
- Configurations: "configurations.md"
- Authentication: "authentication.md"
- Working with Templates: "working_with_templates.md"
- Working with Custom Views: "writing_custom_views.md"
- Working with Files and Images: "working_with_files.md"
- Cookbook:
- Deployment with HTTPS: "cookbook/deployment_with_https.md"
- Optimize relationship loading: "cookbook/optimize_relationship_loading.md"
- Display custom attributes: "cookbook/display_custom_attributes.md"
- Using a request object: "cookbook/using_request_object.md"
- Multiple databases: "cookbook/multiple_databases.md"
- Using rich text editor: "cookbook/using_wysiwyg.md"
- Working with Passwords: "cookbook/working_with_passwords.md"
- API Reference:
- Application: "api_reference/application.md"
- ModelView: "api_reference/model_view.md"
- BaseView: "api_reference/base_view.md"
- Authentication: "api_reference/authentication.md"
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.tabbed
- pymdownx.superfences
extra_css:
- stylesheets/extra.css
watch:
- sqladmin/
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_root_heading: true
show_source: false
extra:
analytics:
provider: google
property: G-MV427T1Z9X
social:
- icon: fontawesome/brands/github
link: https://github.com/aminalaee
- icon: fontawesome/brands/twitter
link: https://twitter.com/aminalaee
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/amin-alaee