Commit 68f9bbc7 authored by Ben Walker's avatar Ben Walker Committed by Jim Harris
Browse files

doc: Rename directory_structure.md to overview.md



Change title, move to Concepts section. Otherwise
the document remains the same.

Change-Id: I15dfe541447a620e270d94df32c76b36082ef4be
Signed-off-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/453451


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
parent d193d987
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -810,7 +810,6 @@ INPUT += \
                         changelog.md \
                         compression.md \
                         concurrency.md \
                         directory_structure.md \
                         event.md \
                         ftl.md \
                         gdb_macros.md \
@@ -827,6 +826,7 @@ INPUT += \
                         nvmf.md \
                         nvmf_tgt_pg.md \
                         nvmf_tracing.md \
                         overview.md \
                         peer_2_peer.md \
                         porting.md \
                         spdkcli.md \
+1 −0
Original line number Diff line number Diff line
@@ -5,4 +5,5 @@
- @subpage concurrency
- @subpage ssd_internals
- @subpage vhost_processing
- @subpage overview
- @subpage porting
+0 −1
Original line number Diff line number Diff line
# General Information {#general}

- @subpage directory_structure
- @subpage event
- @subpage logical_volumes
- @subpage vpp_integration
+1 −1
Original line number Diff line number Diff line
# SPDK Directory Structure {#directory_structure}
# SPDK Structural Overview {#overview}

# Overview {#dir_overview}

+1 −1
Original line number Diff line number Diff line
# SSD Internals {#ssd_internals}
# NAND Flash SSD Internals {#ssd_internals}

Solid State Devices (SSD) are complex devices and their performance depends on
how they're used. The following description is intended to help software