-
Notifications
You must be signed in to change notification settings - Fork 160
Migrate documentation to Astro Starlight #1686
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
Open
GreenFlux
wants to merge
15
commits into
develop
Choose a base branch
from
docs/astro-migration
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
e227a24
Migrate documentation from VuePress to Astro Starlight
GreenFlux ec5c7d1
Add documentation authoring standards and editing/deployment guides
GreenFlux 510fb6d
Move page action buttons into the right sidebar
GreenFlux 0296af9
Bump docs Node version to 22 and fix CodeQL sanitization warning
GreenFlux 0afad67
Bump root .nvmrc to 22 so Netlify picks Node 22 for the docs build
GreenFlux af9710e
Add /docs/* → /:splat rewrite for Netlify deploy previews
GreenFlux 720ff8a
Locate library root by package.json name in docs-data.mjs
GreenFlux 44028e7
Make header divider a single continuous line like Handsontable docs
GreenFlux 8a2f793
Merge develop (HF-65 in-repo dev docs cleanup) into docs/astro-migration
GreenFlux c536a55
Align framed nav tabs flush with the header's top divider and bottom …
GreenFlux 51f3cc0
Fix editLink baseUrl path (caught by Cursor Bugbot)
GreenFlux ce9fc93
Merge develop into docs/astro-migration
GreenFlux caa0673
Handle failed markdown copy fetches
cursoragent 0509e26
Set BUILD_MODE=production for the Netlify production context
GreenFlux ec35751
Merge develop into docs/astro-migration
GreenFlux File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| v18 | ||
| 22 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| node_modules/ | ||
| dist/ | ||
| .astro/ | ||
| .DS_Store | ||
|
|
||
| # Generated API reference — TypeDoc output processed by scripts/generate-content.mjs. | ||
| # Guide pages, the homepage, and 404 are now authored directly in src/content/docs/ | ||
| # and tracked in git; only the API tree is regenerated on every build. | ||
| src/content/docs/api/ | ||
|
|
||
| # Generated Netlify redirects (legacy .html → clean URLs). | ||
| public/_redirects |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 22 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| CLAUDE.md | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.