You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,22 @@ We use [docusaurus](https://v2.docusaurus.io/) to power [docs.getdbt.com](https:
4
4
5
5
We welcome contributions from community members to this repo:
6
6
-**Fixes**: If you notice an error (there are likely many), use the `Edit this page` button at the bottom of each page to suggest a change. We recommend you contribute small changes directly from the GitHub interface.
7
-
-**New documentation**: If you contributed code in [dbt-core](https://github.com/fishtown-analytics/dbt), we encourage you to also write the docs here!
7
+
-**New documentation**: If you contributed code in [dbt-core](https://github.com/dbt-labs/dbt-core), we encourage you to also write the docs here!
8
8
-**Refactors**: At this time, we are unable to support community members who wish to re-write sections of docs.getdbt.com. We hope to change this in the future!
9
9
10
+
### Usign the style guide
11
+
12
+
[TBD] a style guide to help you write along the dbt style guidelines.
13
+
10
14
## Versioning
11
15
12
16
We now provide dynamic versioning in the dbt Labs product documentation. To learn more about how to version the docs for dbt Core, see [Managing available versions](/contributing/versioningdocs.md).
13
17
14
-
### Running the Docs site locally
18
+
## Adding to the glossary
19
+
20
+
[TBD] a how-to guide on the programming behind glossary entries.
21
+
22
+
## Running the Docs site locally
15
23
16
24
You can click a link available in a netlify bot PR comment to see and review your changes rendered on a staging server. You are also able to see and review your proposed modifications locally on your computer. Our setup instructions use [homebrew](https://brew.sh/):
0 commit comments