|
11 | 11 | - v6: |
12 | 12 | - Introduction: v6/introduction/introduction.md |
13 | 13 | - 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 |
| 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 |
18 | 18 | - 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 |
| 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 |
25 | 25 | - Upgrading: |
26 | | - - "Upgrade procedure": v6/upgrading/upgrading.md |
27 | | - - "Upgrading 5.* to 6.0": v6/upgrading/UPGRADE-6.0.md |
| 26 | + - "Upgrade procedure": v6/upgrading/upgrading.md |
| 27 | + - "Upgrading 5.* to 6.0": v6/upgrading/UPGRADE-6.0.md |
28 | 28 | - 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 |
| 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 |
32 | 32 | - 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 |
| 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 |
| 39 | + - Extended features: |
| 40 | + - "Core and App": v6/extended-features/core-and-app.md |
| 41 | + - "New Handler Structure": v6/extended-features/handler-structure.md |
39 | 42 | - 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 |
| 43 | + - "Create admin account": v6/commands/create-admin-account.md |
| 44 | + - "Generate database migrations": v6/commands/generate-database-migrations.md |
| 45 | + - "Display available endpoints": v6/commands/display-available-endpoints.md |
| 46 | + - "Generate tokens": v6/commands/generate-tokens.md |
44 | 47 | - 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 |
| 48 | + - "Setting up CORS": v6/tutorials/cors.md |
| 49 | + - "Creating a book module": v6/tutorials/create-book-module.md |
| 50 | + - "Token authentication": v6/tutorials/token-authentication.md |
| 51 | + - "API Evolution": v6/tutorials/api-evolution.md |
| 52 | + - "Find user by identity": v6/tutorials/find-user-by-identity.md |
50 | 53 | - 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 |
| 54 | + - "Laminas API Tools vs Dotkernel API": v6/transition-from-api-tools/api-tools-vs-dotkernel-api.md |
| 55 | + - "Transition Approach": v6/transition-from-api-tools/transition-approach.md |
| 56 | + - "Discovery Phase": v6/transition-from-api-tools/discovery-phase.md |
54 | 57 | - 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 |
| 58 | + - "Introduction": v6/openapi/introduction.md |
| 59 | + - "Initialized Components": v6/openapi/initialized-components.md |
| 60 | + - "Write Documentation": v6/openapi/write-documentation.md |
| 61 | + - "Generate Documentation": v6/openapi/generate-documentation.md |
| 62 | + - "Render Documentation": v6/openapi/render-documentation.md |
| 63 | + - "Use Documentation": v6/openapi/use-documentation.md |
| 64 | + - "Getting Help": v6/openapi/getting-help.md |
62 | 65 | - Reference: |
63 | | - - "Anonymize Accounts": v6/reference/account-anonymization.md |
| 66 | + - "Anonymize Accounts": v6/reference/account-anonymization.md |
64 | 67 | - v5: |
65 | 68 | - Introduction: v5/introduction/introduction.md |
66 | 69 | - Overview: |
|
0 commit comments