-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
34 lines (32 loc) · 1.31 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
site_name: Gkernel framework
repo_url: https://github.com/bassbeaver/gkernel
nav:
- Introduction: 'index.md'
- v0.4:
- Main concepts: 'v0.4/1_main-concepts.md'
- Configuration: 'v0.4/2_configuration.md'
- Services and DI container: 'v0.4/3_services_and_di_container.md'
- Request and Response: 'v0.4/4_request_and_response.md'
- Routing and Controllers: 'v0.4/5_routing_and_controllers.md'
- Events and Listeners: 'v0.4/6_events_and_listeners.md'
- v1:
- Main concepts: 'v1/1_main-concepts.md'
- Configuration: 'v1/2_configuration.md'
- Services and DI container: 'v1/3_services_and_di_container.md'
- Events and Listeners: 'v1/4_events_and_listeners.md'
- Web:
- Request lifecycle: 'v1/5-1_web_request_lifecycle.md'
- Request and Response: 'v1/5-2_web_request_and_response.md'
- Routing and Controllers: 'v1/5-3_web_routing_and_controllers.md'
- Events and Listeners: 'v1/5-4_web_events_and_listeners.md'
- Timeouts: 'v1/5-5_web_timeouts.md'
- CLI:
- Command lifecycle: 'v1/6-1_cli_command_lifecycle.md'
- Command and Controllers: 'v1/6-2_cli_command_and_controller.md'
- Events and Listeners: 'v1/6-3_cli_events_and_listeners.md'
- About: 'about.md'
theme:
name: material
features:
- navigation.tabs
- navigation.sections