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.