diff --git a/website/docs/docs/use-dbt-semantic-layer/setup-sl.md b/website/docs/docs/use-dbt-semantic-layer/setup-sl.md index 4f1519280c4..3dfa7f3aa7d 100644 --- a/website/docs/docs/use-dbt-semantic-layer/setup-sl.md +++ b/website/docs/docs/use-dbt-semantic-layer/setup-sl.md @@ -4,6 +4,8 @@ id: setup-sl description: "Seamlessly set up the dbt Semantic Layer in dbt Cloud using intuitive navigation." sidebar_label: "Set up the Semantic Layer" tags: [Semantic Layer] +pagination_next: "docs/use-dbt-semantic-layer/sl-architecture" +pagination_prev: "guides/sl-snowflake-qs" --- With the dbt Semantic Layer, you can centrally define business metrics, reduce code duplication and inconsistency, create self-service in downstream tools, and more. diff --git a/website/docs/docs/use-dbt-semantic-layer/sl-architecture.md b/website/docs/docs/use-dbt-semantic-layer/sl-architecture.md index ef85a92a338..9239275ebdf 100644 --- a/website/docs/docs/use-dbt-semantic-layer/sl-architecture.md +++ b/website/docs/docs/use-dbt-semantic-layer/sl-architecture.md @@ -4,8 +4,6 @@ id: sl-architecture description: "dbt Semantic Layer product architecture and related questions." sidebar_label: "Semantic Layer architecture" tags: [Semantic Layer] -pagination_next: "docs/use-dbt-semantic-layer/setup-sl" -pagination_prev: "guides/sl-snowflake-qs" --- The dbt Semantic Layer allows you to define metrics and use various interfaces to query them. The Semantic Layer does the heavy lifting to find where the queried data exists in your data platform and generates the SQL to make the request (including performing joins).