samredai commented on code in PR #108: URL: https://github.com/apache/iceberg-docs/pull/108#discussion_r914359695
########## README.md: ########## @@ -81,12 +81,12 @@ cd iceberg-docs To start the landing page site locally, run: ```shell -cd landing-page && hugo serve +(cd landing-page && hugo serve) ``` To start the documentation site locally, run: ```shell -cd docs && hugo serve +(cd docs && hugo serve) Review Comment: It's so that you can run it from the root while remaining in the same directory. That way you can alternate between running the docs site and the landing page without having to remember to cd back to root. If this makes the command less intuitive I'm ok with taking it out. What do you think? -- 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]
