Commit a7ba661
committed
minor #39 Deleting index files - using globbing (weaverryan, WouterJ)
This PR was merged into the 2.7 branch.
Discussion
----------
Deleting index files - using globbing
This is a proof-of-concept for part of #26 - removing the `index.rst` and `map.rst.inc` files.
I've done this for components only:
* `components/index.rst` is NOT hidden, and the map is deleted. This gives us less control over how the components page is rendered... but I don't think it's a problem - that page is/was just a big list of links
* `components/index.rst` uses `*` to include *everything* automatically
* If you want one article to appear before others with globbing, you can list it before the `*` - see `components/index.rst`
* At the bottom of each component article that contains related articles, I added a visible index that globs all the files from its directory (see `console.rst`).
I also updated the component titles to include the packagist name on its own commit.
Commits
-------
dccb6f8 Fix build errors
026be06 Removed topics index pages
26f2f88 Fix wrong redirections
de9840b Fix include path
84ee24d Include topics in main Index page
bd192fa Fixing bad title
1324fc0 Deleting index files - using globbingFile tree
83 files changed
+367
-681
lines changed- assetic
- cache
- components
- class_loader
- config
- console
- dependency_injection
- event_dispatcher
- expression_language
- filesystem
- form
- http_foundation
- security
- templating
- translation
- var_dumper
- yaml
- configuration
- console
- controller
- deployment
- doctrine
- email
- event_dispatcher
- expressions
- form
- frontend
- install
- introduction
- logging
- profiler
- request
- routing
- security
- service_container
- session
- templating
- testing
- validation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
83 files changed
+367
-681
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 1 | | |
8 | 2 | | |
9 | 3 | | |
| |||
35 | 29 | | |
36 | 30 | | |
37 | 31 | | |
38 | | - | |
| 32 | + | |
39 | 33 | | |
40 | 34 | | |
41 | 35 | | |
| |||
50 | 44 | | |
51 | 45 | | |
52 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
582 | 583 | | |
583 | 584 | | |
584 | 585 | | |
| |||
This file was deleted.
0 commit comments