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:
1437
source/sdk/dotnet/API.md
Normal file
1437
source/sdk/dotnet/API.md
Normal file
File diff suppressed because it is too large
Load Diff
10
source/sdk/dotnet/minio-dotnet.rst
Normal file
10
source/sdk/dotnet/minio-dotnet.rst
Normal 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
2112
source/sdk/go/API.md
Normal file
File diff suppressed because it is too large
Load Diff
10
source/sdk/go/minio-go.rst
Normal file
10
source/sdk/go/minio-go.rst
Normal 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
1873
source/sdk/java/API.md
Normal file
File diff suppressed because it is too large
Load Diff
10
source/sdk/java/minio-java.rst
Normal file
10
source/sdk/java/minio-java.rst
Normal 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_
|
47
source/sdk/minio-drivers.rst
Normal file
47
source/sdk/minio-drivers.rst
Normal 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
1853
source/sdk/python/API.md
Normal file
File diff suppressed because it is too large
Load Diff
10
source/sdk/python/minio-py.rst
Normal file
10
source/sdk/python/minio-py.rst
Normal 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_
|
Reference in New Issue
Block a user