10000 Removed topics index pages · symfony/symfony-docs@026be06 · GitHub
[go: up one dir, main page]

Skip to content

Commit 026be06

Browse files
committed
Removed topics index pages
Also creates a topic root file if there was none yet
1 parent 26f2f88 commit 026be06

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+190
-312
lines changed

assetic.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Assetic
2+
=======
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
:glob:
7+
8+
assetic/*

assetic/index.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.

cache/index.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

components/class_loader.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
.. toctree::
2-
:hidden:
3-
:glob:
4-
5-
class_loader/*
6-
71
.. index::
82
single: Components; ClassLoader
93

components/console.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ Learn More
579579
:glob:
580580

581581
console/*
582+
console/helpers/index
582583

583584
.. _Packagist: https://packagist.org/packages/symfony/console
584585
.. _Cmder: http://cmder.net/

configuration.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Configuration
2+
=============
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
:glob:
7+
8+
configuration/*

configuration/index.rst

Lines changed: 0 additions & 15 deletions
This file was deleted.

console.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Console
2+
=======
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
:glob:
7+
8+
console/*

console/index.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

controller.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,7 @@ Learn more
812812
----------
813813

814814
.. toctree::
815+
:maxdepth: 1
815816
:glob:
816817

817-
/controller/*
818+
controller/*

controller/index.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

debug.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Debugging
2+
=========
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
:glob:
7+
8+
debug/*

deployment.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Deployment
2+
==========
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
:glob:
7+
8+
deployment/*

deployment/index.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

doctrine.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,6 +1435,7 @@ Learn more
14351435
~~~~~~~~~~
14361436

14371437
.. toctree::
1438+
:maxdepth: 1
14381439
:glob:
14391440

14401441
doctrine/*

doctrine/index.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

email.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Email
2+
=====
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
:glob:
7+
8+
email/*

email/index.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.

event_dispatcher.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Event Dispatcher
2+
================
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
:glob:
7+
8+
event_dispatcher/*

event_dispatcher/index.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.
File renamed without changes.

expressions/index.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

form/index.rst

Lines changed: 0 additions & 21 deletions
This file was deleted.

forms.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1966,9 +1966,15 @@ Learn more
19661966
----------
19671967

19681968
.. toctree::
1969+
:hidden:
1970+
1971+
form/use_virtuals_forms
1972+
1973+
.. toctree::
1974+
:maxdepth: 1
19691975
:glob:
19701976

1971-
/form/*
1977+
form/*
19721978

19731979
* :doc:`/controller/upload_file`
19741980
* :doc:`/reference/forms/types`

frontend.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Front-end
2+
=========
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
:glob:
7+
8+
frontend/*

frontend/index.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

http_cache.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,10 +1242,11 @@ of relying only on Symfony documentation and code examples, you have access
12421242
to a world of knowledge related to HTTP caching and gateway caches such as
12431243
Varnish.
12441244

1245-
Learn more from the Cookbook
1246-
----------------------------
1245+
Learn more
1246+
----------
12471247

12481248
.. toctree::
1249+
:maxdepth: 1
12491250
:glob:
12501251

12511252
cache/*

index.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@ Symfony Documentation
66
.. toctree::
77
:hidden:
88

9+
bundles/index
910
changelog
11+
page_creation
12+
introduction/from_flat_php_to_symfony2
13+
introduction/symfony1
14+
propel/propel
15+
psr/psr7
16+
upgrade/index
17+
web_server/index
18+
web_services/index
19+
workflow/index
20+
composer/installation
1021

1122
Quick Tour
1223
----------
@@ -27,6 +38,7 @@ Getting Started
2738
---------------
2839

2940
.. toctree::
41+
:maxdepth: 1
3042

3143
installation
3244
http_fundamentals
@@ -38,11 +50,17 @@ Topics
3850
------
3951

4052
.. toctree::
53+
:maxdepth: 1
4154

4255
bundles
56+
console
57+
debug
4358
doctrine
59+
email
60+
event_dispatcher
4461
forms
4562
http_cache
63+
logging
4664
routing
4765
security
4866
serializer
@@ -51,6 +69,20 @@ Topics
5169
translation
5270
validation
5371

72+
Advanced Topics
73+
---------------
74+
75+
.. toctree::
76+
:maxdepth: 1
77+
78+
assetic
79+
bundles
80+
configuration
81+
deployment
82+
expressions
83+
frontend
84+
performance
85+
5486
Best Practices
5587
--------------
5688

install/index.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

installation.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,15 @@ when installing an existing Symfony application:
346346
# now Composer will ask you for the values of any undefined parameter
347347
$ ...
348348
349+
Learn More
350+
----------
351+
352+
.. toctree::
353+
:maxdepth: 1
354+
:glob:
355+
356+
install/*
357+
349358
.. _`Composer`: https://getcomposer.org/
350359
.. _`enable ACL support`: https://help.ubuntu.com/community/FilePermissionsACLs
351360
.. _`Symfony Standard Edition`: https://github.com/symfony/symfony-standard

logging.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Logging
2+
=======
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
:glob:
7+
8+
logging/*

0 commit comments

Comments
 (0)
0