andrewcstewart opened a new issue #15886: URL: https://github.com/apache/superset/issues/15886
**Is your feature request related to a problem? Please describe.** Not really a problem, more of an opportunity. Users of BI tools can often benefit from access to documentation of how a particular data warehouse is organized (structure, field descriptions, etc). Hosting this type of documentation for accessibility by BI users is not necessarily a challenging topic, but it is typically an under addressed. A popular example of data source documentation is the auto-generated docs from [dbt](https://docs.getdbt.com/docs/dbt-cloud/using-dbt-cloud/cloud-generating-documentation). Other examples might include simple Markdown documents rendered into html. These sorts of static sites are simple enough to serve from S3, github pages, netlify, etc, but the complexity for most small data teams tends to come from adding an authentication layer. **Describe the solution you'd like** This idea may or may not be outside the scope of what SuperSet seeks to be, but it occurs to me that SuperSet could potentially be a natural platform to host such static documentation alongside charts, dashboards, SQL Lab, etc. One can imagine the SuperSet configuration including a setting for a directory where any html documents placed within will appear under a new section on the UI. **Describe alternatives you've considered** Obviously static docs can be hosted via multiple different solutions. The opportunity for co-locating warehouse documentation with the BI tools that rely upon such documentation is simply one of convenience. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
