Conversation
Fixed a minor typo in the "getting-started/how-ckb-works" guide under the transaction breakdown section. Changed "CKByes" to "CKBytes" for accuracy.
Fix typo in how-ckb-works
Added release process instructions to README.
* feat: add local link check reports and baseline workflow * docs: remove script-course tutorial series * chore(link-check): refresh reports after script-course removal * docs: clean non-429 dead links and refresh report * docs: remove intro-to-script blog series * chore(link-check): redact token output and refresh filtered dead-link reports * fix(link-check): resolve 8 github link issues and sync zero-failure report * fix review feedback for link checker reports
* Add llms-full.txt for AI consumption - Add scripts/generate-llms-full.js to generate llms-full.txt from docs source - Add website/static/llms-full.txt containing the full documentation corpus - The generated file includes all docs pages (excluding partials) with MDX components stripped for clean LLM consumption Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * Address Copilot review comments for llms-full.txt generation - Only remove import statements outside fenced code blocks, preserving code examples like TypeScript imports inside \\`\\`\\` blocks. - Parse frontmatter id/slug to generate correct doc URLs instead of deriving them purely from file paths. - Unwrap Docusaurus mdx-code-block + Tabs/TabItem into plain Markdown with \"**Command:**\" / \"**Response:**\" labels. - Extract key props from instructional JSX components: - CodeTabs → labeled code blocks - TutorialHeader → estimated time / tools metadata - ImgContainer → Markdown images - CopyLink → Markdown links - Fix CardLayout removal bug where the self-closing regex incorrectly consumed nested Card components. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
…egression (#801) Rust 1.95.0 introduced an LLVM backend regression that causes `rustc-LLVM ERROR: Cannot select: AtomicLoadAdd...` when compiling the `bytes` crate (and other crates using atomic operations) for `riscv64imac-unknown-none-elf` with `-C target-feature=-a`. Pinning the CI workflow to Rust 1.94.0 restores the previous working behavior until the upstream issue is resolved. Also update workflow triggers to include self so CI runs on workflow changes. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
feat: add docs analytics tracking
🤖 Generated with [Qoder][https://qoder.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.
No description provided.