forked from aminalaee/sqladmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
54 lines (47 loc) · 1.28 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
site_name: SQLAlchemy Admin
site_description: Flexible admin dashboard for SQLAlchemy.
site_url: https://aminalaee.github.io/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'
- API Reference:
- Application: 'api_reference/application.md'
- ModelAdmin: 'api_reference/model_admin.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
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_root_heading: true
show_source: false
watch:
- sqladmin/
extra:
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