A docusaurus site that powers docs.getdbt.com
To run this yourself:
brew install node- Clone this repo
cdinto thewebsitesubdirectorynpm installnpm start
- 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
docsdirectory (since it may have to be resolved from different paths). - Otherwise: use the relative filepath (fewer changes required if we rename a directory)
- For FAQs: use the file path relative to the