-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
82 lines (81 loc) · 1.96 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
site_name: Nimba Framework
site_description: Nimba framework, easy to learn, fast to code
site_url: https://framework.nimbasolution.com/
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
features:
- search.suggest
- search.highlight
icon:
repo: fontawesome/brands/github-alt
logo: img/nimba-logo.png
favicon: img/nimba.ico
language: en
repo_name: nimba/framework
repo_url: https://github.com/hadpro24/nimba-framework
edit_uri: ''
google_analytics:
- UA-133183413-1
- auto
nav:
- Nimba Framework: index.md
- features.md
- Tutorial - User Guide:
- tutorial/index.md
- tutorial/path-params.md
- tutorial/css-style.md
- tutorial/query-params.md
- tutorial/post-params.md
- tutorial/models.md
- tutorial/forms.md
- tutorial/deployment.md
- Advanced User Guide:
- advanced/index.md
- advanced/path-operation-advanced-configuration.md
- advanced/additional-status-codes.md
- advanced/response-directly.md
- advanced/custom-response.md
- Advanced Security:
- advanced/security/index.md
- advanced/security/oauth2-scopes.md
- advanced/using-request-directly.md
- advanced/middleware.md
- Deployment:
- deployment/index.md
- deployment/versions.md
- deployment/https.md
- contributing.md
- release-notes.md
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/hadpro24/nimba-framework
- icon: fontawesome/brands/twitter
link: https://twitter.com/harouna_gn
generator: false
extra_css:
- css/termynal.css
- css/custom.css
extra_javascript:
- https://unpkg.com/mermaid@8.4.6/dist/mermaid.min.js
- js/termynal.js
- js/custom.js
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.superfences
- smarty