mirror of
https://github.com/minio/minio.git
synced 2026-06-04 10:13:48 +08:00
Initial mkdocs configuration
This commit is contained in:
@@ -0,0 +1 @@
|
||||
site/
|
||||
@@ -0,0 +1,3 @@
|
||||
# Management API
|
||||
|
||||
# GET /
|
||||
@@ -0,0 +1,14 @@
|
||||
# Minio API
|
||||
|
||||
## /
|
||||
|
||||
## GET /bucket/
|
||||
|
||||
## PUT /bucket/
|
||||
|
||||
## GET /bucket/object
|
||||
|
||||
## HEAD /bucket/object
|
||||
|
||||
## PUT /bucket/object
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
# Architecture
|
||||
@@ -0,0 +1,3 @@
|
||||
# Minio API
|
||||
|
||||
## Overview
|
||||
@@ -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