-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
mkdocs.yml
44 lines (39 loc) · 1.17 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
site_name: Prologue
site_description: Prologue is an elegant and high performance web framework written in Nim language.
theme:
name: 'material'
repo_name: planety/prologue
repo_url: https://github.com/planety/prologue
edit_uri: "https://github.com/planety/prologue/tree/devel/docs"
nav:
- Introduction: "index.md"
- QuickStart: "quickstart.md"
- Configure: "configure.md"
- Event: "event.md"
- Error Handler: "errorhandler.md"
- Headers: "headers.md"
- Requests: "request.md"
- Response: "response.md"
- Context: "context.md"
- Routing: "routing.md"
- Middleware: "middleware.md"
- Static Files: "staticfiles.md"
- Upload Files: "uploadfile.md"
- Session: "session.md"
- Mocking: "mocking.md"
- Server Settings: "server.md"
- Extend Context: "extendctx.md"
- WebSocket: "websocket.md"
- Command Line Tool: "cli.md"
- Views: "views.md"
- OpenAPI: "openapi.md"
- Validation: "validation.md"
- Deployment: "deployment.md"
- FAQ: "faq.md"
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- mkautodoc