1
0
mirror of https://github.com/gluster/glusterdocs.git synced 2026-02-05 15:47:01 +01:00
Files
glusterdocs/README.md

22 lines
490 B
Markdown
Raw Permalink Normal View History

# glusterdocs
2016-08-08 15:51:43 +05:30
Source code to gluster documentation: http://gluster.readthedocs.io
# Building the docs
If you are on EPEL 7 or Fedora, the first thing you will need is to install
2016-12-07 18:41:01 +05:30
mkdocs, with the following command :
2016-12-07 18:41:01 +05:30
#sudo yum install mkdocs
For Fedora 23+ (run the following in root)
#dnf install python-pip
#pip install mkdocs
Then you need to run mkdocs from the root of that repository:
$ mkdocs build
2016-10-05 10:39:36 +02:00
The result will be in the `site/` subdirectory, in HTML.