Skip to content

Commit

Permalink
Merge branch 'current' into joellabes-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
joellabes authored Jan 14, 2022
2 parents e2e8dc5 + 9e28880 commit 5c5d3ce
Show file tree
Hide file tree
Showing 329 changed files with 15,739 additions and 11,206 deletions.
12 changes: 8 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
* @annafil @runleonarun

# Cloud docs and images are assigned to Drew
/website/docs/docs/dbt-cloud/dbt-cloud-changelog.md @drewbanin @alexbethea22
/website/docs/docs/dbt-cloud/ @drewbanin
/website/src/pages/dbt-cloud/ @drewbanin
/website/static/img/docs/dbt-cloud/ @drewbanin
/website/docs/docs/dbt-cloud/dbt-cloud-changelog.md @drewbanin @alexbethea22 @runleonarun
/website/docs/docs/dbt-cloud/ @drewbanin @runleonarun
/website/src/pages/dbt-cloud/ @drewbanin @runleonarun
/website/static/img/docs/dbt-cloud/ @drewbanin @runleonarun

# Partner Related docs assigned to Amy C
/website/docs/docs/available-adapters.md/ @amychen1776 @runleonarun
/website/docs/reference/warehouse-profiles/ @amychen1776 @runleonarun
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Want to see new content? Open a discussion!
url: https://github.com/dbt-labs/docs.getdbt.com/discussions/new
about: You can open a discussion to propose new content for the dbt product documentation.
- name: Have questions about dbt? Join the Community!
url: https://www.getdbt.com/community/join-the-community
about: You can join the dbt Labs Community to ask and answer questions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/improve-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Improve content
description: Make a suggestion to improve the content in an existing page.
labels: ["content","improvement"]
body:
- type: markdown
attributes:
value: |
* You can ask questions or submit ideas for the dbt docs in [Discussions](https://github.com/dbt-labs/docs.getdbt.com/discussions)
* Before you file an issue read the [Contributing guide](https://github.com/dbt-labs/docs.getdbt.com#contributing).
* Check to make sure someone hasn't already opened a similar [issue](https://github.com/dbt-labs/docs.getdbt.com/issues).
- type: checkboxes
id: contributions
attributes:
label: Contributions
description: Please read the contribution docs before opening an issue or pull request.
options:
- label: I have read the contribution docs, and understand what's expected of me.

- type: textarea
attributes:
label: Link to the page on docs.getdbt.com requiring updates
description: Please link to the page or pages you'd like to see improved.
validations:
required: true

- type: textarea
attributes:
label: What part(s) of the page would you like to see updated?
description: |
- Give as much detail as you can to help us understand the change you want to see.
- Why should the docs be changed? What use cases does it support?
- What is the expected outcome?
validations:
required: true

- type: textarea
attributes:
label: Additional information
description: Add any other context or screenshots about the feature request here.
validations:
required: false
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/improve-the-site.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Improve the docs.getdbt.com site
description: Make a suggestion or report a problem about the technical implementation of docs.getdbt.com.
labels: ["engineering"]
body:
- type: markdown
attributes:
value: |
* You can ask questions or submit ideas for the dbt docs in [Discussions](https://github.com/dbt-labs/docs.getdbt.com/discussions)
* Before you file an issue read the [Contributing guide](https://github.com/dbt-labs/docs.getdbt.com#contributing).
* Check to make sure someone hasn't already opened a similar [issue](https://github.com/dbt-labs/docs.getdbt.com/issues).
- type: checkboxes
id: contributions
attributes:
label: Contributions
description: Please read the contribution docs before opening an issue or pull request.
options:
- label: I have read the contribution docs, and understand what's expected of me.

- type: textarea
attributes:
label: What page(s) or areas on docs.getdbt.com are affected?
description: Include links to pages where you're seeing a problem or making a suggestion. Also include screenshots, what browser you're using, etc.
validations:
required: true

- type: textarea
attributes:
label: What changes are you suggesting?
description: |
- Give as much detail as you can to help us understand the change you want to see.
- Why should the docs be changed?
- What is the expected outcome?
validations:
required: true

- type: textarea
attributes:
label: Additional information
description: Any additional information, configuration, or data that might be necessary to reproduce the issue.
validations:
required: false
24 changes: 0 additions & 24 deletions .github/issue_template.md

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: labeler

on: [pull_request]

jobs:
labeler:
runs-on: ubuntu-latest
name: Label the PR size
steps:
- uses: codelytv/pr-size-labeler@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
xs_label: 'size: x-small'
xs_max_size: '10'
s_label: 'size: small'
s_max_size: '50'
m_label: 'size: medium'
m_max_size: '250'
l_label: 'size: large'
l_max_size: '500'
xl_label: 'size: x-large'
fail_if_xl: 'false'
message_if_xl: >
'This PR is pretty big! We recommend breaking it down to under 1000 lines, which makes it easier to review.
You can also make it more manageable by only addressing one issue per PR or moving some changes to a separate branch.
github_api_url: 'api.github.com'
1 change: 1 addition & 0 deletions _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
/docs/model-selection-syntax /reference/node-selection/syntax 302
/docs/modules /docs/writing-code-in-dbt/jinja-context/modules 302
/docs/on-run-end-context /docs/writing-code-in-dbt/jinja-context/on-run-end-context 302
/docs/overview /docs/introduction 302
/docs/package-management /docs/building-a-dbt-project/package-management 302
/docs/profile /docs/available-adapters 302
/docs/profile-bigquery /reference/warehouse-profiles/bigquery-profile 302
Expand Down
1 change: 1 addition & 0 deletions website/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
Expand Down
18 changes: 0 additions & 18 deletions website/blog/2016-03-11-blog-post.md

This file was deleted.

18 changes: 0 additions & 18 deletions website/blog/2017-04-10-blog-post-two.md

This file was deleted.

11 changes: 0 additions & 11 deletions website/blog/2017-09-25-testing-rss.md

This file was deleted.

10 changes: 0 additions & 10 deletions website/blog/2017-09-26-adding-rss.md

This file was deleted.

8 changes: 0 additions & 8 deletions website/blog/2017-10-24-new-version-1.0.0.md

This file was deleted.

Loading

0 comments on commit 5c5d3ce

Please sign in to comment.