Skip to content

Commit

Permalink
add v2.2.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
netweng committed Aug 12, 2022
1 parent f594783 commit 80043c6
Show file tree
Hide file tree
Showing 41 changed files with 127,299 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: api
slug: /api
hide_title: true
---
# CloudTower API

import App from '../../../../swagger/App';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: intro
slug: /
title: CloudTower API General Guide
hide_title: true
---
import Intro from '../../intro.md'
import GetToken from '../../../../code_blocks/GetToken.md'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: api
slug: /api
hide_title: true
---
# CloudTower API

import App from '../../../../swagger/App';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: intro
slug: /
title: CloudTower API General Guide
hide_title: true
---
import Intro from '../../intro.md'
import GetToken from '../../../../code_blocks/GetToken.md'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: api
slug: /api
hide_title: true
---
# CloudTower API

import App from '../../../../swagger/App';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: intro
slug: /
title: CloudTower API General Guide
hide_title: true
---
import Intro from '../../intro.md'
import GetToken from '../../../../code_blocks/GetToken.md'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: api
slug: /api
hide_title: true
---
# CloudTower API

import App from '../../../../swagger/App';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: intro
slug: /
title: CloudTower API General Guide
hide_title: true
---

import Intro from '../../intro.md'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: api
slug: /api
hide_title: true
---
# CloudTower API

import App from '../../../../swagger/App';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: intro
slug: /
title: CloudTower API General Guide
hide_title: true
---

import Intro from '../../intro.md'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: api
slug: /api
hide_title: true
---

import App from '../../../../swagger/App';

<App />

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
sidebar_position: 1
id: download
slug: /download
title: SDK Overview
---
import Download from '../../download.md';

<Download
java_url="https://github.com/smartxworks/cloudtower-java-sdk/releases/tag/v2.2.0"
go_url="https://github.com/smartxworks/cloudtower-go-sdk/releases/tag/v2.2.0"
python_url="https://github.com/smartxworks/cloudtower-python-sdk/releases/tag/v2.2.0"
/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
id: go-sdk
slug: /go-sdk
---

# Cloudtower Go SDK

Currently not released
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
id: intro
slug: /
hide_title: true
---

import Intro from '../../intro.md'
import GetToken from '../../../../code_blocks/GetToken.md'
import GetTokenResponse from '../../../../code_blocks/GetTokenResponse.md'
import GetVm from '../../../../code_blocks/GetVm.md'
import CreateVmSnapshot from '../../../../code_blocks/CreateVmSnapshot.md'
import GetTask from '../../../../code_blocks/GetTask.md'
import GetVmSnapshot from '../../../../code_blocks/GetVmSnapshot.md'
import GetLunSnapshot from '../../../../code_blocks/GetLunSnapshot.md'

<Intro components={{
GetToken,
GetTokenResponse,
GetVm,
CreateVmSnapshot,
GetTask,
GetVmSnapshot,
GetLunSnapshot,
}}/>

0 comments on commit 80043c6

Please sign in to comment.