317brian commented on code in PR #14411: URL: https://github.com/apache/druid/pull/14411#discussion_r1229851395
########## README.md: ########## @@ -89,6 +89,10 @@ See the [latest documentation](https://druid.apache.org/docs/latest/) for the do Make documentation and tutorials updates in [`/docs`](https://github.com/apache/druid/tree/master/docs) using [MarkDown](https://www.markdownguide.org/) and contribute them using a pull request. +The documentation site is built using Docusaurus2. Install Docusaurus2 by running one of the following in `website`: `npm install` or `yarn install`. Then, run `npm start` or `yarn start` in `website/` to see a local preview of your changes. Review Comment: Sure, I can update this to add the required Node version. -- 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]
