Skip to content

2.46.0#851

Merged
HappySonnyDev merged 9 commits into
masterfrom
develop
Jul 3, 2026
Merged

2.46.0#851
HappySonnyDev merged 9 commits into
masterfrom
develop

Conversation

@HappySonnyDev

Copy link
Copy Markdown
Collaborator

No description provided.

humble-little-bear and others added 9 commits June 29, 2026 08:45
Add client-side redirects for stale URLs reported by the docs 404
tracking bot:

- /docs/tech-explanation/ckb-vs-btc -> /docs/ckb-fundamentals/ckb-vs-btc
- /docs/tech-explanation/ckb-address -> /docs/ckb-fundamentals/ckb-address
- /docs/script-course/intro-to-script-1 -> /docs/script/intro-to-script
- /docs/script-course/intro-to-script-2 -> /docs/script/program-language-for-script
- /docs/script/ckb-script-ipc -> /docs/script/ckb-ipc
- /docs/script/rust/rust-example-spawn-script -> /docs/script/rust/rust-api-spawn
- /docs/wallets, /getting-started/wallet -> /docs/integrate-wallets/intro-to-wallets
- /docs/getting-started/blockchain-networks -> /docs/getting-started/ckb-networks
- /docs/basics/guides/crypto wallets/imtoken -> docs-old.nervos.org

Co-Authored-By: Claude <noreply@anthropic.com>
Replace the remaining in-repo references to /docs/wallets with the
current canonical location /docs/integrate-wallets/intro-to-wallets so
users don't hit an extra redirect.

Co-Authored-By: Claude <noreply@anthropic.com>
feat: replace local search with algolia
docs: replace visible doc tags with keywords
fix: add redirects for known 404 doc paths
@vercel

vercel Bot commented Jul 3, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
nervos-ckb-docs Ready Ready Preview, Comment Jul 3, 2026 8:10am

Request Review

@HappySonnyDev HappySonnyDev merged commit 88608c4 into master Jul 3, 2026
4 of 5 checks passed
@humble-little-bear

Copy link
Copy Markdown
Contributor

Factual-accuracy review (ckb-docs-fact-checker)

Reviewed the changed docs files in website/docs/** against authoritative CKB sources (nervosnetwork/ckb and nervosnetwork/rfcs).

  • All changes in website/docs/** are frontmatter-only (tags:keywords:), which is metadata/formatting and outside the factual-accuracy scope.
  • No RPC methods, config keys, CLI arguments, consensus constants, hard-fork epochs, script/code hashes, type IDs, numbers, limits, fees, cycles, or serialization rules were modified.
  • The remaining changes (website config, CSS, search tracking, example URLs, package version) do not assert CKB protocol facts.

LGTM, No factual-review issues found.

@humble-little-bear

Copy link
Copy Markdown
Contributor

CKB Docs Writing Review

Summary

This PR is a site release bump to 2.46.0 focused on search-provider changes (Algolia DocSearch) and accompanying link/redirect updates. The Markdown/MDX body text is untouched; all docs edits are single-line frontmatter changes.

Findings

  • website/docs/ckb-fundamentals/cell-model.md:L5: consistency: frontmatter field changed from Docusaurus doc tags to meta keywords. Docusaurus treats tags: and keywords: differently—tags create /docs/tags pages and topic listings, while keywords only emit <meta name="keywords">. Verify this migration is intentional and that tag pages are no longer needed. [confidence: medium]
  • website/docs/ckb-fundamentals/nervos-blockchain.md:L5: consistency: same tags: → keywords: migration as above. [confidence: medium]
  • website/docs/dapp/create-dob.mdx:L5: consistency: same tags: → keywords: migration as above. [confidence: medium]
  • website/docs/dapp/create-token.mdx:L5: consistency: same tags: → keywords: migration as above. [confidence: medium]
  • website/docs/dapp/simple-lock.mdx:L5: consistency: same tags: → keywords: migration as above. [confidence: medium]
  • website/docs/dapp/transfer-ckb.mdx:L5: consistency: same tags: → keywords: migration as above. [confidence: medium]
  • website/docs/dapp/write-message.mdx:L5: consistency: same tags: → keywords: migration as above. [confidence: medium]
  • website/docs/getting-started/how-ckb-works.mdx:L5: consistency: same tags: → keywords: migration as above. [confidence: medium]
  • website/docs/getting-started/quick-start.mdx:L5: consistency: same tags: → keywords: migration as above. [confidence: medium]
  • website/docs/getting-started/rpcs.mdx:L5: consistency: same tags: → keywords: migration as above. [confidence: medium]
  • website/docs/node/install-ckb.mdx:L5: consistency: same tags: → keywords: migration as above. [confidence: medium]
  • website/docs/script/intro-to-script.mdx:L5: consistency: same tags: → keywords: migration as above. [confidence: medium]
  • website/docs/script/rust/rust-quick-start.mdx:L5: consistency: same tags: → keywords: migration as above. [confidence: medium]
  • website/docs/sdk-and-devtool/ccc.mdx:L5: consistency: same tags: → keywords: migration as above. [confidence: medium]
  • website/docs/tech-explanation/transaction.md:L5: consistency: same tags: → keywords: migration as above. [confidence: medium]

Terminology cross-checks

  • None. CKB terminology in descriptions and body text is unchanged and consistent with existing docs.

Questions

  • Is the tags:keywords: frontmatter migration intentional? These fields are not interchangeable in Docusaurus: tags: powers topic/tag pages, while keywords: only adds HTML meta keywords. If the intent is to keep both tag pages and search keywords, both fields can coexist.
  • The link updates in examples/dApp/simple-lock/frontend/app/page.tsx and examples/dApp/simple-transfer/index.tsx point to /docs/integrate-wallets/intro-to-wallets/#requirements-for-ckb-transfers. The target page and anchor exist on the PR head—no broken link there. Was this redirect target chosen over /docs/integrate-wallets/intro-to-wallets.mdx intentionally to preserve the in-page anchor?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants