forked from aminalaee/sqladmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
62 lines (54 loc) · 1.47 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
site_name: SQLAlchemy Admin
site_description: Flexible admin dashboard for SQLAlchemy.
site_url: https://aminalaee.dev/sqladmin
theme:
name: 'material'
palette:
primary: white
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'
- Frequently Asked Questions: 'faq.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'
- Changelog: 'changelog.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:
rendering:
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