Skip to content

Commit

Permalink
release 3.4.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
netweng committed Nov 7, 2023
1 parent bd5e0b2 commit 8ccee9c
Show file tree
Hide file tree
Showing 9 changed files with 146,500 additions and 3 deletions.
1 change: 1 addition & 0 deletions cloudtower-api-doc/docs/sdks/support_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ CloudTower API SDK 支持向下兼容。即 SDK 2.9.0 最高支持至 CloudTower

| SDK 版本 | 支持 CloudTower 版本 | SDK 发布日期 | 下载地址 |
| --- | --- | --- | --- |
| 2.13.0 | 3.4.0 | 2023.11.07 | <AddressWrapper version="2.13.0" file_version="3.4.0"/>|
| 2.12.0 | 3.3.0 | 2023.10.19 | <AddressWrapper version="2.12.0" file_version="3.3.0"/>|
| 2.11.0 | 3.2.0, 3.2.1 | 2023.09.01 | <AddressWrapper version="2.11.0" file_version="3.2.0"/>|
| 2.10.0 | 3.1.0 | 2023.08.01 | <AddressWrapper version="2.10.0" file_version="3.1.0"/>|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The following are the compatible versions when upgrading with CloudTower. Versio

| SDK Version | Supported CloudTower Version | SDK Release Date | Download Address |
| --- | --- | --- | --- |
| 2.13.0 | 3.4.0 | 2023.11.07 | <AddressWrapper version="2.13.0" file_version="3.4.0"/>|
| 2.12.0 | 3.3.0 | 2023.10.19 | <AddressWrapper version="2.12.0" file_version="3.3.0"/>|
| 2.11.0 | 3.2.0, 3.2.1 | 2023.09.01 | <AddressWrapper version="2.11.0" file_version="3.2.0"/>|
| 2.10.0 | 3.1.0 | 2023.08.01 | <AddressWrapper version="2.10.0" file_version="3.1.0"/>|
Expand Down
1 change: 1 addition & 0 deletions cloudtower-api-doc/scripts/create-new-api-doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const {
} = require("./describe");

const versions = [
'3.4.0',
"3.3.0",
"3.2.0",
'3.1.0',
Expand Down
1 change: 0 additions & 1 deletion cloudtower-api-doc/scripts/sync-swagger.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const SCHEMA_URL = `http://tower.smartx.com/v2/api/swagger3`
const sync = (v) => {
const fileUrl = new url.URL(SCHEMA_URL);
const fileName = `${v}-swagger.json`;
console.log(fileName);
const filePath = path.resolve(__dirname, `../static/specs/${fileName}`)
http.get(fileUrl.href, function(response) {
let content = '';
Expand Down
Loading

1 comment on commit 8ccee9c

@github-actions
Copy link

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-oef1xkhz2-xiaojun.vercel.app

Built with commit 8ccee9c.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.