[#12421] docs: Fix links after documentation restructure - #12426
Merged
jerryshao merged 2 commits intoAug 14, 2026
Conversation
Contributor
|
Hi @hutiefang76, thanks a lot for your contributions. Can you please fix the conflicts? |
hutiefang76
force-pushed
the
codex/gravitino-12421-doc-links
branch
from
August 12, 2026 15:11
831fe41 to
aa906ea
Compare
Contributor
Author
|
Resolved the conflict with the latest The branch now rebases cleanly, has no conflict markers or whitespace errors, and the changed relative-link targets exist. |
Code Coverage Report
|
jerryshao
approved these changes
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changes were proposed in this pull request?
Repoint documentation links whose anchors were removed by #12327:
manage-catalogs-and-schemas.md;tables-and-views.md;The restored type examples were checked against the current Java type factories and JSON
serialization tests.
Why are the changes needed?
PR #12327 moved or removed the linked sections but left references across catalog and connector
documentation pointing at the old anchors. Those links resolve to missing sections on the rendered
site.
Fix: #12421
Does this PR introduce any user-facing change?
Documentation links now open the intended sections, and the table concept page again documents
Gravitino column types and the external/unparsed compatibility types. There is no API or
configuration change.
How was this patch tested?
headings.
manage-relational-metadata-using-gravitino.mdanchor targeted by thisissue remains.
./gradlew :api:test --tests org.apache.gravitino.rel.TestTypes :common:test --tests org.apache.gravitino.json.TestJsonUtils spotlessCheck./gradlew :docs:buildapache/gravitino-siteDocusaurus project usingnpm run build. The site still reports pre-existing warnings in historical/current docs, butnone are for the links changed here.