Commit 85377087 authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Jim Harris
Browse files

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: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/413851


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent 161eb083
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -29,16 +29,16 @@
# Programmer Guides {#prog_guides}

- @ref blob
- @ref bdev_pg
- @ref bdev_module
- @ref nvmf_tgt_pg

# General Information {#general}

- @ref bdev_pg
- @ref bdev_module
- @ref directory_structure
- [Public API header files](files.html)
- @ref nvmf_tgt_pg
- @ref event
- @ref blob
- @ref logical_volumes

# Miscellaneous {#misc}

+1 −1
Original line number Diff line number Diff line
# 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.