forked from dbt-labs/docs.getdbt.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.yml
29 lines (28 loc) · 1.03 KB
/
categories.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Note
# These are not required to add tags to blog posts
# This adds the tag to the Categories sidebar
# and allows to add custom descriptions for tags
- name: analytics craft
display_title: Analytics craft
description: The art of being an analytics practitioner.
is_featured: true
- name: data ecosystem
display_title: Data ecosystem
description: Walkthroughs of how top data practitioners use tools in the modern data stack.
is_featured: true
- name: dbt tutorials
display_title: dbt tutorials
description: Best practices in the usage of our favorite data transformation tool.
is_featured: true
- name: release notes
display_title: Release notes
description: Notable updates and new features in dbt Cloud.
is_featured: true
- name: dbt updates
display_title: dbt product updates
description: An archive of monthly product updates from the dbt Labs team.
is_featured: true
- name: SQL magic
display_title: SQL magic
description: Stories of dbt developers making SQL sing across warehouses.
is_featured: true