Skip to content

Commit

Permalink
Updated the MkDocs config from the deprecated format
Browse files Browse the repository at this point in the history
  • Loading branch information
d0ugal committed Jun 23, 2015
1 parent 0556f31 commit 7ea8e77
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
site_name: 'SnappyRouter'
pages:
- ['index.md', 'Home', 'Home']
- ['getting_started.md', 'Home', 'Getting Started']
- ['handlers/index.md', 'Handlers', 'Handlers']
- ['handlers/controller_handler.md', 'Handlers', 'Controller Handler']
- ['handlers/rest_handler.md', 'Handlers', 'Rest Handler']
- ['handlers/pattern_handler.md', 'Handlers', 'Pattern Match Handler']
- ['handlers/direct_handler.md', 'Handlers', 'Direct Script Handler']
- ['handlers/jsonrpc_handler.md', 'Handlers', 'JSON RPC Handler']
- ['handlers/cli_handler.md', 'Handlers', 'CLI Task Handler']
- ['plugins/index.md', 'Plugins', 'Plugins']
- ['di.md', 'Dependency Injection', 'Dependency Injection']
- Home:
- Home: index.md
- Getting Started: getting_started.md
- Handlers:
- Handlers: handlers/index.md
- Controller Handler: handlers/controller_handler.md
- Rest Handler: handlers/rest_handler.md
- Pattern Match Handler: handlers/pattern_handler.md
- Direct Script Handler: handlers/direct_handler.md
- JSON RPC Handler: handlers/jsonrpc_handler.md
- CLI Task Handler: handlers/cli_handler.md
- Plugins:
- Plugins: plugins/index.md
- Dependency Injection:
- Dependency Injection: di.md
theme: 'readthedocs'

0 comments on commit 7ea8e77

Please sign in to comment.