mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
Fix fronend doc links
This commit is contained in:
parent
d6d2ee478c
commit
9c573823b2
2 changed files with 5 additions and 1 deletions
|
|
@ -30,6 +30,10 @@
|
||||||
* [Route Data Validation](ring/route_data_validation.md)
|
* [Route Data Validation](ring/route_data_validation.md)
|
||||||
* [Compiling Middleware](ring/compiling_middleware.md)
|
* [Compiling Middleware](ring/compiling_middleware.md)
|
||||||
* [Swagger Support](ring/swagger.md)
|
* [Swagger Support](ring/swagger.md)
|
||||||
|
* [Frontend](frontend/README.md)
|
||||||
|
* [Basics](frontend/basics.md)
|
||||||
|
* [Browser integration](frontend/browser.md)
|
||||||
|
* [Controllers](frontend/controllers.md)
|
||||||
* [Performance](performance.md)
|
* [Performance](performance.md)
|
||||||
* [Interceptors (WIP)](interceptors.md)
|
* [Interceptors (WIP)](interceptors.md)
|
||||||
* [Development Instructions](development.md)
|
* [Development Instructions](development.md)
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
{:file "doc/frontend/README.md"}
|
{:file "doc/frontend/README.md"}
|
||||||
["Basics" {:file "doc/frontend/basics.md"}]
|
["Basics" {:file "doc/frontend/basics.md"}]
|
||||||
["Browser integration" {:file "doc/frontend/browser.md"}]
|
["Browser integration" {:file "doc/frontend/browser.md"}]
|
||||||
["Controllers" {:file "doc/frontend/controllers/.md"}]]
|
["Controllers" {:file "doc/frontend/controllers.md"}]]
|
||||||
["Performance" {:file "doc/performance.md"}]
|
["Performance" {:file "doc/performance.md"}]
|
||||||
["Interceptors (WIP)" {:file "doc/interceptors.md"}]
|
["Interceptors (WIP)" {:file "doc/interceptors.md"}]
|
||||||
["Development Instructions" {:file "doc/development.md"}]
|
["Development Instructions" {:file "doc/development.md"}]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue