forked from me-no-dev/ESPAsyncWebServer
-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (54 loc) · 1.41 KB
/
mkdocs.yml
File metadata and controls
57 lines (54 loc) · 1.41 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
site_name: ESPAsyncWebServer
site_url: https://ESP32Async.github.io/ESPAsyncWebServer/
repo_url: https://github.com/ESP32Async/ESPAsyncWebServer
repo_name: ESP32Async/ESPAsyncWebServer
edit_uri: edit/master/docs/
theme:
name: material
features:
- navigation.sections
- navigation.expand
- content.code.copy
palette:
- scheme: default
primary: teal
accent: purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: teal
accent: purple
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
nav:
- Home: index.md
- Installation: installation.md
- Configuration: configuration.md
- Usage Concepts: concepts.md
- Server Setup: setup.md
- Routing & Matching: routing.md
- Requests: requests.md
- Responses: responses.md
- Middleware: middleware.md
- WebSockets: websockets.md
- Event Source (SSE): eventsource.md
- Serving Static Files: static-files.md
- Filters & Rewrites: filters.md
- Help & Issues: help_and_issues.md
- Code of Conduct: code_of_conduct.md