diff --git a/docs/getstarted/quickstart/connect-a-second-control-plane.md b/docs/getstarted/quickstart/connect-a-second-control-plane.md index aafe1d82..16ab02fc 100644 --- a/docs/getstarted/quickstart/connect-a-second-control-plane.md +++ b/docs/getstarted/quickstart/connect-a-second-control-plane.md @@ -77,7 +77,7 @@ plane the connector speaks for. 1. Open the [control planes page](https://hub.127.0.0.1.nip.io:8443/infrastructure/control-planes) and sign in as `admin` / `admin`. -2. Create a ControlPlane in the `default` realm and name it `extra`. +2. Register a ControlPlane in the `default` realm and name it `extra`. 3. Copy the registration token. The hub displays it once. ![The Register a Control Plane dialog with realm and name fields](/img/quickstart/register-control-plane.png) @@ -132,7 +132,7 @@ Select `extra` to see its resource counts and details: - +[registry]: /hub/products/insights/catalog/external-registry/ [feature-releases]: /hub/reference/feature-releases [ofrep]: https://openfeature.dev/specification/appendix-c/ diff --git a/src/components/GuidesCards.js b/src/components/GuidesCards.js index c18b3098..117b1609 100644 --- a/src/components/GuidesCards.js +++ b/src/components/GuidesCards.js @@ -5,7 +5,7 @@ const sections = [ { title: 'Intelligent Control Planes', description: 'Advanced control plane patterns with dynamic resource composition, log analysis, and database scaling.', - link: '/guides/intelligent-control-planes/intelligent-control-planes/' + link: '/guides/intelligent-control-planes/' }, { title: 'Solutions', diff --git a/static/img/quickstart/control-plane-extra.png b/static/img/quickstart/control-plane-extra.png index a391313a..4dac8a39 100644 Binary files a/static/img/quickstart/control-plane-extra.png and b/static/img/quickstart/control-plane-extra.png differ diff --git a/static/img/quickstart/resources.png b/static/img/quickstart/resources.png new file mode 100644 index 00000000..43fe1170 Binary files /dev/null and b/static/img/quickstart/resources.png differ diff --git a/vercel.json b/vercel.json index 30a3169d..d431661a 100644 --- a/vercel.json +++ b/vercel.json @@ -1459,6 +1459,56 @@ "source": "/manuals/spaces/howtos/cloud-spaces/private-network-agent(/)?", "destination": "/cloud-spaces/howtos/private-network-agent", "permanent": true + }, + { + "source": "/getstarted/introduction/build-and-push(/)?", + "destination": "/getstarted/builders-workshop/5-build-and-push", + "permanent": true + }, + { + "source": "/getstarted/introduction/integrate-ai(/)?", + "destination": "/getstarted/builders-workshop/6-integrate-ai", + "permanent": true + }, + { + "source": "/getstarted/introduction/project(/)?", + "destination": "/getstarted/builders-workshop/1-project-foundations", + "permanent": true + }, + { + "source": "/getstarted/introduction/whats-next(/)?", + "destination": "/", + "permanent": true + }, + { + "source": "/getstarted/platform-tutorial(/)?", + "destination": "/guides/platform-tutorial", + "permanent": true + }, + { + "source": "/getstarted/upgrade-to-upbound/migrate-configurations-v2(/)?", + "destination": "/manuals/uxp/howtos/migrate-configurations-v2", + "permanent": true + }, + { + "source": "/getstarted/upgrade-to-upbound/upgrade-to-mcps(/)?", + "destination": "/cloud-spaces/upgrade-to-mcps", + "permanent": true + }, + { + "source": "/getstarted/upgrade-to-upbound/upgrade-to-projects(/)?", + "destination": "/manuals/uxp/upgrade-to-projects", + "permanent": true + }, + { + "source": "/getstarted(/)?", + "destination": "/", + "permanent": true + }, + { + "source": "/getstarted/upgrade-to-upbound/upgrade-to-uxp(/)?", + "destination": "/manuals/uxp/howtos/upgrade-to-uxp", + "permanent": true } ] }