rdblue commented on a change in pull request #59:
URL: https://github.com/apache/iceberg-docs/pull/59#discussion_r813089021
##########
File path: README.md
##########
@@ -76,9 +86,9 @@ cd docs && hugo serve
If you would like to see how the latest website looks based on the
documentation in the Iceberg repository, you can copy docs to this repository
by:
```shell
rm -rf docs/content/docs
-rm -rf landing-page/content/common
-cp -r <path to iceberg repo>/docs/versioned docs/content/docs
-cp -r <path to iceberg repo>/docs/common landing-page/content/common
+rm -rf landing-page/content/common/format
+cp -r <path to iceberg repo>/docs docs/content/docs
+cp -r <path to iceberg repo>/format landing-page/content/common/format
Review comment:
Should we just copy these into common?
--
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]