-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
69 lines (61 loc) · 2.32 KB
/
mkdocs.yml
File metadata and controls
69 lines (61 loc) · 2.32 KB
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
site_name: NextNonce Docs
docs_dir: docs
nav:
- Home: index.md
- Developer:
- Backend:
- Introduction: 'developer/backend/index.md'
- Installation: 'developer/backend/installation.md'
- API Reference: 'developer/backend/reference.md'
- Architecture:
- Overview: 'developer/backend/architecture/overview.md'
- Database Schema: 'developer/backend/architecture/database-schema.md'
- Providers: 'developer/backend/architecture/providers.md'
- Authentication: 'developer/backend/architecture/auth.md'
- Request Flow: 'developer/backend/architecture/request-flow.md'
- Mobile:
- Introduction: 'developer/mobile/index.md'
- Installation: developer/mobile/installation.md
- Architecture:
- Overview: 'developer/mobile/architecture/overview.md'
- UI: 'developer/mobile/architecture/ui.md'
- Navigation: 'developer/mobile/architecture/navigation.md'
- Result and Error: 'developer/mobile/architecture/result-error.md'
- DI: 'developer/mobile/architecture/di.md'
- Network: 'developer/mobile/architecture/network.md'
- Authentication: 'developer/mobile/architecture/auth.md'
- Reactive Flows: 'developer/mobile/architecture/flow.md'
- Caching Strategy: 'developer/mobile/architecture/caching.md'
- Bignum & Formatting: 'developer/mobile/architecture/bignum.md'
- User:
- Welcome: 'user/index.md'
- Installation: 'user/installation.md'
- Getting Started: 'user/getting-started.md'
- Using the App: 'user/using-the-app.md'
theme:
name: material
custom_dir: docs/stylesheets
palette:
# Light mode (Light Purple)
- scheme: default
primary: 'deep purple'
accent: 'deep purple'
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Dark mode (Deep Purple)
- scheme: slate
primary: 'deep purple'
accent: 'deep purple'
toggle:
icon: material/weather-night
name: Switch to light mode
extra_css:
- stylesheets/custom.css
plugins:
- search
- swagger-ui-tag
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences