Skip to content

preston-hf/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

To run this yourself:

  1. brew install node
  2. Clone this repo
  3. cd into the website subdirectory
  4. npm install
  5. npm start

Notes

  • When using markdown links, you can use file paths relative to the current file, or, relative to the website/docs/ directory, e.g. [my link text](faqs/available-configurations.md).
    • For FAQs: use the file path relative to the docs directory (since it may have to be resolved from different paths).
    • Otherwise: use the relative filepath (fewer changes required if we rename a directory)

About

The code behind docs.getdbt.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 37.1%
  • CSS 36.7%
  • HTML 25.7%
  • Makefile 0.5%