2016-08-08 15:50:52 +05:30
|
|
|
# glusterdocs
|
2016-08-08 15:51:43 +05:30
|
|
|
|
|
|
|
|
Source code to gluster documentation: http://gluster.readthedocs.io
|
|
|
|
|
|
2016-09-18 14:50:24 +02:00
|
|
|
# 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-09-18 14:50:24 +02:00
|
|
|
|
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
|
2016-09-18 14:50:24 +02:00
|
|
|
|
|
|
|
|
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.
|