| 1234567891011121314151617181920212223242526272829303132333435363738 | .. include:: ../README.rst.. toctree::   :caption: Introduction   :maxdepth: 2   quickstart   debugging   glossary   howto-doc.. toctree::   :caption: LibOS   libos/shim-init.. toctree::   :caption: Manual pages   :maxdepth: 1   :glob:   manpages/*.. _old-wiki:.. toctree::   :caption: Old Wiki (to be rewritten)   :maxdepth: 1   :glob:   oldwiki/*Indices and tables==================* :ref:`genindex`* :ref:`modindex`* :ref:`search`
 |