migrate new content#6
Closed
hasparus wants to merge 83 commits into
Closed
Conversation
… (#7478) Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…roduct update (#7398)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dotan Simha <dotansimha@gmail.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Piotr Monwid-Olechnowicz <hasparus@gmail.com>
…way to CDN modal (#7550) Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
Original commit: f090527
Original commit: 239f848
Original commit: 387e196
Original commit: 576e4fa
Original commit: 8dfc24a
Original commit: 049b396
Original commit: f1e5ac9
Original commit: 67e5556
- Replace @apply dark:* with explicit :not(.light) selectors in hive-prose.css to fix PostCSS unclosed bracket error - Add CJS package.json to .storybook/ for esbuild-register compat
Remove documentation Storybook (incompatible with Vite 7 + fumadocs). CI now builds Storybook from design-system package only. Add wrangler.toml for Cloudflare Workers deployment.
📚 Storybook DeploymentThe latest changes are available as preview in: https://pr-6.the-guild-docs-storybook.pages.dev |
Collaborator
Author
Visual Regression Report: Old Docs vs New DocsComparing 171 shared odiff threshold: 0.1 (10% color tolerance), antialiasing detection enabled, viewport: 1440×900. Summary
Diffs are expected — different doc frameworks (Nextra → Fumadocs). Navigation, headers, footers, and code block styling differ structurally. Content fidelity is the priority. Remaining issues
Full results (171 pages)
🔴 Pages with >60% diff (3 pages)
🟠 Pages with 30–60% diff (5 pages)
Generated by |
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.
New PR, but this will be merged together with #5.
What
git mvs the docs from the temporary Nextra dir pulled from Nextra commit by commit to the new structure in packages/documentation/How