33c81b8bce
Drop the header and footer that matched spdk.io; the official website doc generation will drop in the correct header when the docs are generated. Also restore the Doxygen header bar to allow navigation on locally-built docs. Change-Id: I711d109dc34866917cbaf2cb0045375b0ceb11b0 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> |
||
---|---|---|
.. | ||
bdev | ||
blob | ||
blobfs | ||
event | ||
ioat | ||
iscsi | ||
nvme | ||
nvmf | ||
vhost | ||
directory_structure.md | ||
Doxyfile | ||
footer.html | ||
header.html | ||
index.md | ||
Makefile | ||
porting.md | ||
README.md | ||
stylesheet.css |
SPDK Documentation
The current version of the SPDK documentation can be found online at http://www.spdk.io/doc/
Building the Documentation
To convert the documentation into HTML, install Doxygen and mscgen and run make
in the doc
directory. The output will be located in doc/output/html
.