Skip to content

xtyuns/docs.getdbt.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A docusaurus site that powers docs.getdbt.com.

Branching

There are two long-lived branches in this repo:

Contributing

We welcome contributions from community members to this repo:

  • 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.
  • New documentation: If you contributed code in dbt-core, we encourage you to also write the docs here!
  • 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!

If you are contributing significant changes, it may be worth setting up the repo to run locally, as follows:

  1. Ensure node is installed: brew install node
  2. Clone this repo: [email protected]:fishtown-analytics/dbt.git
  3. cd into the website subdirectory
  4. Install the required node packages: npm install
  5. Build the website: npm start
  6. Before pushing your changes to a branch, check that all links work by using the make build script

Custom components

Check out docs.getdbt.com/styles for examples of different components that can be used in these docs.

About

The code behind docs.getdbt.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.5%
  • CSS 22.4%
  • HTML 8.9%
  • MDX 4.1%
  • M 0.1%
  • Makefile 0.0%