forked from simonask/w
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (36 loc) · 1.87 KB
/
mkdocs.yml
File metadata and controls
42 lines (36 loc) · 1.87 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
site_name: Wayward Documentation
site_description: Wayward Web Framework documentation
repo_url: https://github.com/simonask/w
pages:
# Base:
- [index.md, "Overview"]
# Wayward API:
- ["wayward/overview.md", "Wayward API", "Overview"]
- ["wayward/routing.md", "Wayward API", "Routing"]
- ["wayward/request.md", "Wayward API", "Requests"]
- ["wayward/response.md", "Wayward API", "Rendering Responses"]
- ["wayward/advanced_routes.md", "Wayward API", "Advanced Routes"]
- ["wayward/templates.md", "Wayward API", "Templates"]
# Wayward Support API:
- ["wayward/support/overview.md", "Wayward Support API", "Overview"]
- ["wayward/support/any.md", "Wayward Support API", "Any"]
- ["wayward/support/command_line_options.md", "Wayward Support API", "CommandLineOptions"]
- ["wayward/support/data_franca.md", "Wayward Support API", "Data Franca"]
- ["wayward/support/datetime.md", "Wayward Support API", "DateTime"]
- ["wayward/support/either.md", "Wayward Support API", "Either"]
- ["wayward/support/error.md", "Wayward Support API", "Error"]
- ["wayward/support/fiber.md", "Wayward Support API", "Fiber"]
- ["wayward/support/format.md", "Wayward Support API", "Format"]
- ["wayward/support/http.md", "Wayward Support API", "HTTP"]
- ["wayward/support/json.md", "Wayward Support API", "JSON"]
- ["wayward/support/logger.md", "Wayward Support API", "Logger"]
- ["wayward/support/maybe.md", "Wayward Support API", "Maybe"]
- ["wayward/support/monads.md", "Wayward Support API", "Monads"]
- ["wayward/support/reflection.md", "Wayward Support API", "Reflection"]
- ["wayward/support/result.md", "Wayward Support API", "Result"]
- ["wayward/support/static.md", "Wayward Support API", "Static Metaprogramming"]
- ["wayward/support/string.md", "Wayward Support API", "String utilities"]
- ["wayward/support/uri.md", "Wayward Support API", "URI"]
# Persistence API:
- [persistence.md, "Persistence API"]
theme: flatly