A docusaurus site that powers the dbt Getting Started tutorial, and maybe one day, the docs too.
To run this yourself:
brew install node
- Clone this repo
cd
into thewebsite
subdirectorynpm install
npm start
- When using markdown links, you can use file paths relative to the current file, or, relative to the
docs
directory. For FAQs, use the file path relative to thedocs
directory (since it may have to be resolved from different paths). For other content, use the relative filepath (less changes required if we rename a directory)