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: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/453451
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
Ben Walker 2019-05-06 10:29:35 -07:00 committed by Jim Harris
parent d193d9873b
commit 68f9bbc719
5 changed files with 4 additions and 4 deletions

View File

@ -810,7 +810,6 @@ INPUT += \
changelog.md \ changelog.md \
compression.md \ compression.md \
concurrency.md \ concurrency.md \
directory_structure.md \
event.md \ event.md \
ftl.md \ ftl.md \
gdb_macros.md \ gdb_macros.md \
@ -827,6 +826,7 @@ INPUT += \
nvmf.md \ nvmf.md \
nvmf_tgt_pg.md \ nvmf_tgt_pg.md \
nvmf_tracing.md \ nvmf_tracing.md \
overview.md \
peer_2_peer.md \ peer_2_peer.md \
porting.md \ porting.md \
spdkcli.md \ spdkcli.md \

View File

@ -5,4 +5,5 @@
- @subpage concurrency - @subpage concurrency
- @subpage ssd_internals - @subpage ssd_internals
- @subpage vhost_processing - @subpage vhost_processing
- @subpage overview
- @subpage porting - @subpage porting

View File

@ -1,6 +1,5 @@
# General Information {#general} # General Information {#general}
- @subpage directory_structure
- @subpage event - @subpage event
- @subpage logical_volumes - @subpage logical_volumes
- @subpage vpp_integration - @subpage vpp_integration

View File

@ -1,4 +1,4 @@
# SPDK Directory Structure {#directory_structure} # SPDK Structural Overview {#overview}
# Overview {#dir_overview} # Overview {#dir_overview}

View File

@ -1,4 +1,4 @@
# SSD Internals {#ssd_internals} # NAND Flash SSD Internals {#ssd_internals}
Solid State Devices (SSD) are complex devices and their performance depends on Solid State Devices (SSD) are complex devices and their performance depends on
how they're used. The following description is intended to help software how they're used. The following description is intended to help software