Merged
Conversation
…eview/pr-xxx/ in pull requests to see changes live before merging (gardener#770) * feat: adding windows-runner tests * feat: adding env variable * feat: adding env variable * feat: migrate preview to pr-preview repo * feat: migrate to classic github page deployment through gh-pages branch * feat: set basepath conditionally for forks since they do not deploy to the gardener.cloud domain * feat: add withBase support for taxonomy items * feat: add pr-preview for current repo for testing * fix: base and workflow name * feat: add remote repo as target for pages preview * feat: use classic token for testing * feat: testing github app token instead of personal access token * chore: testing permission of github app * chore: testing permission of github app * chore: add debug output * chore: add debug output * chore: add debug output * chore: add debug output * chore: test old approach * chore: clean up and adaptioan for main repo * fix: base path * feat: update permissions * fix: trailing slash * chore: test relative path * chore: clean up
- Added "Writing a Commit Message/PR Title" section to Pull Request Description topic - Changed the title of the topic to "Pull Request Guidelines" - Added an alias pointing to the old file name - Updated link pointing to the old file name
Co-authored-by: rfranzke <rafael.franzke@sap.com>
Co-authored-by: Marc Vornetran <marc.vornetran@sap.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs: Add image assets * docs: Add story
Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
…rdener#838) * Fix empty home page content after Documentation navbar navigation Resolves issue where clicking directly on the Documentation navbar item and then returning to home page resulted in empty content (only footer visible) in production builds. Root cause: Double navigation triggered duplicate network requests and conflicting state between server-rendered HTML and client hydration. Changes: - VPNavbarMenuGroupWrapper: Prevent default link behavior and manually control navigation to avoid double navigation - EmptyIndexLayout: Add SSR guards for router hooks and localStorage access to prevent hydration mismatches - Add comprehensive documentation to getConsistentLink() function explaining link normalization logic The fix ensures single, clean navigation with proper state management in both development and production builds. * Add base path support for PR preview deployments Use VitePress's withBase() helper to ensure navigation works correctly when the site is deployed with a base path (e.g., /pr-preview/pr-838/). This ensures the Documentation navbar navigation fix works in both: - Production: base path is empty, links work as /docs/ - PR previews: base path like /pr-preview/pr-838/, links become /pr-preview/pr-838/docs/
* add noris network as adopter * fix image
* docs: Exclude hand-picked guides in their original location * docs: Remove duplicated security page * docs: Remove duplicated API reference page in etcd-druid * docs: Remove duplicated credential rotation page * docs: Improve titles of provider Alibaba Cloud and OpenStack
* chore: Remove promoteSingleChildLeafs function * docs: Improve community roles page * docs: Use h1 heading for glossary index page
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 this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: