Skip to content

Commit 7a32a8e

Browse files
authored
Reorganize content
1 parent 75a5eea commit 7a32a8e

File tree

1 file changed

+9
-24
lines changed

1 file changed

+9
-24
lines changed

documentation/index.md

+9-24
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,18 @@ description: Documentation and developer's resources for Fano Framework, web app
88
- [Getting Started](/getting-started)
99
- [Step-By-Step Tutorials](/tutorials)
1010
- [Example Applications](/examples)
11+
- [Scaffolding with Fano CLI](/scaffolding-with-fano-cli).
1112

1213
## Application
1314

14-
- [Working with Application](/working-with-application)
15-
- [Scaffolding with Fano CLI](/scaffolding-with-fano-cli)
16-
- [CGI Environment](/environment)
17-
- [Configuration](/configuration)
18-
19-
## Dependency Container
20-
21-
- [Dependency Container](/dependency-container)
22-
23-
## Dispatcher
24-
25-
- [About Dispatcher](/dispatcher)
15+
- [Working with Application](/working-with-application). It explains basic concept of Fano Framework web application.
16+
- [Dependency Container](/dependency-container).
17+
- [Dispatcher](/dispatcher). Explains basic concept of dispatcher.
18+
- [CGI Environment](/environment).
19+
- [Configuration](/configuration). How to setup and read application settings.
20+
- [Error Handler](/error-handler). How to handle error in Fano Framework.
21+
- [Middlewares](/middlewares). It explains middleware concept and how use it in Fano Framework web application.
22+
- [Working with Router](/working-with-router). It explains how to setup application route and associate URL path pattern with code that handle it.
2623

2724
## Request and Response
2825

@@ -37,18 +34,6 @@ description: Documentation and developer's resources for Fano Framework, web app
3734
- [Working With Views](/working-with-views)
3835
- [Working With Models](/working-with-models)
3936

40-
## Routing
41-
42-
- [Working with Router](/working-with-router)
43-
44-
## Middlewares
45-
46-
- [Middlewares](/middlewares)
47-
48-
## Error Handling
49-
50-
- [Error Handler](/error-handler)
51-
5237
## Security
5338

5439
- [Handling CORS](/security/handling-cors)

0 commit comments

Comments
 (0)