1
0
mirror of https://github.com/gluster/glusterd2.git synced 2026-02-05 12:45:38 +01:00

doc: Add index to documentation

Signed-off-by: Prashanth Pai <ppai@redhat.com>
This commit is contained in:
Prashanth Pai
2018-07-19 12:18:25 +05:30
parent 83a8eb8a05
commit 7b07c6542f
2 changed files with 17 additions and 4 deletions

View File

@@ -9,10 +9,8 @@ GlusterD, while also becoming more modular and easing extensibility.
## Documentation
* [Quick Start User Guide](doc/quick-start-user-guide.md)
* [Development Guide](doc/development-guide.md)
* [Coding Guidelines](doc/coding.md)
* [REST API Reference](doc/endpoints.md)
* [User documentation](doc/index.md#user-documentation)
* [Developer documentation](doc/index.md#developer-documentation)
## Architecture and Design
Please refer to the [wiki](https://github.com/gluster/glusterd2/wiki/Design) for more information.

15
doc/index.md Normal file
View File

@@ -0,0 +1,15 @@
# Glusterd2 Documentation
## User Documentation
* [Quick Start Guide](quick-start-user-guide.md)
* [REST API Reference](doc/endpoints.md)
* [Network and firewall configuration](network.md)
## Developer Documentation
* [Development Guide](development-guide.md)
* [Testing](testing.md)
* [Coding convention](coding.md)
* [Supervisor trees](supervisor-trees.md)
* [Translators and volfiles](xlator.md)