DOCS: Moved multiarch and build system, Incorprated Scott's changes
[vpp.git] / docs / gettingstarted / developers / index.rst
1 .. _gstarteddevel:
2
3 ##########
4 Developers
5 ##########
6
7 The Developers section covers the following areas:
8
9 * Building VPP
10 * Describes the components of the four VPP layers
11 * How to Create, Add, Enable/Disable features
12 * Discusses different aspects of Bounded-index Extensible Hashing (bihash)
13
14
15 .. toctree::
16    :maxdepth: 2
17
18    building
19    running_vpp
20    gdb_examples
21    gitreview
22    softwarearchitecture
23    infrastructure
24    vlib
25    plugins
26    vnet
27    featurearcs
28    multiarch/index.rst
29    bihash
30    vpp_api_module
31    binary_api_support
32    buildsystem/index.rst
33    sample_plugin
34