Skip to content

Commit

Permalink
Merge pull request #439 from nervosnetwork/v2
Browse files Browse the repository at this point in the history
feat: merge v2.10.0 into develop
  • Loading branch information
RetricSu authored Sep 5, 2024
2 parents 2427d40 + 3eb4613 commit 10b9500
Show file tree
Hide file tree
Showing 16 changed files with 1,874 additions and 107 deletions.
193 changes: 89 additions & 104 deletions website/docs/getting-started/how-ckb-works.mdx

Large diffs are not rendered by default.

1,781 changes: 1,781 additions & 0 deletions website/docs/sdk-and-devtool/ccc.mdx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs.nervos.org",
"version": "2.9.0",
"version": "2.10.0",
"description": "Official docs website for Nervos CKB",
"license": "MIT",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default {
"sdk-and-devtool/rust",
"sdk-and-devtool/go",
"sdk-and-devtool/java",
"sdk-and-devtool/ccc",
"sdk-and-devtool/lumos",
"sdk-and-devtool/cli-tools",
"sdk-and-devtool/devtool",
Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/homeContents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ const devToolSectionContents: DevToolProps[] = [
category: "SDK",
},
{
title: "Lumos",
href: "/docs/sdk-and-devtool/lumos",
title: "Common Chain Connector (CCC)",
href: "/docs/sdk-and-devtool/ccc",
category: "SDK",
},
{
Expand Down
Binary file added website/static/img/how-ckb-works/broadcast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed website/static/img/how-ckb-works/cell-box.png
Binary file not shown.
Binary file added website/static/img/how-ckb-works/cell-model.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/how-ckb-works/confirm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/how-ckb-works/propagate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file removed website/static/img/how-ckb-works/utxo-box.png
Binary file not shown.
Binary file added website/static/img/how-ckb-works/validate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 10b9500

Please sign in to comment.