diff options
Diffstat (limited to 'docs/gettingstarted/writingdocs/index.rst')
-rw-r--r-- | docs/gettingstarted/writingdocs/index.rst | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/gettingstarted/writingdocs/index.rst b/docs/gettingstarted/writingdocs/index.rst index 89245ef28d1..c59a39d0e5d 100644 --- a/docs/gettingstarted/writingdocs/index.rst +++ b/docs/gettingstarted/writingdocs/index.rst @@ -1,25 +1,20 @@ .. _writingdocs: ######################### -Writing VPP Documentation +VPP Documents ######################### This section covers the following topics: * Building VPP Documents * Merging FD.io VPP documents and performing a Git review -* Using Read the Docs * reStructured Text Style Guide that describes different format styles * Markdown Style Guide that describes different format styles .. toctree:: - :maxdepth: 2 + :maxdepth: 3 buildingrst - gitreview - readthedocs styleguide/index.rst styleguidemd/index.rst - todo - pushingapatch |