Make DocSearch optional and update example data - Fix the build error#725
Open
222448082Ashen wants to merge 1 commit intothoth-tech:mainfrom
Open
Make DocSearch optional and update example data - Fix the build error#725222448082Ashen wants to merge 1 commit intothoth-tech:mainfrom
222448082Ashen wants to merge 1 commit intothoth-tech:mainfrom
Conversation
Refactor astro.config.mjs to load env via Vite's loadEnv and derive DOCSEARCH_* vars from the loaded env. Add a hasDocSearchConfig check and emit a warning instead of exiting when DocSearch vars are missing; include starlightDocSearch only when configured. Also make starlightLinksValidator conditional based on ENABLE_STRICT_LINKS to avoid failing local builds. Update scripts/json-files: capitalize some guide group names (e.g. "camera" -> "Camera", "graphics" -> "Graphics") and modify usage-example-references.json with many new and reorganized example entries, title tweaks, and additional examples for color, geometry, graphics, and windows.
✅ Deploy Preview for splashkit ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Description
This PR improves build resilience in Astro config and refreshes usage example metadata for docs content quality.
Summary of changes:
Related issue:
Motivation and context:
Dependencies required for this change:
Type of change
How Has This Been Tested?
Tests run:
Repro steps:
Testing Checklist
Checklist
If involving code:
If modified config files:
Folders and Files Added/Modified
Added:
Modified:
Additional Notes