-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
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
Allow customisation of base path #51
Comments
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days. |
Is there any chance something like this could happen? |
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers. |
Current behaviour
When trying to host DBT documentation on a non-top level path the docs site looks for a few files at the root path
e.g.
Hosting the index.html file at https://my-internal-domain.com/dbt
The docs fail to load due to requesting https://my-internal-domain.com/catalog.json
Expected behaviour
Allow customisation of the base url so JSON file requests resolve from the given url, e.g https://my-internal-domain.com/dbt/catalog.json.
Workaround
For now we're fixing this by explicitly proxying
.json
files generated by DBT to the path we expose the dbt documentation on:The text was updated successfully, but these errors were encountered: