b23409854c
Rather than hard-coding the spdk.io/doc link, change the Doxygen header to output a link to index.html (the main Doxygen page) so that it will always point within the current doc tree. This is important for archived release versions of the documentation, since their documentation link should point at their own main page, not the current master doc. Change-Id: I788eee995543e425c24ff787f3f13956c5b813b7 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> |
||
---|---|---|
.. | ||
ioat | ||
iscsi | ||
nvme | ||
nvmf | ||
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
.