diff --git a/en/index.rst b/en/index.rst index 4a9d74839..66658c48c 100644 --- a/en/index.rst +++ b/en/index.rst @@ -26,30 +26,31 @@ Getting Started --------------- * **Tutorial**: - :doc:`Getting Started ` | - :doc:`In 10 quick steps ` + :doc:`Getting Started ` -* **Reference**: +* **Introduction**: + :doc:`In 10 quick steps ` | :doc:`Architecture ` | + :doc:`Limitations and knowns issues ` + +* **Setup**: :doc:`Installation ` | :doc:`Configuration ` | - :doc:`Tools ` | - :doc:`Limitations and knowns issues ` + :doc:`Tools ` Mapping Objects onto a Database ------------------------------- -* **Basic Reference**: - :doc:`Objects and Fields ` | +* **Mapping**: + :doc:`Objects ` | :doc:`Associations ` | :doc:`Inheritance ` -* **Mapping Driver References**: +* **Drivers**: + :doc:`Docblock Annotations ` | :doc:`XML ` | :doc:`YAML ` | - :doc:`Docblock Annotations ` | - :doc:`PHP Mapping ` | - :doc:`Metadata Drivers ` + :doc:`PHP ` Working with Objects -------------------- @@ -60,41 +61,35 @@ Working with Objects :doc:`Events ` * **Query Reference**: - :doc:`Doctrine Query Language (DQL) ` | + :doc:`DQL ` | :doc:`QueryBuilder ` | - :doc:`Native SQL Queries ` + :doc:`Native SQL ` -* **UnitOfWork dissected**: - :doc:`Doctrine Internals explained ` | - :doc:`Owning and Inverse Side Associations ` - -* **Tutorials**: - :doc:`Indexed associations ` | - :doc:`Extra Lazy Assocations ` | - :doc:`Composite Primary Keys ` | - :doc:`Ordered associations ` | - :doc:`Pagination ` +* **Internals**: + :doc:`Internals explained ` | + :doc:`Associations ` Advanced Topics --------------- -* **Database Integration**: - :doc:`Transactions and Concurrency ` + * :doc:`Transactions and Concurrency ` + * :doc:`Filters ` + * :doc:`NamingStrategy ` + * :doc:`Improving Performance ` + * :doc:`Caching ` + * :doc:`Partial Objects ` + * :doc:`Change Tracking Policies ` + * :doc:`Best Practices ` + * :doc:`Metadata Drivers ` -* **Filtering entities**: - :doc:`Filters ` +Tutorials +--------- -* **Implementing a NamingStrategy**: - :doc:`NamingStrategy ` - -* **Performance**: - :doc:`Improving Performance ` | - :doc:`Caching ` | - :doc:`Partial Objects ` | - :doc:`Change Tracking Policies ` - -* **Best Practices**: - :doc:`Best Practices ` + * :doc:`Indexed associations ` | + * :doc:`Extra Lazy Assocations ` | + * :doc:`Composite Primary Keys ` | + * :doc:`Ordered associations ` | + * :doc:`Pagination ` Cookbook -------- @@ -102,7 +97,7 @@ Cookbook * **Patterns**: :doc:`Aggregate Fields ` | :doc:`Decorator Pattern ` | - :doc:`Strategy Pattern ` | + :doc:`Strategy Pattern ` * **DQL Extension Points**: :doc:`DQL Custom Walkers ` |