petermarshallio commented on code in PR #14411: URL: https://github.com/apache/druid/pull/14411#discussion_r1229226376
########## 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: Perhaps because of my lack of knowledge (!!!) I ran into an issue starting the docs here because I was still using node 10 (as per https://github.com/apache/druid-website-src/blob/master/README.md) - so perhaps state here which version of node is required to run Docusaurus? -- 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]
