-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (42 loc) · 1011 Bytes
/
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
site_name: Backend Project
theme:
name: material
logo: assets/logo.png
favicon: assets/logo.png
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: red
accent: amber
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: red
accent: amber
features:
- navigation.indexes
- navigation.instant
- navigation.top
- navigation.tracking
docs_dir: ./docs
extra:
generator: false
nav:
- File Tree: file-tree
- Usage: usage
- Inspect Database: inspect-database
- ER Diagram: ER
- Software Architecture: arch
- REST API: api
plugins:
- swagger-ui-tag:
docExpansion: none
filter: ""
syntaxHighlightTheme: monokai
supportedSubmitMethods: ["get", "put", "post", "delete"]
site_dir: ./build
site_url: https://mehmetumit.github.io/backend-project/
repo_url: https://github.com/mehmetumit/backend-project