Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding landing pages for autogenerated FAQ directories #4560

Merged
merged 6 commits into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions website/docs/faqs/API/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# position: 2.5 # float position is supported
label: 'API'
collapsible: true # make the category collapsible
collapsed: true # keep the category collapsed by default
className: red
link:
type: generated-index
title: API FAQs
customProps:
description: Frequently asked questions about dbt APIs
10 changes: 10 additions & 0 deletions website/docs/faqs/Accounts/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# position: 2.5 # float position is supported
label: 'Accounts'
collapsible: true # make the category collapsible
collapsed: true # keep the category collapsed by default
className: red
link:
type: generated-index
title: Account FAQs
customProps:
description: Frequently asked questions about your account in dbt
10 changes: 10 additions & 0 deletions website/docs/faqs/Core/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# position: 2.5 # float position is supported
label: 'Core'
runleonarun marked this conversation as resolved.
Show resolved Hide resolved
collapsible: true # make the category collapsible
collapsed: true # keep the category collapsed by default
className: red
link:
type: generated-index
title: 'dbt Core FAQs'
customProps:
description: Frequently asked questions about dbt Core
10 changes: 10 additions & 0 deletions website/docs/faqs/Docs/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# position: 2.5 # float position is supported
label: 'dbt Docs'
collapsible: true # make the category collapsible
collapsed: true # keep the category collapsed by default
className: red
link:
type: generated-index
title: dbt Docs FAQs
customProps:
description: Frequently asked questions about dbt Docs
10 changes: 10 additions & 0 deletions website/docs/faqs/Environments/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# position: 2.5 # float position is supported
label: 'Environments'
collapsible: true # make the category collapsible
collapsed: true # keep the category collapsed by default
className: red
link:
type: generated-index
title: 'Environments FAQs'
customProps:
description: Frequently asked questions about Environments in dbt
10 changes: 10 additions & 0 deletions website/docs/faqs/Git/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# position: 2.5 # float position is supported
label: 'Git'
collapsible: true # make the category collapsible
collapsed: true # keep the category collapsed by default
className: red
link:
type: generated-index
title: Git FAQs
customProps:
description: Frequently asked questions about Git and dbt
10 changes: 10 additions & 0 deletions website/docs/faqs/Jinja/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# position: 2.5 # float position is supported
label: 'Jinja'
collapsible: true # make the category collapsible
collapsed: true # keep the category collapsed by default
className: red
link:
type: generated-index
title: Jinja FAQs
customProps:
description: Frequently asked questions about Jinja and dbt
10 changes: 10 additions & 0 deletions website/docs/faqs/Models/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# position: 2.5 # float position is supported
label: 'Models'
collapsible: true # make the category collapsible
collapsed: true # keep the category collapsed by default
className: red
link:
type: generated-index
title: Models FAQs
customProps:
description: Frequently asked questions about Models in dbt
10 changes: 10 additions & 0 deletions website/docs/faqs/Project/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# position: 2.5 # float position is supported
label: 'Projects'
collapsible: true # make the category collapsible
collapsed: true # keep the category collapsed by default
className: red
link:
type: generated-index
title: Project FAQs
customProps:
description: Frequently asked questions about projects in dbt
10 changes: 10 additions & 0 deletions website/docs/faqs/Runs/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# position: 2.5 # float position is supported
label: 'Runs'
collapsible: true # make the category collapsible
collapsed: true # keep the category collapsed by default
className: red
link:
type: generated-index
title: Runs FAQs
customProps:
description: Frequently asked questions about runs in dbt
10 changes: 10 additions & 0 deletions website/docs/faqs/Seeds/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# position: 2.5 # float position is supported
label: 'Seeds'
collapsible: true # make the category collapsible
collapsed: true # keep the category collapsed by default
className: red
link:
type: generated-index
title: Seeds FAQs
customProps:
description: Frequently asked questions about seeds in dbt
10 changes: 10 additions & 0 deletions website/docs/faqs/Snapshots/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# position: 2.5 # float position is supported
label: 'Snapshots'
collapsible: true # make the category collapsible
collapsed: true # keep the category collapsed by default
className: red
link:
type: generated-index
title: Snapshots FAQs
customProps:
description: Frequently asked questions about snapshots in dbt
10 changes: 10 additions & 0 deletions website/docs/faqs/Tests/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# position: 2.5 # float position is supported
label: 'Tests'
collapsible: true # make the category collapsible
collapsed: true # keep the category collapsed by default
className: red
link:
type: generated-index
title: Tests FAQs
customProps:
description: Frequently asked questions about tests in dbt
10 changes: 10 additions & 0 deletions website/docs/faqs/Troubleshooting/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# position: 2.5 # float position is supported
label: 'Troubleshooting'
collapsible: true # make the category collapsible
collapsed: true # keep the category collapsed by default
className: red
link:
type: generated-index
title: Troubleshooting FAQs
customProps:
description: Frequently asked questions about troubleshooting dbt
10 changes: 10 additions & 0 deletions website/docs/faqs/Warehouse/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# position: 2.5 # float position is supported
label: 'Warehouse'
collapsible: true # make the category collapsible
collapsed: true # keep the category collapsed by default
className: red
link:
type: generated-index
title: Warehouse FAQs
customProps:
description: Frequently asked questions about warehouses and dbt
Loading