317brian commented on issue #17647: URL: https://github.com/apache/druid/issues/17647#issuecomment-2613193306
Hi @akulabs8, thanks for volunteering to take this on. There seems to be a few changes needed: * When making updates to `docusaurus.config.js`, it needs to be done in both this repo and https://github.com/apache/druid-website-src`. That is the repo actually used to build the site for deployment. * For example, you need to remove the gtag config from the docusaurus config in both places * In `druid-website-src`, the `published_versions` directory has all the built HTML files. We can likely just find/replace in bulk to remove the google analytics code More tricky is replacing the font awesome and clipboard.min.js external scripts and updating those and the CSS. So, find/replace to fix existing docs and update docusaurus.config.js so that future builds are correct. Let me know if you have any questions. -- 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]
