Commit f127a119 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Sort the reference manual index page

parent b9d8f84b
...@@ -4,21 +4,22 @@ ...@@ -4,21 +4,22 @@
The Varnish Reference Manual The Varnish Reference Manual
%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%
The VCL language
----------------
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 1
vcl.rst VCL - Varnish Configuration Language <vcl>
states.rst states.rst
varnish-cli.rst vmod.rst
varnishadm.rst
varnishd.rst Bundled VMODs
varnishhist.rst -------------
varnishlog.rst
varnishncsa.rst .. toctree::
varnishstat.rst :maxdepth: 1
varnishtest.rst
varnishtop.rst
vsm.rst
vmod_blob.rst vmod_blob.rst
vmod_cookie.rst vmod_cookie.rst
vmod_directors.rst vmod_directors.rst
...@@ -26,50 +27,77 @@ The Varnish Reference Manual ...@@ -26,50 +27,77 @@ The Varnish Reference Manual
vmod_purge.rst vmod_purge.rst
vmod_std.rst vmod_std.rst
vmod_unix.rst vmod_unix.rst
The CLI interface
-----------------
.. toctree::
:maxdepth: 1
VarnishAdm - Control program for Varnish <varnishadm>
VCLI - The commands varnish understands <varnish-cli>
Logging and monitoring
----------------------
.. toctree::
:maxdepth: 1
VSL - The log records Varnish generates <vsl>
VSLQ - Filter/Query expressions for VSL <vsl-query>
VarnishLog - Logging raw VSL <varnishlog>
VarnishNCSA - Logging in NCSA format <varnishncsa>
VarnishHist - Realtime reponse histogram display <varnishhist>
VarnishTop - Realtime activity display <varnishtop>
Counters and statistics
-----------------------
.. toctree::
:maxdepth: 1
VSC - The statistics Varnish collects <varnish-counters>
VarnishStat - Watching and logging statistics <varnishstat>
The Varnishd program
--------------------
.. toctree::
:maxdepth: 1
VarnishD - The program which does the actual work <varnishd>
Varnishtest
-----------
.. toctree::
:maxdepth: 1
VTC - Language for writing test cases <vtc>
VarnishTest - execute test cases <varnishtest>
vmod_vtc.rst vmod_vtc.rst
vmod.rst
directors.rst
varnish-counters.rst
vsl.rst
vsl-query.rst
vtc.rst
vtla.rst
.. vmod_debug left out deliberately ? For Developers
--------------
.. todo::
The programs: .. toctree::
. varnishd manual page :maxdepth: 1
. varnishstat
. - counters explained
. common filtering options for shmlog tools
. varnishlog ..
. varnishtop ..
. varnishncsa ..
. varnishhist ..
The CLI:
. connections: -T -S -M
. varnishadm
. CLI commands and what they do
. - vcl.load
. - stop
. - start
. - ...
VCL language
. The subroutines:
. - vcl_recv
. - vcl_miss
. ---
. The things you can do
. - set
. - unset
. - esi
. - rollback
Varnishtest
. syntax etc.
Shared Memory
. internals
. Log records
Libvarnishapi
. function descriptions
VSM - Shared memory use <vsm.rst>
VDIR - Backends & Directors <directors>
.. Vmod_debug ?
.. Libvarnishapi
.. VRT
.. VRT compat levels
Code-book
---------
.. toctree::
:maxdepth: 1
vtla.rst
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment