mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Initial mkdocs configuration
This commit is contained in:
parent
42f5b3dc1d
commit
ba1b7f79ba
1
docs/.gitignore
vendored
Normal file
1
docs/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
site/
|
3
docs/docs/api/manage.md
Normal file
3
docs/docs/api/manage.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Management API
|
||||
|
||||
# GET /
|
14
docs/docs/api/minio.md
Normal file
14
docs/docs/api/minio.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Minio API
|
||||
|
||||
## /
|
||||
|
||||
## GET /bucket/
|
||||
|
||||
## PUT /bucket/
|
||||
|
||||
## GET /bucket/object
|
||||
|
||||
## HEAD /bucket/object
|
||||
|
||||
## PUT /bucket/object
|
||||
|
1
docs/docs/architecture.md
Normal file
1
docs/docs/architecture.md
Normal file
@ -0,0 +1 @@
|
||||
# Architecture
|
3
docs/docs/index.md
Normal file
3
docs/docs/index.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Minio API
|
||||
|
||||
## Overview
|
7
docs/mkdocs.yml
Normal file
7
docs/mkdocs.yml
Normal file
@ -0,0 +1,7 @@
|
||||
site_name: Minio Documentation
|
||||
pages:
|
||||
- ['index.md', Index]
|
||||
- ['api/minio.md', 'API', 'Minio']
|
||||
- ['api/manage.md', 'API', 'Management']
|
||||
- ['architecture.md', 'Architecture', 'Overview']
|
||||
theme: readthedocs
|
Loading…
Reference in New Issue
Block a user