-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathmkdocs.yml
57 lines (51 loc) · 1.41 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
INHERIT: ./mkdocs-common.yml
site_name: Athena
site_url: https://athenaframework.org/
repo_url: https://github.com/athena-framework/athena
extra_css:
- css/index.css
- css/monorepo.css
plugins:
- search
- section-index
- projects:
projects_dir: src/components
watch:
- ./mkdocs-common.yml
nav:
- Introducton: README.md
- Why Athena: why_athena.md
- Getting Started:
- getting_started/README.md
- Routing & HTTP: getting_started/routing.md
- Configuration: getting_started/configuration.md
- Middleware: getting_started/middleware.md
- Error Handling: getting_started/error_handling.md
- Commands: getting_started/commands.md
- Validation: getting_started/validation.md
- Testing: getting_started/testing.md
- Guides:
- guides/README.md
- Proxies & Load Balancers: guides/proxies.md
- API Reference:
- api_reference.md
- project://clock
- project://console
- project://dependency_injection
- project://dotenv
- project://event_dispatcher
- project://framework
- project://image_size
- project://mercure
- project://mime
- project://negotiation
- project://routing
- project://serializer
- project://spec
- project://validator
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/athena-framework
- icon: fontawesome/brands/discord
link: https://discord.gg/TmDVPb3dmr