@@ -8,21 +8,18 @@ description: Documentation and developer's resources for Fano Framework, web app
8
8
- [ Getting Started] ( /getting-started )
9
9
- [ Step-By-Step Tutorials] ( /tutorials )
10
10
- [ Example Applications] ( /examples )
11
+ - [ Scaffolding with Fano CLI] ( /scaffolding-with-fano-cli ) .
11
12
12
13
## Application
13
14
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.
26
23
27
24
## Request and Response
28
25
@@ -37,18 +34,6 @@ description: Documentation and developer's resources for Fano Framework, web app
37
34
- [ Working With Views] ( /working-with-views )
38
35
- [ Working With Models] ( /working-with-models )
39
36
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
-
52
37
## Security
53
38
54
39
- [ Handling CORS] ( /security/handling-cors )
0 commit comments