Skip to content

Comments

Debugging posthog#3

Merged
klocke-io merged 95 commits intomasterfrom
debugging-posthog
Feb 10, 2026
Merged

Debugging posthog#3
klocke-io merged 95 commits intomasterfrom
debugging-posthog

Conversation

@klocke-io
Copy link
Owner

What this PR does / why we need it:

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Release note:


klocke-io and others added 30 commits November 28, 2025 11:40
…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: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc Vornetran <marc.vornetran@sap.com>
rfranzke and others added 29 commits January 20, 2026 12:23
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/
)

* Simplify build infrastructure and add Netlify footer badge

- Move build logic to Makefile
- Clean up package.json scripts
- Expose Netlify build environment
- Display Netlify deployment badge in footer

* fix: npm command
* 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
@klocke-io klocke-io merged commit 6205e65 into master Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.