@@ -2,65 +2,69 @@ docs_dir: docs/book
2
2
site_dir : docs/html
3
3
extra :
4
4
project : API
5
- current_version : v5
5
+ current_version : v6
6
6
versions :
7
7
- v4
8
8
- v5
9
+ - v6
9
10
nav :
10
11
- Home : index.md
11
12
- v6 :
12
13
- Introduction : v6/introduction/introduction.md
13
14
- Overview :
14
- - " Server Requirements " : v6/introduction/server-requirements.md
15
- - " File Structure " : v6/introduction/file-structure.md
16
- - " Packages " : v6/introduction/packages.md
17
- - " PSRs " : v6/introduction/psr.md
15
+ - " Server Requirements " : v6/introduction/server-requirements.md
16
+ - " File Structure " : v6/introduction/file-structure.md
17
+ - " Packages " : v6/introduction/packages.md
18
+ - " PSRs " : v6/introduction/psr.md
18
19
- Installation :
19
- - " Getting Started " : v6/installation/getting-started.md
20
- - " Composer " : v6/installation/composer.md
21
- - " Configuration Files " : v6/installation/configuration-files.md
22
- - " Doctrine ORM " : v6/installation/doctrine-orm.md
23
- - " Test the Installation " : v6/installation/test-the-installation.md
24
- - " FAQ " : v6/installation/faq.md
20
+ - " Getting Started " : v6/installation/getting-started.md
21
+ - " Composer " : v6/installation/composer.md
22
+ - " Configuration Files " : v6/installation/configuration-files.md
23
+ - " Doctrine ORM " : v6/installation/doctrine-orm.md
24
+ - " Test the Installation " : v6/installation/test-the-installation.md
25
+ - " FAQ " : v6/installation/faq.md
25
26
- Upgrading :
26
- - " Upgrade procedure " : v6/upgrading/upgrading.md
27
- - " Upgrading 5.* to 6.0 " : v6/upgrading/UPGRADE-6.0.md
27
+ - " Upgrade procedure " : v6/upgrading/upgrading.md
28
+ - " Upgrading 5.* to 6.0 " : v6/upgrading/UPGRADE-6.0.md
28
29
- Flow :
29
- - " Middleware Flow " : v6/flow/middleware-flow.md
30
- - " Default Library Flow " : v6/flow/default-library-flow.md
31
- - " Library Flow for Email " : v6/flow/library-flow-for-email.md
30
+ - " Middleware Flow " : v6/flow/middleware-flow.md
31
+ - " Default Library Flow " : v6/flow/default-library-flow.md
32
+ - " Library Flow for Email " : v6/flow/library-flow-for-email.md
32
33
- Core Features :
33
- - " Authentication " : v6/core-features/authentication.md
34
- - " Authorization " : v6/core-features/authorization.md
35
- - " Content Validation " : v6/core-features/content-validation.md
36
- - " Exceptions " : v6/core-features/exceptions.md
37
- - " Dependency Injection " : v6/core-features/dependency-injection.md
38
- - " Error reporting " : v6/core-features/error-reporting.md
34
+ - " Authentication " : v6/core-features/authentication.md
35
+ - " Authorization " : v6/core-features/authorization.md
36
+ - " Content Validation " : v6/core-features/content-validation.md
37
+ - " Exceptions " : v6/core-features/exceptions.md
38
+ - " Dependency Injection " : v6/core-features/dependency-injection.md
39
+ - " Error reporting " : v6/core-features/error-reporting.md
40
+ - Extended features :
41
+ - " Core and App " : v6/extended-features/core-and-app.md
42
+ - " New Handler Structure " : v6/extended-features/handler-structure.md
39
43
- Commands :
40
- - " Create admin account " : v6/commands/create-admin-account.md
41
- - " Generate database migrations " : v6/commands/generate-database-migrations.md
42
- - " Display available endpoints " : v6/commands/display-available-endpoints.md
43
- - " Generate tokens " : v6/commands/generate-tokens.md
44
+ - " Create admin account " : v6/commands/create-admin-account.md
45
+ - " Generate database migrations " : v6/commands/generate-database-migrations.md
46
+ - " Display available endpoints " : v6/commands/display-available-endpoints.md
47
+ - " Generate tokens " : v6/commands/generate-tokens.md
44
48
- Tutorials :
45
- - " Setting up CORS " : v6/tutorials/cors.md
46
- - " Creating a book module " : v6/tutorials/create-book-module.md
47
- - " Token authentication " : v6/tutorials/token-authentication.md
48
- - " API Evolution " : v6/tutorials/api-evolution.md
49
- - " Find user by identity " : v6/tutorials/find-user-by-identity.md
49
+ - " Setting up CORS " : v6/tutorials/cors.md
50
+ - " Creating a book module " : v6/tutorials/create-book-module.md
51
+ - " Token authentication " : v6/tutorials/token-authentication.md
52
+ - " API Evolution " : v6/tutorials/api-evolution.md
53
+ - " Find user by identity " : v6/tutorials/find-user-by-identity.md
50
54
- Transition from API Tools :
51
- - " Laminas API Tools vs Dotkernel API " : v6/transition-from-api-tools/api-tools-vs-dotkernel-api.md
52
- - " Transition Approach " : v6/transition-from-api-tools/transition-approach.md
53
- - " Discovery Phase " : v6/transition-from-api-tools/discovery-phase.md
55
+ - " Laminas API Tools vs Dotkernel API " : v6/transition-from-api-tools/api-tools-vs-dotkernel-api.md
56
+ - " Transition Approach " : v6/transition-from-api-tools/transition-approach.md
57
+ - " Discovery Phase " : v6/transition-from-api-tools/discovery-phase.md
54
58
- OpenAPI :
55
- - " Introduction " : v6/openapi/introduction.md
56
- - " Initialized Components " : v6/openapi/initialized-components.md
57
- - " Write Documentation " : v6/openapi/write-documentation.md
58
- - " Generate Documentation " : v6/openapi/generate-documentation.md
59
- - " Render Documentation " : v6/openapi/render-documentation.md
60
- - " Use Documentation " : v6/openapi/use-documentation.md
61
- - " Getting Help " : v6/openapi/getting-help.md
59
+ - " Introduction " : v6/openapi/introduction.md
60
+ - " Initialized Components " : v6/openapi/initialized-components.md
61
+ - " Write Documentation " : v6/openapi/write-documentation.md
62
+ - " Generate Documentation " : v6/openapi/generate-documentation.md
63
+ - " Render Documentation " : v6/openapi/render-documentation.md
64
+ - " Use Documentation " : v6/openapi/use-documentation.md
65
+ - " Getting Help " : v6/openapi/getting-help.md
62
66
- Reference :
63
- - " Anonymize Accounts " : v6/reference/account-anonymization.md
67
+ - " Anonymize Accounts " : v6/reference/account-anonymization.md
64
68
- v5 :
65
69
- Introduction : v5/introduction/introduction.md
66
70
- Overview :
0 commit comments