Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/src/redirectMappings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const redirectMaps: Record<string, string> = {
'user-guide/ci-pipeline-details': 'https://docs.kuberocketci.io/docs/operator-guide/install-kuberocketci',

'overview': 'https://docs.kuberocketci.io/docs/about-platform',
'pricing': 'https://docs.kuberocketci.io/pricing',
'pricing': 'https://kuberocketci.io/pricing',

'quick-start/create-application': 'https://docs.kuberocketci.io/docs/quick-start/create-application',
'quick-start/deploy-application': 'https://docs.kuberocketci.io/docs/quick-start/deploy-application',
Expand Down
2 changes: 1 addition & 1 deletion docs/supported-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This support model not only fosters innovation but also enables us to deliver a
Get acquainted with the list of the latest releases and component versions on which the platform is tested and verified:

:::tip Professional Services
You can leverage our [professional services](/pricing) to upgrade your platform to the latest version or perform migration from Unsupported to Supported versions.
You can leverage our [professional services](https://kuberocketci.io/pricing) to upgrade your platform to the latest version or perform migration from Unsupported to Supported versions.
:::

|[Release Version](https://github.com/epam/edp-install/blob/master/RELEASES.md)|Release Date|[EKS Version](https://aws.amazon.com/eks/)|[OpenShift Version](https://github.com/okd-project/okd/releases)|
Expand Down
5 changes: 0 additions & 5 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,6 @@ const config: Config = {
label: 'FAQ',
to: '/faq/general-questions',
},
{
label: 'Pricing',
to: '/pricing/',
position: 'left',
},
// { to: 'blog', label: 'Blog', position: 'left' },
// Right
{
Expand Down
1,036 changes: 523 additions & 513 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"spell-check": "npx cspell --config cspell.config.yaml '{docs,blog}/**/*.{md,mdx}'"
},
"dependencies": {
"@docusaurus/core": "3.9.1",
"@docusaurus/preset-classic": "3.9.1",
"@docusaurus/theme-mermaid": "3.9.1",
"@docusaurus/core": "^3.9.2",
"@docusaurus/preset-classic": "^3.9.2",
"@docusaurus/theme-mermaid": "^3.9.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mdx-js/react": "^3.0.0",
Expand All @@ -36,10 +36,10 @@
"react-lottie": "^1.2.4"
},
"devDependencies": {
"@docusaurus/eslint-plugin": "3.9.1",
"@docusaurus/module-type-aliases": "3.9.1",
"@docusaurus/tsconfig": "3.9.1",
"@docusaurus/types": "3.9.1",
"@docusaurus/eslint-plugin": "^3.9.2",
"@docusaurus/module-type-aliases": "^3.9.2",
"@docusaurus/tsconfig": "^3.9.2",
"@docusaurus/types": "^3.9.2",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"eslint-plugin-prettier": "^5.1.3",
"typescript": "~5.6.2",
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.10/supported-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This support model not only fosters innovation but also enables us to deliver a
Get acquainted with the list of the latest releases and component versions on which the platform is tested and verified:

:::tip Professional Services
You can leverage our [professional services](/pricing) to upgrade your platform to the latest version or perform migration from Unsupported to Supported versions.
You can leverage our [professional services](https://kuberocketci.io/pricing) to upgrade your platform to the latest version or perform migration from Unsupported to Supported versions.
:::

|[Release Version](https://github.com/epam/edp-install/blob/master/RELEASES.md)|Release Date|[EKS Version](https://aws.amazon.com/eks/)|[OpenShift Version](https://github.com/okd-project/okd/releases)|
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.11/supported-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This support model not only fosters innovation but also enables us to deliver a
Get acquainted with the list of the latest releases and component versions on which the platform is tested and verified:

:::tip Professional Services
You can leverage our [professional services](/pricing) to upgrade your platform to the latest version or perform migration from Unsupported to Supported versions.
You can leverage our [professional services](https://kuberocketci.io/pricing) to upgrade your platform to the latest version or perform migration from Unsupported to Supported versions.
:::

|[Release Version](https://github.com/epam/edp-install/blob/master/RELEASES.md)|Release Date|[EKS Version](https://aws.amazon.com/eks/)|[OpenShift Version](https://github.com/okd-project/okd/releases)|
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.12/supported-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This support model not only fosters innovation but also enables us to deliver a
Get acquainted with the list of the latest releases and component versions on which the platform is tested and verified:

:::tip Professional Services
You can leverage our [professional services](/pricing) to upgrade your platform to the latest version or perform migration from Unsupported to Supported versions.
You can leverage our [professional services](https://kuberocketci.io/pricing) to upgrade your platform to the latest version or perform migration from Unsupported to Supported versions.
:::

|[Release Version](https://github.com/epam/edp-install/blob/master/RELEASES.md)|Release Date|[EKS Version](https://aws.amazon.com/eks/)|[OpenShift Version](https://github.com/okd-project/okd/releases)|
Expand Down
Loading