Skip to content

docs: remove dead update guide link - #4343

Merged
tangly1024 merged 2 commits into
mainfrom
codex/remove-404-link-4341
Jul 29, 2026
Merged

docs: remove dead update guide link#4343
tangly1024 merged 2 commits into
mainfrom
codex/remove-404-link-4341

Conversation

@tangly1024

@tangly1024 tangly1024 commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Remove the dead external manual update guide link from docs/user-guide/update.md.
  • Replace the react-notion-x patch-package patch with a local NotionCollection wrapper that applies Gallery visibility classes from Notion view settings.
  • Remove patch-package, the postinstall hook, and the stale development note.

Why

  • The linked article reported in 【在线文档站】一处外链已 404 #4341 now returns 404, so the docs should not send users to it.
  • Vercel Git deployments may restore cached node_modules state before postinstall, causing patch-package to fail while applying patches/react-notion-x+7.10.0.patch.
  • Keeping the Gallery visibility behavior in project code avoids patching third-party build output, so Vercel cache state no longer affects dependency installation.

Checks

  • rg -n "linyunlink|post-240629|NotionNext更新冲突手动解决方案" docs\user-guide\update.md returned no matches.
  • yarn jest NotionCollectionGallery --runInBand
  • yarn install --frozen-lockfile --ignore-scripts
  • rg -n "patch-package|react-notion-x\+7\.10\.0\.patch|clean-vercel-install-cache|postinstall" package.json yarn.lock patches scripts docs DEVELOPMENT.md returned no matches.
  • git diff --check

Closes #4341

@vercel

vercel Bot commented Jul 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
notion-next-preview Ready Ready Preview Jul 29, 2026 12:32pm

@netlify

netlify Bot commented Jul 29, 2026

Copy link
Copy Markdown

Deploy Preview for notionnext-netlify ready!

Name Link
🔨 Latest commit c58b0a5
🔍 Latest deploy log https://app.netlify.com/projects/notionnext-netlify/deploys/6a69f1f83576c20008aa6846
😎 Deploy Preview https://deploy-preview-4343--notionnext-netlify.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jul 29, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 29, 2026

Copy link
Copy Markdown

Deploying notionnext-org-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: e0bcfcb
Status: ✅  Deploy successful!
Preview URL: https://5c3677d3.notionnext-org-docs.pages.dev
Branch Preview URL: https://codex-remove-404-link-4341.notionnext-org-docs.pages.dev

View logs

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 29, 2026

Copy link
Copy Markdown

Deploying notionnext-docs-vitepress with  Cloudflare Pages  Cloudflare Pages

Latest commit: c58b0a5
Status:⚡️  Build in progress...

View logs

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying notionnext-home with  Cloudflare Pages  Cloudflare Pages

Latest commit: c9a3bf8
Status: ✅  Deploy successful!
Preview URL: https://4f0fc4d2.notionnext-3k3.pages.dev
Branch Preview URL: https://codex-remove-404-link-4341.notionnext-3k3.pages.dev

View logs

@tangly1024
tangly1024 force-pushed the codex/remove-404-link-4341 branch from e0bcfcb to c58b0a5 Compare July 29, 2026 12:28
@tangly1024
tangly1024 marked this pull request as ready for review July 29, 2026 12:32
@tangly1024
tangly1024 merged commit 809f1e4 into main Jul 29, 2026
14 of 15 checks passed
@tangly1024
tangly1024 deleted the codex/remove-404-link-4341 branch July 29, 2026 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

【在线文档站】一处外链已 404

1 participant