Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove legacy v2 Admin API docs #6164

Merged
merged 2 commits into from
Oct 1, 2024
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
6 changes: 0 additions & 6 deletions website/docs/docs/dbt-cloud-apis/admin-cloud-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ Many endpoints of the Administrative API can also be called through the [dbt Clo

<div className="grid--2-col">

<Card
title="API v2 (legacy docs)"
body="Our legacy API version, with limited endpoints and features. Contains information not available in v3."
link="/dbt-cloud/api-v2-legacy"
icon="pencil-paper"/>

<Card
title="API v2"
body="Our legacy API version, with limited endpoints and features. Contains information not available in v3."
Expand Down
5 changes: 0 additions & 5 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -642,11 +642,6 @@ const sidebarSettings = {
link: { type: "doc", id: "docs/dbt-cloud-apis/admin-cloud-api" },
items: [
"docs/dbt-cloud-apis/admin-cloud-api",
{
type: "link",
label: "API v2 (legacy docs)",
href: "/dbt-cloud/api-v2-legacy",
},
{
type: "link",
label: "API v2",
Expand Down
5 changes: 5 additions & 0 deletions website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2986,6 +2986,11 @@
"destination": "/dbt-cloud/api-v2-legacy",
"permanent": true
},
{
"source": "/dbt-cloud/api-v2-legacy",
"destination": "/dbt-cloud/api-v2",
"permanent": true
},
{
"source": "/dbt-cloud/api-v4",
"destination": "/docs/dbt-cloud-apis/admin-cloud-api",
Expand Down
Loading