Skip to content

Commit 83a794e

Browse files
committed
Refactor docs
Fix #94. Add bundle activation to installation Improve @tag section in Annotations Include match partial in invalidation chapter Update user context docs Fix typos Add chapter intros Add chapter headers Add Debug config chapter Add flash message chapter (todo) Update proxy client chapter Remove default config chapter Add Configuration chapter header Re-organise configuration chapters Match is now linked to instead of included, and included in the TOC too.
1 parent d22a5e3 commit 83a794e

34 files changed

+1253
-914
lines changed

Resources/doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@
225225
# (source start file, target name, title, author,
226226
# dir menu entry, description, category)
227227
texinfo_documents = [
228-
('index', 'FOSHttptpCacheBundle', 'FOSHttptpCacheBundle Documentation',
229-
'David de Boer, David Buchmann', 'FOSHttptpCacheBundle', 'One line description of project.',
228+
('index', 'FOSHttpCacheBundle', 'FOSHttpCacheBundle Documentation',
229+
'David de Boer, David Buchmann', 'FOSHttpCacheBundle', 'A Symfony bundle to help with HTTP caching and invalidation',
230230
'Miscellaneous'),
231231
]
232232

Resources/doc/configuration/debug.rst

-32
This file was deleted.

Resources/doc/configuration/index.rst

-64
This file was deleted.

Resources/doc/configuration/proxy-client.rst

-92
This file was deleted.

Resources/doc/event-subscribers.rst

-8
This file was deleted.

0 commit comments

Comments
 (0)