github.com/cilium/cilium@v1.16.2/Documentation/contributing/docs/index.rst (about)

     1  .. only:: not (epub or latex or html)
     2  
     3      WARNING: You are looking at unreleased Cilium documentation.
     4      Please use the official rendered version released here:
     5      https://docs.cilium.io
     6  
     7  .. _docs_guide:
     8  
     9  Documentation
    10  -------------
    11  
    12  This section provides guidance on the structure of Cilium documentation,
    13  describes its style, and explains how to test it. Before contributing, please
    14  review the structure recommendations and style guide.
    15  
    16  See the :ref:`clone and provision environment section <provision_environment>`
    17  to learn how to fork and clone the repository.
    18  
    19  .. toctree::
    20     :maxdepth: 2
    21     :glob:
    22  
    23     docsstructure
    24     docsstyle
    25     docstest
    26     docsframework
    27  
    28  The best way to get help if you get stuck is to ask a question on `Cilium
    29  Slack`_. With Cilium contributors across the globe, there is almost always
    30  someone available to help.