Skip to content

Commit

Permalink
Remove 'beta' wording from current api v2/v3 docs (#6153)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Sep 26, 2024
2 parents dc237d3 + e9b93d2 commit e52f9ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions website/docs/docs/dbt-cloud-apis/admin-cloud-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ link="/dbt-cloud/api-v2-legacy"
icon="pencil-paper"/>

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

<Card
title="API v3 (beta docs)"
body="Our latest API version, with new endpoints and features. These docs are in beta and may not be complete."
title="API v3"
body="Our latest API version, with new endpoints and features."
link="/dbt-cloud/api-v3"
icon="pencil-paper"/>

Expand Down
4 changes: 2 additions & 2 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -648,12 +648,12 @@ const sidebarSettings = {
},
{
type: "link",
label: "API v2 (beta docs)",
label: "API v2",
href: "/dbt-cloud/api-v2",
},
{
type: "link",
label: "API v3 (beta docs)",
label: "API v3",
href: "/dbt-cloud/api-v3",
},
],
Expand Down

0 comments on commit e52f9ac

Please sign in to comment.