doc: reorganize programmer guides in index.md

Move several programmer guides into the correct section.

The blobstore programmer's guide is already linked from the Programmer
Guides section above; remove it from General Information.

Also add a link to the logical volumes documentation and rename it to
remove the "Introduction", since this doesn't fit with the naming of
other similar chapters.

Change-Id: I1eed7d2588851d67c067a2bcd568b3b071816679
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/413851
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Daniel Verkamp 2018-06-05 14:08:48 -07:00 committed by Jim Harris
parent 161eb083ae
commit 853770870c
2 changed files with 5 additions and 5 deletions

View File

@ -29,16 +29,16 @@
# Programmer Guides {#prog_guides} # Programmer Guides {#prog_guides}
- @ref blob - @ref blob
- @ref bdev_pg
- @ref bdev_module
- @ref nvmf_tgt_pg
# General Information {#general} # General Information {#general}
- @ref bdev_pg
- @ref bdev_module
- @ref directory_structure - @ref directory_structure
- [Public API header files](files.html) - [Public API header files](files.html)
- @ref nvmf_tgt_pg
- @ref event - @ref event
- @ref blob - @ref logical_volumes
# Miscellaneous {#misc} # Miscellaneous {#misc}

View File

@ -1,4 +1,4 @@
# Logical Volumes Introduction {#logical_volumes} # Logical Volumes {#logical_volumes}
The Logical Volumes library is a flexible storage space management system. It provides creating and managing virtual block devices with variable size. The SPDK Logical Volume library is built on top of @ref blob. The Logical Volumes library is a flexible storage space management system. It provides creating and managing virtual block devices with variable size. The SPDK Logical Volume library is built on top of @ref blob.