From 853770870c9feda47e98efcac636910c04afbd1c Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 5 Jun 2018 14:08:48 -0700 Subject: [PATCH] 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 Reviewed-on: https://review.gerrithub.io/413851 Tested-by: SPDK Automated Test System Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- doc/index.md | 8 ++++---- doc/lvol.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/index.md b/doc/index.md index a85c97868..0ebedf4a1 100644 --- a/doc/index.md +++ b/doc/index.md @@ -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} diff --git a/doc/lvol.md b/doc/lvol.md index 51690a4d1..ad39cdbe7 100644 --- a/doc/lvol.md +++ b/doc/lvol.md @@ -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.