Skip to content

Commit

Permalink
add landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Oct 17, 2023
1 parent dadcd0a commit 63de44d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions website/docs/docs/use-dbt-semantic-layer/dbt-sl.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: "Learn how the dbt Semantic Layer enables data teams to centrally d
sidebar_label: "About the dbt Semantic Layer"
tags: [Semantic Layer]
hide_table_of_contents: true
pagination_next: "docs/use-dbt-semantic-layer/quickstart-sl"
pagination_prev: null
---

<VersionBlock firstVersion="1.6">
Expand Down Expand Up @@ -54,8 +56,8 @@ plan="dbt Cloud Team or Enterprise"
icon="dbt-bit"/>

<Card
title="Semantic Layer APIs"
body="Use the Semantic Layer API to query metrics in downstream tools for consistent, reliable data metrics."
title="dbt Semantic Layer APIs"
body="Use the dbt Semantic Layer APIs to query metrics in downstream tools for consistent, reliable data metrics."
link="/docs/dbt-cloud-apis/sl-api-overview"
icon="dbt-bit"/>

Expand Down
2 changes: 0 additions & 2 deletions website/docs/docs/use-dbt-semantic-layer/quickstart-sl.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ sidebar_label: "Get started with the dbt Semantic Layer"
tags: [Semantic Layer]
meta:
api_name: dbt Semantic Layer APIs
pagination_next: "docs/use-dbt-semantic-layer/setup-sl"
pagination_prev: null
---

<VersionBlock firstVersion="1.6">
Expand Down
3 changes: 2 additions & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,9 @@ const sidebarSettings = {
type: "category",
label: "Use the dbt Semantic Layer",
collapsed: true,
link: { type: "doc", id: "docs/use-dbt-semantic-layer/quickstart-sl" },
link: { type: "doc", id: "docs/use-dbt-semantic-layer/dbt-sl" },
items: [
"docs/use-dbt-semantic-layer/dbt-sl",
"docs/use-dbt-semantic-layer/quickstart-sl",
"docs/use-dbt-semantic-layer/setup-sl",
"docs/use-dbt-semantic-layer/sl-architecture",
Expand Down

0 comments on commit 63de44d

Please sign in to comment.