samredai commented on PR #85: URL: https://github.com/apache/iceberg-docs/pull/85#issuecomment-1146047794
@nastra the extra `docs` directory is the root cause of the issues in the other comments. I'm realizing it's because this sentence in the instructions could be clearer and might have been interpreted as copying the directory : > 3. Copy the contents under `docs` in the iceberg repo to `./docs/content/docs` in the **release** branch That would be stated more clearly as: > 3. Copy the `docs` directory in the iceberg repo into `./docs/content/` in the **release** branch See the tree structure in [this](https://github.com/apache/iceberg-docs/pull/85#discussion_r889009930) comment. So for example the spark directory of markdown files should be `docs/content/docs/spark`, not `docs/content/docs/docs/spark`. -- 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]
