docs: add Seed Bible upload guide#51
Merged
Merged
Conversation
Adds a new page explaining how to upload a Seed Bible from the Codex extension — covers logging in, finding the extension, and triggering the upload. Registers the page in the Translation sidebar so it appears as a navigable item between Translation Tools and AI Settings. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ Deploy Preview for classy-clafoutis-ff4fd0 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for codex-documentation ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Problem: CI's `pnpm audit --audit-level high` was failing on PR #51, blocking an unrelated docs change. The high advisory is GHSA-gv7w-rqvm-qjhr ("Missing binary integrity verification in Deno module enables RCE via NPM_CONFIG_REGISTRY"), affecting esbuild >=0.17.0 <0.28.1. It reaches us transitively via fumadocs-mdx>esbuild, which pins `^0.27.3` and so never resolves to the patched 0.28.1 on its own. Change: add a pnpm override `esbuild@<0.28.1` -> `>=0.28.1`, mirroring the advisory's vulnerable/patched ranges and matching the repo's existing audit-driven override style (postcss@<8.5.10, ajv@<6.14.0). The lockfile now resolves esbuild to 0.28.1. Why an override: esbuild is only a transitive dep, so we can't bump it via our own package.json range; forcing it through the override is the same mechanism already used for postcss/ajv. esbuild treats minor bumps as potentially breaking and 0.28.1 is outside fumadocs-mdx's `^0.27.3` range, so verified `pnpm build` still compiles, type-checks, and prerenders all 36 pages. `pnpm audit --audit-level high` now reports no vulnerabilities. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Summary
content/docs/translation/seed-bible-upload.mdx— a step-by-step guide for uploading a Seed Bible via the Codex extensionseed-bible-extension.png,seed-bible-login.png)content/docs/translation/meta.jsonso it appears in the Translation sidebar between Translation Tools and AI SettingsTest plan
/docs/translation/seed-bible-upload