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 docs/getstarted/introduction/whats-next.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cluster][uxp] with full control.

[workshop]: /getstarted/builders-workshop/project-foundations/
[intelligent-control-planes]: /guides/intelligent-control-planes/
[idp-guide]: /guides/solutions/general-idp/get-started/
[idp-guide]: /guides/solutions/get-started/
[spaces]: /manuals/spaces/overview/
[control-planes]: /manuals/spaces/concepts/control-planes/
[uxp]: /manuals/uxp/overview/
Expand Down
4 changes: 1 addition & 3 deletions docs/guides/solutions/_category_.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"label": "Platform Solutions",
"label": "Internal Developer Platform Starter Kit",
"position": 2,
"collapsed": true
}


5 changes: 0 additions & 5 deletions docs/guides/solutions/general-idp/_category_.json

This file was deleted.

4 changes: 0 additions & 4 deletions docs/guides/solutions/general-idp/bootstrap.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ To clean up the platform, delete the root `Application` from the bootstrap contr
[taskfile]: https://taskfile.dev/
[registerAccount]: https://www.upbound.io/register/?utm_source=docs&utm_medium=cta&utm_campaign=docs_idp
[awsCreds]: https://docs.aws.amazon.com/sdkref/latest/guide/feature-static-credentials.html
[design]: /solutions/general-idp/design
[design]: /solutions/design
[upCli]: /manuals/cli/overview
[starterGroups]: /img/solutions/starter-groups.png
[frontendCtp]: /img/solutions/frontend-ctp.png
Expand Down
45 changes: 0 additions & 45 deletions docs/guides/solutions/upbound-platform-ref.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/guides/usecases/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ spec:
package: xpkg.upbound.io/upbound/configuration-app:v0.12.1
```

[getStarted]: /guides/solutions/general-idp/get-started
[getStarted]: /guides/solutions/get-started
2 changes: 1 addition & 1 deletion docs/guides/usecases/caas.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ spec:
package: xpkg.upbound.io/upbound/configuration-caas:v0.4.0
```

[getStarted]:/guides/solutions/general-idp/get-started/
[getStarted]:/guides/solutions/get-started/
2 changes: 1 addition & 1 deletion docs/guides/usecases/dbaas.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ spec:
package: xpkg.upbound.io/upbound/configuration-dbaas:v0.5.0
```

[getStarted]: /guides/solutions/general-idp/get-started
[getStarted]: /guides/solutions/get-started
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const config = {
},
{
label: "Platform Solutions",
to: "/guides/solutions/general-idp/get-started/",
to: "/guides/solutions/get-started/",
},
{
label: "Use Cases",
Expand Down
12 changes: 6 additions & 6 deletions src/components/GuidesCards.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ import React from 'react';

const GuidesCards = () => {
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/'
},
{
title: 'Solutions',
description: 'Complete platform deployments including general IDP architecture and Upbound platform reference implementations.',
link: '/guides/solutions/general-idp/get-started/'
link: '/guides/solutions/get-started/'
},
{
title: 'Use Cases',
description: 'End-to-end scenarios for applications, cloud resources, databases as a service, and managed resources.',
link: '/guides/usecases'
},
{
title: 'Intelligent Control Planes',
description: 'Advanced control plane patterns with dynamic resource composition, log analysis, and database scaling.',
link: '/guides/intelligent-control-planes/'
}
];

Expand Down
22 changes: 21 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
},
{
"source": "/solutions/idp-starter-kit(/)?",
"destination": "/guides/solutions/general-idp/get-started",
"destination": "/guides/solutions/get-started",
"permanent": true
},
{
Expand Down Expand Up @@ -1324,6 +1324,26 @@
"source": "/manuals/uxp/guides/self-managed-uxp/license-management(/)?",
"destination": "/manuals/uxp/howtos/self-managed-uxp/license-management/",
"permanent": true
},
{
"source": "/guides/solutions/general-idp/get-started(/)?",
"destination": "/guides/solutions/get-started/",
"permanent": true
},
{
"source": "/guides/solutions/general-idp/design(/)?",
"destination": "/guides/solutions/design/",
"permanent": true
},
{
"source": "/guides/solutions/general-idp/portal(/)?",
"destination": "/guides/solutions/portal/",
"permanent": true
},
{
"source": "/guides/solutions/general-idp/deploy-apis(/)?",
"destination": "/guides/solutions/deploy-apis/",
"permanent": true
}
]
}
Loading