mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
Initial mkdocs configuration
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user