1
0
mirror of https://github.com/minio/docs.git synced 2025-06-05 19:57:02 +03:00

Adding C++ SDK into the list (#946)

### Objective:

To add C++ SDK in the page:
https://min.io/docs/minio/linux/developers/minio-drivers.html

![Screenshot 2023-08-10 at 12 39 28
PM](https://github.com/minio/docs/assets/6667358/ed9931e0-a3ce-4de7-954a-3960a76a6f4c)

---------

Co-authored-by: Ravind Kumar <ravindk89@gmail.com>
This commit is contained in:
Cesar Celis Hernandez 2023-08-10 13:16:35 -06:00 committed by GitHub
parent 8f598693f0
commit d2dec0a920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,23 +18,18 @@ MinIO publishes the following Software Development Kits (SDK):
4. :ref:`Java <java-sdk>`
5. :ref:`JavaScript <javascript-sdk>`
6. :ref:`Python <python-sdk>`
7. :ref:`C++ <cpp-sdk>`
.. _cpp-sdk:
C++ (``minio-cpp``)
-------------------
..
C++ repo does not have any releases yet. Once released, unblock this section and add to toctree and numbered list.
Reference
`MinIO C++ SDK Reference <https://minio-cpp.min.io/>`__
.. _cpp-sdk:
C++ (``minio-cpp``)
-------------------
Latest Version
|cpp-sdk-version|
Reference
:doc:`MinIO C++ SDK Reference </developers/cpp/minio-cpp>`
Install
Install
- ``vcpkg``
.. code-block:: shell