Skip to content

Commit

Permalink
Merge branch 'current' into nfiann-breaking-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Oct 1, 2024
2 parents fe77ab4 + b4ce442 commit 7da25c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
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

0 comments on commit 7da25c0

Please sign in to comment.