Skip to content

Commit 97ac6d6

Browse files
authored
Merge pull request #105 from Howriq/issue-96
update mkdocs.yml
2 parents ee83584 + 4224433 commit 97ac6d6

File tree

1 file changed

+46
-42
lines changed

1 file changed

+46
-42
lines changed

mkdocs.yml

Lines changed: 46 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2,65 +2,69 @@ docs_dir: docs/book
22
site_dir: docs/html
33
extra:
44
project: API
5-
current_version: v5
5+
current_version: v6
66
versions:
77
- v4
88
- v5
9+
- v6
910
nav:
1011
- Home: index.md
1112
- v6:
1213
- Introduction: v6/introduction/introduction.md
1314
- 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
1819
- 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
2526
- 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
2829
- 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
3233
- 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
3943
- 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
4448
- 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
5054
- 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
5458
- 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
6266
- Reference:
63-
- "Anonymize Accounts": v6/reference/account-anonymization.md
67+
- "Anonymize Accounts": v6/reference/account-anonymization.md
6468
- v5:
6569
- Introduction: v5/introduction/introduction.md
6670
- Overview:

0 commit comments

Comments
 (0)