diff options
author | John DeNisco <jdenisco@cisco.com> | 2018-08-02 15:03:15 -0400 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2018-08-03 09:07:18 +0000 |
commit | c64ba6dc6ab9e3b06feac1a86c2f59d7052609ce (patch) | |
tree | 7102af8eaebcf4d9296eb3c5519a5b72ed62a417 /docs/gettingstarted/index.rst | |
parent | 5c482a9de3b28a5609b1c2029d1c2dc12466109c (diff) |
docs: Incororate Scott's overall review
Change-Id: Ic70a62e17891fa9291a5274400ae89f1d6194b6e
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/gettingstarted/index.rst')
-rw-r--r-- | docs/gettingstarted/index.rst | 29 |
1 files changed, 26 insertions, 3 deletions
diff --git a/docs/gettingstarted/index.rst b/docs/gettingstarted/index.rst index 754796b670b..acee1963af5 100644 --- a/docs/gettingstarted/index.rst +++ b/docs/gettingstarted/index.rst @@ -1,8 +1,31 @@ .. _gettingstarted: -############### -Getting Started -############### +###################### +Getting Started Guides +###################### + +The Getting Started Guide is comprised of several different sections; a section for Users, another for Developers, and a section for Writing VPP documentation. + +The Users section covers basic VPP installation and configuration operations. This section covers the following areas: + +* Describes the different types of VPP packages +* Describes how to install VPP Binaries on different OS platforms (Ubuntu, Centos, openSUSE). +* Explains how to configure, then use VPP. +* Explains how to use the Configuration Utility. + +The Developers section covers the following areas: + +* Building VPP +* Describes the components of the four VPP layers +* How to Create, Add, Enable/Disable features +* Discusses different aspects of Bounded-index Extensible Hashing (bihash) + +The Writing VPP Documentation section covers the following topics: + +* How to build VPP documents +* How to push your changes to the VPP Docs Repository +* Identifies the different styles associated to reStructuredText +* Identifies the different styles associated to Markdown .. toctree:: :maxdepth: 2 |