codyml commented on code in PR #20400: URL: https://github.com/apache/superset/pull/20400#discussion_r899520468
########## CONTRIBUTING.md: ########## @@ -388,23 +388,30 @@ cd superset The latest documentation and tutorial are available at https://superset.apache.org/. -The site is written using the Gatsby framework and docz for the -documentation subsection. Find out more about it in `docs/README.md` +The documentation site is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator, the source for which resides in `./docs`. -#### Images Review Comment: It looks to me like that's a vestige from Gatsby/RST; from what I can tell images for the documentation work in [the default Docusaurus way](https://docusaurus.io/docs/static-assets), so you just put them in `docs/static/img/...` and reference them as `img/...`. -- 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]
