-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
134,729 additions
and
5 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
cloudtower-api-doc/i18n/en/docusaurus-plugin-content-docs/version-v2.5.0/api.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> | ||
|
14 changes: 14 additions & 0 deletions
14
...tower-api-doc/i18n/en/docusaurus-plugin-content-docs/version-v2.5.0/download.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
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.5.0" | ||
go_url="https://github.com/smartxworks/cloudtower-go-sdk/releases/tag/v2.5.0" | ||
python_url="https://github.com/smartxworks/cloudtower-python-sdk/releases/tag/v2.5.0" | ||
node_url="https://github.com/smartxworks/cloudtower-node-sdk/releases/tag/v2.5.0" | ||
/> |
11 changes: 11 additions & 0 deletions
11
cloudtower-api-doc/i18n/en/docusaurus-plugin-content-docs/version-v2.5.0/go.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
hide_title: true | ||
id: go-sdk | ||
slug: /go-sdk | ||
--- | ||
|
||
import Go, { toc as goToc } from '../../go.md' | ||
|
||
<Go /> | ||
|
||
export const toc = [...goToc] |
25 changes: 25 additions & 0 deletions
25
cloudtower-api-doc/i18n/en/docusaurus-plugin-content-docs/version-v2.5.0/intro.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
id: intro | ||
slug: / | ||
hide_title: true | ||
--- | ||
import Intro, { toc as introToc } 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, | ||
}}/> | ||
|
||
export const toc = [...introToc ] |
11 changes: 11 additions & 0 deletions
11
cloudtower-api-doc/i18n/en/docusaurus-plugin-content-docs/version-v2.5.0/java.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
hide_title: true | ||
id: java-sdk | ||
slug: /java-sdk | ||
--- | ||
|
||
import Java, { toc as javaToc } from '../../java.md' | ||
|
||
<Java /> | ||
|
||
export const toc = [...javaToc] |
11 changes: 11 additions & 0 deletions
11
cloudtower-api-doc/i18n/en/docusaurus-plugin-content-docs/version-v2.5.0/python.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
hide_title: true | ||
id: python-sdk | ||
slug: /python-sdk | ||
--- | ||
|
||
import Python, { toc as pythonToc } from '../../python.md' | ||
|
||
<Python /> | ||
|
||
export const toc = [...pythonToc] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
2e368fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for cloudtower-api-doc ready!
✅ Preview
https://cloudtower-api-otngqg1u1-xiaojun.vercel.app
Built with commit 2e368fc.
This pull request is being automatically deployed with vercel-action