We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs/
say I decided to put training.md in docs/guides/ instead of just docs/. we need a way to redirect so that links out there on the internet don't break.
training.md
docs/guides/
Looks like Docusaurus has a plugin for this: plugin-client-redirects, and you can see how https://github.com/dbt-labs/docs.getdbt.com handles this with their _redirects file.
_redirects
The text was updated successfully, but these errors were encountered:
facebook/docusaurus#2843 makes me think that maybe this isn't possible w/ GitHub pages, and https://github.com/dbt-labs/docs.getdbt.com/ can only do it bc they're hosted on Netlify?
Sorry, something went wrong.
No branches or pull requests
say I decided to put
training.md
indocs/guides/
instead of justdocs/
. we need a way to redirect so that links out there on the internet don't break.Looks like Docusaurus has a plugin for this: plugin-client-redirects, and you can see how https://github.com/dbt-labs/docs.getdbt.com handles this with their
_redirects
file.The text was updated successfully, but these errors were encountered: