From f05e20b25d3fafa8f0500d0138f91a2d6ee3ce6d Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Thu, 9 Aug 2018 15:39:34 +0200 Subject: [PATCH] Fill in SDKs tab --- sdks.yaml | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/sdks.yaml b/sdks.yaml index f0741b9..31d3f5a 100644 --- a/sdks.yaml +++ b/sdks.yaml @@ -1,3 +1,37 @@ --- name: SDKs -tabs: [] +hide-subtabs: True +tabs: + + - name: SDKs + map-bucket: openstack-user + prelude: > + Client tools and libraries for OpenStack cloud end users. + categories: + + - category: Command-line clients + components: + + - name: openstackclient + title: Command-line interface for all OpenStack services + desc: > + Single command-line interface for OpenStack services with a + uniform command set and format. + project-team: OpenStackClient + links: + - Download: https://pypi.org/project/python-openstackclient/ + - Docs: https://docs.openstack.org/python-openstackclient/latest/ + + - category: Python SDKs + components: + + - name: openstacksdk + title: Command-line interface for all OpenStack services + desc: > + Multi-cloud aware Python SDK for the OpenStack REST API + exposing both the full set of low-level APIs as well as + curated higher level business logic. + project-team: OpenStackSDK + links: + - Download: https://pypi.org/project/openstacksdk/ + - Docs: https://docs.openstack.org/openstacksdk/latest/