Skip to content

Commit 00b25d7

Browse files
committed
Restructure documentation for clarity
Reorganize the documentation structure to improve navigation and accessibility. Added new sections for Getting Started, Authentication, Security & Error Handling, Providers, and API Endpoints, refining the overall layout. This enhances user experience by categorizing related topics, making it easier to find information quickly.
1 parent da2b449 commit 00b25d7

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

docs/SUMMARY.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,33 @@
1+
12
# Table of contents
23

34
* [Introduction](README.md)
45
* [In Action](in-action.md)
56
* [Performance at Scale](performance-at-scale.md)
67
* [Roadmap / Features](roadmap-features.md)
78

8-
## DEVELOPMENT
9+
## Getting Started
10+
* [Introduction](introduction.md)
11+
* [Installation](installation.md)
12+
* [Configuration Overview](config-overview.md)
13+
14+
## Authentication
15+
* [Authentication Guide](authentication.md)
16+
* [API Documentation](api-documentation.md)
17+
* [Customizing Authentication](customizing-authentication.md)
18+
19+
## Security & Error Handling
20+
* [Security Considerations](security.md)
21+
* [Error Handling & Troubleshooting](error-handling.md)
922

23+
## Providers
24+
* [Client Providers](client-providers.md)
25+
* [Owner Providers](owner-providers.md)
26+
27+
## API Endpoints
28+
* [API Endpoints](api-endpoints.md)
29+
30+
## DEVELOPMENT
1031
* [Requirements](development/requirements.md)
1132
* [Database](development/database.md)
1233
* [User Interface](development/user-interface.md)
@@ -15,7 +36,6 @@
1536
* [Environment Variables](development/deployment/configuration.md)
1637

1738
## Reference
18-
1939
* [OAuth Terms](reference/oauth-terms.md)
2040
* [OAuth 2 Grant Flows](reference/oauth-2-api/README.md)
2141
* [Device Flow](reference/oauth-2-api/device-flow.md)

0 commit comments

Comments
 (0)