Skip to content

Commit

Permalink
Fix menu display for the Jinja return function (#4606)
Browse files Browse the repository at this point in the history
resolves: #4605

## What are you changing in this pull request and why?
This was the only thing I could find that said `sidebar_variable`.
Everything else had `sidebar_label` instead.

## Checklist
- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
so my content adheres to these guidelines.
  • Loading branch information
mirnawong1 authored Dec 7, 2023
2 parents 1a835bb + 9372ab3 commit 1f1e4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/dbt-jinja-functions/return.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "About return function"
sidebar_variable: "return"
sidebar_label: "return"
id: "return"
description: "Read this guide to understand the return Jinja function in dbt."
---
Expand Down

0 comments on commit 1f1e4a2

Please sign in to comment.