1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

SDK import, Nav cleanups, DOCS-417

This commit is contained in:
Ravind Kumar
2022-02-07 18:09:51 -05:00
parent 9b4824970a
commit ea01909527
20 changed files with 7529 additions and 153 deletions

1437
source/sdk/dotnet/API.md Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
.. _minio-dotnet:
.. default-domain:: minio
.. contents:: Table of Contents
:local:
:depth: 2
.. include:: /sdk/dotnet/API.md
:parser: myst_parser.sphinx_

2112
source/sdk/go/API.md Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
.. _minio-go:
.. default-domain:: minio
.. contents:: Table of Contents
:local:
:depth: 2
.. include:: /sdk/go/API.md
:parser: myst_parser.sphinx_

1873
source/sdk/java/API.md Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
.. _minio-java:
.. default-domain:: minio
.. contents:: Table of Contents
:local:
:depth: 2
.. include:: /sdk/java/API.md
:parser: myst_parser.sphinx_

View File

@ -0,0 +1,47 @@
.. _minio-drivers:
===============================
Software Development Kits (SDK)
===============================
.. default-domain:: minio
.. contents:: Table of Contents
:local:
:depth: 2
MinIO publishes the following Software Development Kits (SDK):
.. list-table::
:header-rows: 1
:widths: 30 30 40
:width: 100%
* - Language
- Reference
- Download
* - Java (``minio-java``)
- :doc:`MinIO Java SDK Reference </sdk/java/minio-java>`
- ToDo
* - Python (``minio-py``)
- :doc:`MinIO Python SDK Reference </sdk/python/minio-py>`
- ToDo
* - Go (``minio-go``)
- :doc:`MinIO Go SDK Reference </sdk/go/minio-go>`
- ToDo
* - .NET (``minio-dotnet``)
- :doc:`MinIO .NET SDK Reference </sdk/dotnet/minio-dotnet>`
- ToDo
.. toctree::
:titlesonly:
:hidden:
Java SDK </sdk/java/minio-java>
Python SDK </sdk/python/minio-py>
Go SDK </sdk/go/minio-go>
.NET SDK </sdk/dotnet/minio-dotnet>

1853
source/sdk/python/API.md Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
.. _minio-python:
.. default-domain:: minio
.. contents:: Table of Contents
:local:
:depth: 2
.. include:: /sdk/python/API.md
:parser: myst_parser.sphinx_