hashkanna / docs.getdbt.com

The code behind docs.getdbt.com

Home Page:https://docs.getdbt.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://docs.getdbt.com/

License:Apache License 2.0


Languages

Language:CSS 37.5%Language:JavaScript 35.3%Language:HTML 26.7%Language:Makefile 0.5%