forked from FlaskAio/navycut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
64 lines (57 loc) · 1.62 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
site_name: Navycut
site_description: The Full-stack web framework to meet the developer's expectation.
site_url: https://navycut.github.io/
dev_addr: 127.0.0.1:8080
theme:
name: material
palette:
- scheme: default
primary: teal
accent: amber
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
- scheme: slate
primary: teal
accent: amber
toggle:
icon: material/lightbulb
name: Switch to dark mode
logo: https://raw.githubusercontent.com/flaskAio/navycut/main/logos/navycut_logo.png
favicon: https://raw.githubusercontent.com/flaskAio/navycut/main/logos/navycut_logo.png
features:
- search.suggest
- search.highlight
- content.tabs.link
icon:
repo: fontawesome/brands/github-alt
repo_name: FlaskAio/Navycut
repo_url: https://github.com/flaskAio/navycut
plugins:
- search
- markdownextradata:
data: data
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight:
linenums: false
- pymdownx.superfences
nav:
- Navycut: index.md
- Installation: installation.md
- Introduction: introduction.md
- Documentation:
- documentation/index.md
- documentation/model-layer.md
- documentation/view-layer.md
- documentation/template-layer.md
- documentation/forms.md
- documentation/development-process.md
- documentation/the-admin.md
- documentation/security.md
- documentation/internationalization-and-localization.md
- documentation/performance-and-optimization.md
- documentation/common-web-application-tools.md
- documentation/other-core-functionalities.md
- Changelog: changelog.md