Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR moves us to the updated documentation project to bring the Iceberg website and documentation back to the main repository. Related PRs: #8659, #8912, #8917, and #8919.
Revert adding the ASF site publish indicator from the apache/iceberg-docs repository. This step must happen first! Remove ASF publish property iceberg-docs#308
Merge this PR:
Update the deploy script to point to the
asf-site
branch instead of the defaultgh-pages
branch.Revert removing the ASF site publish indicator from the apache/iceberg repository to indicate ASF infra that this repository's
asf-site
branch is now where the Iceberg site exists.Delete the current versioned
./docs
and replace those from the current versioned docs location./site/docs/docs/nightly/
. (This is the majority of the file changes in this PR.We will move the versioned docs under
site/docs/docs/nightly/
and put them in the top-leveldocs
folder. (#9578) This merge will happen afterwards to preserve the history of the versioned documentation in this folder. Stay tuned.Fixes: #8151