-
Notifications
You must be signed in to change notification settings - Fork 332
[Site] Simplify the doc directory structure #2033
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The git diff behavior a bit weird. This file has been moved to the parent dir.
site/content/in-dev/release_index.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file was never used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR streamlines the documentation directory by removing the old in-dev/unreleased folder and consolidation files under site/content/in-dev, and it updates links and menu entries to match the new structure.
- Update Hugo menu URL for “In Development”
- Delete obsolete
unreleasedindex and release template - Add consolidated
in-dev/_index.mdand fix related links
Reviewed Changes
Copilot reviewed 6 out of 29 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| site/hugo.yaml | Changed “In Development” menu URL to point at /in-dev/ |
| site/content/in-dev/unreleased/_index.md | Deleted obsolete unreleased overview file |
| site/content/in-dev/release_index.md | Deleted unused release index template |
| site/content/in-dev/metastores.md | Updated configuration link path |
| site/content/in-dev/_index.md | Added consolidated overview with full front matter and content |
| README.md | Updated Configuration Guide link to new in-dev path |
Comments suppressed due to low confidence (2)
site/content/in-dev/metastores.md:45
- [nitpick] Consider rephrasing "please ref" to "please refer to" for clearer documentation.
Additionally the retries can be configured via `polaris.persistence.relational.jdbc.*` properties please ref [configuration](configuration.md)
README.md:107
- Verify that
site/content/in-dev/configuration.mdexists at this path; otherwise, update the link to the correct file location or site URL.
Please see the [Configuration Guide](site/content/in-dev/configuration.md) for more information.
|
Thanks for the review ping on this, @flyrain ! Could you also point me at the current docs build/release process ? |
Here is the @snazy 's comment: #1910 (review). I think it's the right approach. The current release guide need an update. |
|
BTW: the cite to 1910 does not say that I propose this structure. |
The PR apache#2033 was merged within less than 3 hours, late on a Friday. Since that change does not address an issue that seriously deserves a quick reaction nor is it a "nit", I'm proposing to revert the change. We do have [community best practices](https://polaris.apache.org/community/contributing-guidelines/) stating to give the whole community enough time to review, which did not happen. There are concerns that the PR apache#2033 will interfere with the whole effort to automate releases. Since there was no change to review and raise the concerns, I'd like to revert it to not cause any friction with that bigger effort. Revert "Fix invalid redirect from public page (apache#2041)", commit 493bc8e. Revert "[Site] Simplify the doc directory structure (apache#2033)", commit 2db2f10.
The PR #2033 was merged within less than 3 hours, late on a Friday. Since that change does not address an issue that seriously deserves a quick reaction nor is it a "nit", I'm proposing to revert the change. We do have [community best practices](https://polaris.apache.org/community/contributing-guidelines/) stating to give the whole community enough time to review, which did not happen. There are concerns that the PR #2033 will interfere with the whole effort to automate releases. Since there was no change to review and raise the concerns, I'd like to revert it to not cause any friction with that bigger effort. Revert "Fix invalid redirect from public page (#2041)", commit 493bc8e. Revert "[Site] Simplify the doc directory structure (#2033)", commit 2db2f10.
With all released docs in the branch
versioned-docs, we only keep thein-devin the main branch. This PR simplifies the directory structure by removing a layerunreleasedMy local test shows it works as expected.