Files
openzfs-docs/README.rst
George Melikov f68a6fd0f9 Add README
Signed-off-by: George Melikov <mail@gmelikov.ru>
2020-05-21 22:35:48 +03:00

20 lines
391 B
ReStructuredText

.. image:: docs/_static/img/logo/480px-Open-ZFS-Secondary-Logo-Colour-halfsize.png
OpenZFS Documentation
=====================
Public link: https://openzfs.github.io/openzfs-docs/
Local build
-----------
::
cd ./docs/
# install dependencies:
pip install -r requirements.txt
# run `sphinx` to build pages
make html
# html files will be generated in:
cd ./docs/_build/html/