parent
a527251865
commit
f07ccb035d
@ -1,3 +0,0 @@ |
||||
# Management API |
||||
|
||||
# GET / |
@ -1 +1 @@ |
||||
# Architecture |
||||
### Overview |
||||
|
@ -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) |
||||
|
@ -1,3 +1,3 @@ |
||||
# Minio API Reference |
||||
### Minio API Reference |
||||
|
||||
This API reference explains Minio operations, their parameters, responses, and errors. There are separate sections for each API, which include example requests and responses. |
||||
|
@ -0,0 +1,3 @@ |
||||
### Management API |
||||
|
||||
#### GET / |
@ -1,10 +1,10 @@ |
||||
site_name: Minio Documentation |
||||
pages: |
||||
- ['index.md', Welcome to Minio] |
||||
- ['introduction.md', Minio API Reference] |
||||
- ['api/minio.md', 'API', 'REST API'] |
||||
- ['api/errors.md', 'API', 'Error Responses'] |
||||
- ['api/manage.md', 'API', 'Management'] |
||||
- ['architecture.md', 'Architecture', 'Overview'] |
||||
- ['contributing.md', 'Contributing', 'Overview'] |
||||
- ['architecture.md', 'Minio', Architecture] |
||||
- ['contributing.md', 'Minio', Contribute] |
||||
- ['introduction.md', 'API', Reference] |
||||
- ['minio.md', 'API', REST API] |
||||
- ['errors.md', 'API', Error Responses] |
||||
- ['manage.md', 'API', Management API] |
||||
theme: readthedocs |
||||
|
Loading…
Reference in new issue