Reorg docs and cleanup

This commit is contained in:
Harshavardhana
2015-02-13 19:06:47 -08:00
parent a527251865
commit f07ccb035d
9 changed files with 31 additions and 33 deletions
+7 -9
View File
@@ -1,13 +1,11 @@
# Welcome to MINIO
# Welcome to *MINIO*
Welcome to the *Minio API Reference*. It explains the Minio application programming interface. It describes various API operations, related request and response structures, and error codes.
Minio is an open source object storage released under [Apache license v2](http://www.apache.org/licenses/LICENSE-2.0).
Minio is an open source object storage released under [Apache license v2](http://www.apache.org/licenses/LICENSE-2.0). It uses ``Rubberband Erasure`` coding to dynamically protect the data.
It uses ``Rubberband Erasure`` coding to dynamically protect the data. This documents explains various API operations, related request and response structures, and error codes.
## How?
## Topics
| Information | Sections |
|:------------- |:-------------:|
| Overview | Minio |
| REST | [Minio API](./api/minio.md) |
| Error List | [Error Codes](./api/errors.md) |
- [Minio](./architecture.md)
- [Minio API](./minio.md)
- [Error Codes](./errors.md)