mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
avoid meaningless headlines like "Overview"
these could appear without context and are confusing in that case.
This commit is contained in:
@ -30,7 +30,7 @@ Getting Started
|
||||
Application Structure
|
||||
---------------------
|
||||
|
||||
* [Overview](structure-overview.md)
|
||||
* [Application Structure Overview](structure-overview.md)
|
||||
* [Entry Scripts](structure-entry-scripts.md)
|
||||
* [Applications](structure-applications.md)
|
||||
* [Application Components](structure-application-components.md)
|
||||
@ -47,7 +47,7 @@ Application Structure
|
||||
Handling Requests
|
||||
-----------------
|
||||
|
||||
* [Overview](runtime-overview.md)
|
||||
* [Request Handling Overview](runtime-overview.md)
|
||||
* [Bootstrapping](runtime-bootstrapping.md)
|
||||
* [Routing and URL Creation](runtime-routing.md)
|
||||
* [Requests](runtime-requests.md)
|
||||
@ -110,7 +110,7 @@ Displaying Data
|
||||
Security
|
||||
--------
|
||||
|
||||
* [Overview](security-overview.md)
|
||||
* [Security Overview](security-overview.md)
|
||||
* [Authentication](security-authentication.md)
|
||||
* [Authorization](security-authorization.md)
|
||||
* [Working with Passwords](security-passwords.md)
|
||||
@ -122,7 +122,7 @@ Security
|
||||
Caching
|
||||
-------
|
||||
|
||||
* [Overview](caching-overview.md)
|
||||
* [Caching Overview](caching-overview.md)
|
||||
* [Data Caching](caching-data.md)
|
||||
* [Fragment Caching](caching-fragment.md)
|
||||
* [Page Caching](caching-page.md)
|
||||
@ -154,7 +154,7 @@ Development Tools
|
||||
Testing
|
||||
-------
|
||||
|
||||
* [Overview](test-overview.md)
|
||||
* [Testing Overview](test-overview.md)
|
||||
* [Testing environment setup](test-environment-setup.md)
|
||||
* [Unit Tests](test-unit.md)
|
||||
* [Functional Tests](test-functional.md)
|
||||
@ -196,7 +196,7 @@ Widgets
|
||||
Helpers
|
||||
-------
|
||||
|
||||
* [Overview](helper-overview.md)
|
||||
* [Helpers Overview](helper-overview.md)
|
||||
* [ArrayHelper](helper-array.md)
|
||||
* [Html](helper-html.md)
|
||||
* [Url](helper-url.md)
|
||||
|
Reference in New Issue
Block a user