fix: point documentation links at the migrated /docs/ URLs - #15
Open
crbdev wants to merge 1 commit into
Open
Conversation
The user docs moved from docs.gravitykit.com to www.gravitykit.com/docs/ around 2026-05-01. Every reference here still pointed at the old subdomain and reached the new pages through a redirect chain. The footer entry is the notable one: it renders on every page of the site, so it was the single largest source of links still aimed at the old subdomain. The enhance-for-llms.mjs string is baked into the generated llms.txt, so AI assistants reading it were being sent to the old host too. The README @see example is updated to a real current URL so docblocks copied from it use the new structure -- the new docs have no numeric /article/<id> paths. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: Comment |
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.
The user docs moved from
docs.gravitykit.comtowww.gravitykit.com/docs/around 2026-05-01. Every reference in this repo still pointed at the old subdomain, so each one reached the new pages through a redirect chain.This came out of a backlink audit for the docs migration (Linear MOPS-480 / MAR-148):
docs.gravitykit.comstill has 1,338 live backlinks from 120 referring domains, and this site is the largest single contributor.Changes
docusaurus.config.jssrc/pages/index.jsscripts/enhance-for-llms.mjsllms.txt, so AI assistants reading it were sent to the old hostREADME.md(×2)@seeURL in the PHPDoc exampleThe README
@seeexample previously showedhttps://docs.gravitykit.com/article/123. The new docs have no numeric/article/<id>paths, so docblocks copied from that example would have taught the dead format. It now points at a real current URL.Verification
docs.gravitykit.comreferences remain in the repo (excluding.git,node_modules,vendor).200with zero redirects:https://www.gravitykit.com/docs/https://www.gravitykit.com/docs/gravityview/getting-started/how-to-setup-your-first-view/No behavioural change beyond the link targets; nothing here affects hook generation or the build.
🤖 Generated with Claude Code