From cedc2504364e0bf9779415b569d1f5fe1ce842b0 Mon Sep 17 00:00:00 2001 From: Miraj Abeysekara Date: Thu, 18 Sep 2025 16:41:55 +0530 Subject: [PATCH] Update the v0.3.x docs to v0.3.2 --- docusaurus.config.ts | 2 +- versioned_docs/version-v0.3.x/_constants.mdx | 4 ++-- .../version-v0.3.x/getting-started/quick-start-guide.mdx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 97bf162..e221b61 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -77,7 +77,7 @@ const config: Config = { announcementBar: { id: 'release_v0_3_1', content: - '🎉️ OpenChoreo v0.3.1 is released! 🎉️', + '🎉️ OpenChoreo v0.3.2 is released! 🎉️', isCloseable: true, }, algolia: { diff --git a/versioned_docs/version-v0.3.x/_constants.mdx b/versioned_docs/version-v0.3.x/_constants.mdx index 19e1724..f6c34d7 100644 --- a/versioned_docs/version-v0.3.x/_constants.mdx +++ b/versioned_docs/version-v0.3.x/_constants.mdx @@ -1,7 +1,7 @@ [//] # (This file stores the constants used across the documentation.) export const versions = { - dockerTag: 'v0.3.1', + dockerTag: 'v0.3.2', githubRef: 'release-v0.3', // Used for the GitHub Raw URL references. Example: main, latest, v0.1.0 - helmChart: '0.3.1', + helmChart: '0.3.2', }; diff --git a/versioned_docs/version-v0.3.x/getting-started/quick-start-guide.mdx b/versioned_docs/version-v0.3.x/getting-started/quick-start-guide.mdx index 4614fea..5da1fae 100644 --- a/versioned_docs/version-v0.3.x/getting-started/quick-start-guide.mdx +++ b/versioned_docs/version-v0.3.x/getting-started/quick-start-guide.mdx @@ -138,7 +138,7 @@ Once the deployment is complete, you will receive the following message together ```text ✅ Endpoint is ready! -🌍 You can now access the Sample Web Application at: https://react-starter-image-development.choreoapps.localhost:8443 +🌍 You can now access the Sample Web Application at: https://react-starter-development.choreoapps.localhost:8443 ``` ### Understanding What Happens Behind the Scenes