diff --git a/docs/index.md b/docs/index.md index f4a5a08..1c348e2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,8 +18,8 @@ It also provides some additional help with **handling errors** and **Debug Toolb * [IncomingReqeuest](incoming_request.md) * [Response](response.md) * [RediretResponse](redirect_response.md) -* [Debug Toolbar](debug_toolbar.md) * [HTML Formatter](html_formatter.md) +* [Debug Toolbar](debug_toolbar.md) * [Troubleshooting](troubleshooting.md) ### Demos diff --git a/mkdocs.yml b/mkdocs.yml index 864e20d..46d8fe8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -55,5 +55,6 @@ nav: - IncomingReqeuest: incoming_request.md - Response: response.md - RedirectResponse: redirect_response.md + - HTML Formatter: html_formatter.md - Debug Toolbar: debug_toolbar.md - Troubleshooting: troubleshooting.md