Skip to content

Commit 7ea8e77

Browse files
committed
Updated the MkDocs config from the deprecated format
1 parent 0556f31 commit 7ea8e77

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

mkdocs.yml

+15-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
site_name: 'SnappyRouter'
22
pages:
3-
- ['index.md', 'Home', 'Home']
4-
- ['getting_started.md', 'Home', 'Getting Started']
5-
- ['handlers/index.md', 'Handlers', 'Handlers']
6-
- ['handlers/controller_handler.md', 'Handlers', 'Controller Handler']
7-
- ['handlers/rest_handler.md', 'Handlers', 'Rest Handler']
8-
- ['handlers/pattern_handler.md', 'Handlers', 'Pattern Match Handler']
9-
- ['handlers/direct_handler.md', 'Handlers', 'Direct Script Handler']
10-
- ['handlers/jsonrpc_handler.md', 'Handlers', 'JSON RPC Handler']
11-
- ['handlers/cli_handler.md', 'Handlers', 'CLI Task Handler']
12-
- ['plugins/index.md', 'Plugins', 'Plugins']
13-
- ['di.md', 'Dependency Injection', 'Dependency Injection']
3+
- Home:
4+
- Home: index.md
5+
- Getting Started: getting_started.md
6+
- Handlers:
7+
- Handlers: handlers/index.md
8+
- Controller Handler: handlers/controller_handler.md
9+
- Rest Handler: handlers/rest_handler.md
10+
- Pattern Match Handler: handlers/pattern_handler.md
11+
- Direct Script Handler: handlers/direct_handler.md
12+
- JSON RPC Handler: handlers/jsonrpc_handler.md
13+
- CLI Task Handler: handlers/cli_handler.md
14+
- Plugins:
15+
- Plugins: plugins/index.md
16+
- Dependency Injection:
17+
- Dependency Injection: di.md
1418
theme: 'readthedocs'

0 commit comments

Comments
 (0)