Skip to content

Commit 5bd46f8

Browse files
committed
show the latest version in the menu and merge some 24.1 content to it
1 parent b20cd48 commit 5bd46f8

19 files changed

Lines changed: 80 additions & 155 deletions

File tree

docs/api-guide/cs-sandbox-api/cs-sandbox-api-version-2-reference-guide/sandboxes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ The `sandboxes` method returns a list of all the sandboxes and the actions that
5757
"self":{
5858
"href":"/sandboxes/11491c80-6f79-4e9c-b592-78242c6dc698",
5959
"method":"GET",
60-
"name":"get a sandbox' details"
60+
"name":"get a sandbox' details",
61+
"templated":true
6162
},
6263
"components":{
6364
"href":"/sandboxes/11491c80-6f79-4e9c-b592-78242c6dc698/components",
@@ -66,7 +67,8 @@ The `sandboxes` method returns a list of all the sandboxes and the actions that
6667
"stop":{
6768
"href":"/sandboxes/11491c80-6f79-4e9c-b592-78242c6dc698/stop",
6869
"method":"POST",
69-
"name":"stop a sandbox"
70+
"name":"stop a sandbox",
71+
"templated":true
7072
},
7173
"all":{
7274
"href":"/sandboxes",

docs/release-notes/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"label": "CloudShell 2024.1 Release Notes",
2+
"label": "Release Notes",
33
"position": 12
44
}

docs/release-notes/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# CloudShell 2024.1 Release Notes
1+
# CloudShell 2025.1 Release Notes
22

33
## Planning to upgrade?
44

5-
You can upgrade to CloudShell 2024.1 from any CloudShell version [that is under support](./supported-versions.md) (either Premier or Extended support phases). To upgrade from a version that is no longer supported, contact your Technical Account Manager.
5+
You can upgrade to CloudShell 2025.1 from any CloudShell version [that is under support](./supported-versions.md) (either Premier or Extended support phases). To upgrade from a version that is no longer supported, contact your Technical Account Manager.
66

77
Before performing an upgrade, please make sure to review the [CloudShell System Requirements](../install-configure/cs-system-requirements/index.md) and [Known Upgrade Issues](../install-configure/cloudshell-suite/appendix/known-upgrade-issues.md).
88

docs/release-notes/supported-versions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ CloudShell offers two support phases:
1414

1515
| Release | GA Version release date | End of Premier support (18 months) | End of Extended support (30 months) |
1616
| --- | --- | --- | --- |
17+
| 2025.1 | September 2025 | Mar 1, 2027 | Mar 1, 2028 |
1718
| 2024.1 | August 2024 | Feb 1, 2026 | Feb 1, 2027 |
18-
| 2023.3 | December 2023 | July 1, 2025 | July 1, 2026 |
19-
| 2023.2 | July 2023 | Feb 1, 2025 | Feb 1, 2026 |
19+
| 2023.3 | December 2023 | <span style={{ color:"gray" }}>July 1, 2025</span> | July 1, 2026 |
20+
| 2023.2 | July 2023 | <span style={{ color:"gray" }}>Feb 1, 2025</span> | Feb 1, 2026 |
2021
| 2023.1 | March 2023 | <span style={{ color:"gray" }}>Oct 1, 2024</span> | Oct 1, 2025 |
21-
| 2022.2 | September 2022 | <span style={{ color:"gray" }}>Apr 1, 2024</span> | Apr 1, 2025 |
22+
| 2022.2 | <span style={{ color:"gray" }}>September 2022</span> | <span style={{ color:"gray" }}>Apr 1, 2024</span> | <span style={{ color:"gray" }}>Apr 1, 2025</span> |
2223
| <span style={{ color:"gray" }}>2022.1</span> | <span style={{ color:"gray" }}>February 2022</span> | <span style={{ color:"gray" }}>Sept 1, 2023</span> | <span style={{ color:"gray" }}>Sept 1, 2024</span> |
2324
| <span style={{ color:"gray" }}>2021.2</span> | <span style={{ color:"gray" }}>August 2021</span> | <span style={{ color:"gray" }}>Jan 1, 2023</span> | <span style={{ color:"gray" }}>Jan 1, 2024</span> |
2425
| <span style={{ color:"gray" }}>2021.1</span> | <span style={{ color:"gray" }}>April 2021</span> | <span style={{ color:"gray" }}>Nov 1, 2022</span> | <span style={{ color:"gray" }}>Nov 1, 2023</span> |

docs/release-notes/whats-new.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
sidebar_position: 2
33
---
44

5-
What's New in Version 2024.1
6-
============================
5+
# What's New
76

87
## Features and enhancements
98

docusaurus-prod.config.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ const config = {
2727
onBrokenLinks: 'warn',
2828
onBrokenMarkdownLinks: 'warn',
2929

30+
future: {
31+
v4: true,
32+
experimental_faster: true,
33+
},
34+
3035
// Even if you don't use internationalization, you can use this field to set
3136
// useful metadata like html lang. For example, if your site is Chinese, you
3237
// may want to replace "en" with "zh-Hans".
@@ -62,7 +67,13 @@ const config = {
6267
},
6368
routeBasePath: '/',
6469
sidebarPath: './sidebars.js',
65-
includeCurrentVersion: false, //this will be enabled only when we'll have a wip version that we would like to show
70+
includeCurrentVersion: true, //this will be enabled only when we'll have a wip version that we would like to show
71+
lastVersion: 'current',
72+
versions: {
73+
current: {
74+
label: 'Latest',
75+
},
76+
},
6677
// Please change this to your repo.
6778
// Remove this to remove the "edit this page" links.
6879
editUrl:

docusaurus.config.js

Lines changed: 6 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ const config = {
6969
routeBasePath: '/',
7070
sidebarPath: './sidebars.js',
7171
includeCurrentVersion: true, //show the Next verions when working locally, this will be changed to false as part of the deployment process
72+
lastVersion: 'current',
73+
versions: {
74+
current: {
75+
label: 'Latest',
76+
},
77+
},
7278
// Please change this to your repo.
7379
// Remove this to remove the "edit this page" links.
7480
editUrl:
@@ -110,84 +116,6 @@ const config = {
110116
// type: "text/javascript"
111117
// }
112118
// ],
113-
114-
// plugins: [
115-
// [
116-
// '@docusaurus/plugin-client-redirects',
117-
// {
118-
// redirects: [
119-
// {
120-
// to: 'https://help-archive.quali.com/help versions/All Versions Help/Content/Versions.htm',
121-
// from: ['/help versions/All Versions Help/Content/Versions.htm', '/help%20versions/All%20Versions%20Help/Content/Versions.htm'],
122-
// },
123-
// {
124-
// to: 'https://help-archive.quali.com/Online Help/0.0/TestShell/Content/TSS/TSS.htm',
125-
// from: ['/2022.1.0.1858/ST/', '/2022.2.0.1470/ST/', '/2023.1.0.655/ST/', '/2023.2.0.1763/ST/', '/2023.3.0.979/ST/', '/2024.1.0.2480/ST/', '/2024.1.0.2508/ST/', '/2024.1.0.2515/ST/'],
126-
// },
127-
// {
128-
// to: 'https://help-archive.quali.com/Online Help/0.0/TestShell/Content/TSR/Tst-Run.htm',
129-
// from: ['/2022.1.0.1858/RUN/', '/2022.2.0.1470/RUN/', '/2023.1.0.655/RUN/', '/2023.2.0.1763/RUN/', '/2023.3.0.979/RUN/', '/2024.1.0.2480/RUN/', '/2024.1.0.2508/RUN/', '/2024.1.0.2515/RUN/'],
130-
// },
131-
// {
132-
// to: '/',
133-
// from: [
134-
// '/Online%20Help/2022.1.0.1858/Portal/',
135-
// '/Online%20Help/2022.2.0.1470/Portal/',
136-
// '/Online%20Help/2023.1.0.655/Portal/',
137-
// '/Online%20Help/2023.2.0.1763/Portal/',
138-
// '/Online%20Help/2023.3.0.979/Portal/',
139-
// '/Online%20Help/2024.1.0.2480/Portal/',
140-
// '/Online%20Help/2024.1.0.2508/Portal/',
141-
// '/Online%20Help/2024.1.0.2515/Portal/',
142-
// ],
143-
// },
144-
// ],
145-
// createRedirects(existingPath) {
146-
// var versions = ["0.0", "2022.1", "2022.1.0.1858", "2022.2", "2022.2.0.1470", "2023.1", "2023.1.0.655", "2023.2", "2023.2.0.1763", "2023.3", "2023.3.0.979", "2024.1", "2024.1.0.2480", "2024.1.0.2508", "2024.1.0.2515"];
147-
148-
// if (existingPath.startsWith('/portal/inventory/inventory-dashboard')) {
149-
// return versions.map(version => `/${version}/Portal/Inventory`);
150-
// }
151-
// else if (existingPath.startsWith('/portal/sandboxes/sandbox-workspace')) {
152-
// return versions.flatMap(version => [`/${version}/Portal/EnvironmentWorkspace`, `/${version}/Portal/ReservationWorkspace`]);
153-
// }
154-
// else if (existingPath.startsWith('/portal/blueprints/blueprint-catalog')) {
155-
// return versions.map(version => `/${version}/Portal/EnvironmentsCatalog`);
156-
// }
157-
// else if (existingPath.startsWith('/portal/sandboxes/sandboxes-dashboard')) {
158-
// return versions.flatMap(version => [`/${version}/Portal/ReservationsList`, `/${version}/Portal/ReservationsTimeline`]);
159-
// }
160-
// else if (existingPath.startsWith('/portal/job-scheduling/job-scheduling-dashboard')) {
161-
// return versions.map(version => `/${version}/Portal/Scheduler`);
162-
// }
163-
// else if (existingPath.startsWith('/admin/cloudshell-manage-dashboard/manage-dashboard-overview')) {
164-
// return versions.map(version => `/${version}/Portal/Manage`);
165-
// }
166-
// else if (existingPath.startsWith('/admin/cloudshell-manage-dashboard/manage-app-templates')) {
167-
// return versions.map(version => `/${version}/Portal/ManageApps`);
168-
// }
169-
// else if (existingPath.startsWith('/intro/features/apps-overview')) {
170-
// return versions.map(version => `/${version}/Portal/UsingApps`);
171-
// }
172-
// else if (existingPath.startsWith('/portal/sandboxes/saved-sandboxes')) {
173-
// return versions.map(version => `/${version}/Portal/SaveSandbox`);
174-
// }
175-
// else if (existingPath.startsWith('/portal/sandboxes/sandbox-save-and-restore-overview')) {
176-
// return versions.map(version => `/${version}/Portal/SaveSandboxOverview`);
177-
// }
178-
// else if (existingPath.startsWith('/admin/setting-up-cloudshell/cloudshell-resource-management-client')) {
179-
// return versions.map(version => `/${version}/RM`);
180-
// }
181-
// else if (existingPath.startsWith('/help-versions-archive')) {
182-
// return "/help%20versions/"
183-
// }
184-
185-
186-
// return undefined; // Return a falsy value: no redirect created
187-
// },
188-
// },
189-
// ],
190-
// ],
191119

192120
themeConfig:
193121
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
@@ -258,29 +186,6 @@ const config = {
258186
additionalLanguages: ['bash', 'powershell'],
259187
},
260188
}),
261-
262-
// webpack: {
263-
// jsLoader: (isServer) => ({
264-
// loader: require.resolve('swc-loader'),
265-
// options: {
266-
// jsc: {
267-
// parser: {
268-
// syntax: 'typescript',
269-
// tsx: true,
270-
// },
271-
// transform: {
272-
// react: {
273-
// runtime: 'automatic',
274-
// },
275-
// },
276-
// target: 'es2017',
277-
// },
278-
// module: {
279-
// type: isServer ? 'commonjs' : 'es6',
280-
// },
281-
// },
282-
// }),
283-
// },
284189
};
285190

286191
export default config;

versioned_docs/version-2024.1/admin/cloudshell-manage-dashboard/manage-app-templates/app-template/adding-app-template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ If your CloudShell deployment includes multiple sites, it is recommended to conf
3737
<table>
3838
<thead>
3939
<tr>
40-
<th>Field</th>
41-
<th>Required</th>
42-
<th>Description</th>
40+
<th>Field</th>
41+
<th>Required</th>
42+
<th>Description</th>
4343
</tr>
4444
</thead>
4545
<tbody>
@@ -121,4 +121,4 @@ If your CloudShell deployment includes multiple sites, it is recommended to conf
121121

122122
10. Click **Done**.
123123

124-
The new App template is displayed in the Apps page.
124+
The new App template is displayed in the Apps page.

versioned_docs/version-2024.1/admin/cloudshell-manage-dashboard/manage-app-templates/app-template/app-resource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ To help sandbox end-users connect to the VM, it is recommended to include the **
1515
<table>
1616
<thead>
1717
<tr>
18-
<th>Attribute</th>
19-
<th>Description</th>
18+
<th>Attribute</th>
19+
<th>Description</th>
2020
</tr>
2121
</thead>
2222
<tbody>
@@ -56,4 +56,4 @@ Changing the Shell might cause additional fields to become visible and you may n
5656
</tr>
5757
</tbody>
5858
</table>
59-
59+

versioned_docs/version-2024.1/admin/cloudshell-manage-dashboard/manage-app-templates/app-template/configuration-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ To learn how to develop custom scripts and Ansible playbooks, including examples
2727
<table>
2828
<thead>
2929
<tr>
30-
<th>Attribute</th>
31-
<th>Description</th>
30+
<th>Attribute</th>
31+
<th>Description</th>
3232
</tr>
3333
</thead>
3434
<tbody>

0 commit comments

Comments
 (0)