yeswanth-s1th opened a new pull request, #13664: URL: https://github.com/apache/iceberg/pull/13664
closes issue [#13661](https://github.com/apache/iceberg/issues/13661) docs: improve local editing experience This commit introduces a new `serve-local` command to the Makefile that allows for a much faster local build of the documentation. The `serve-local` command works by creating symbolic links to the local `docs` and `javadoc` directories instead of pulling all the versioned documentation from the remote repository. This significantly reduces the build time, making it much easier to edit and preview the documentation locally. The following changes were made: - A new `pull_local_docs` function was added to `site/dev/common.sh` that creates symbolic links to the local `docs` and `javadoc` directories. - The `site/dev/setup_env.sh` script was modified to include a `--local` flag that triggers the use of the `pull_local_docs` function. - The `site/dev/serve.sh` script was modified to accept and pass on the `--local` flag. - A new `serve-local` command was added to the `site/Makefile` that executes `serve.sh` with the `--local` flag. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org