docs: A little cleanup and added some gdb examples.
[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    softwarearchitecture
22    infrastructure
23    vlib
24    plugins
25    vnet
26    featurearcs
27    bihash
28    vpp_api_module
29    binary_api_support
30    sample_plugin
31