Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This repo contains the source of official Gluster documentation rendered athttps://docs.gluster.org

License

NotificationsYou must be signed in to change notification settings

gluster/glusterdocs

Repository files navigation

Source code to gluster documentation:http://docs.gluster.org/

Important Note:This repo had its git history re-written on 19 May 2016.Please create a fresh fork or clone if you have an older local clone.

Building the docs

If you are on EPEL 7 or Fedora, the first thing you will need is to installmkdocs, with the following command :

# sudo yum install mkdocs

For Fedora 30+ (run the following in root)

# dnf install python-pip# pip install -r requirements.txt

Then you need to run mkdocs from the root of that repository:

$ mkdocs build

If you see an error aboutdocs_dir when using recent versions of mkdocs , try running additional steps mentioned below:

$ cp ./mkdocs.yml ../$ cd ..

Edit below entry in the copied mkdocs.yml file

docs_dir: ./glusterdocs/

Then you need to run mkdocs

$ mkdocs build

The result will be in thesite/ subdirectory, in HTML.

Building the docs in Docker

Included is a Makefile and a Dockerfile, which enables you to easily build thedocs inside Docker without installing any dependencies on your system.

Simply run the following command to compile the docs:

make

This Makefile recipe builds a Docker image containing the dependencies requiredand runsmkdocs inside the built image, taking care to run the container asthe currentuid andgid so that your user has ownership of the results inthe./site directory.

About

This repo contains the source of official Gluster documentation rendered athttps://docs.gluster.org

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors138


[8]ページ先頭

©2009-2025 Movatter.jp