File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ import Tabs from '@theme/Tabs';
88import TabItem from ' @theme/TabItem' ;
99
1010import PythonBuild from ' ./includes/_python-build.md' ;
11+ /*
1112import NodeBuild from ' ./includes/_node-build.md' ;
13+ * /
14+ import NodeWIP from ' ./includes/_node-wip.md' ;
1215import CppBuild from ' ./includes/_cpp-build.md' ;
1316import RustBuild from ' ./includes/_rust-build.md' ;
1417
@@ -28,7 +31,7 @@ You can't currently attach a manifest to an asset and sign the claim using the J
2831
2932<TabItem value = " node" label = " Node.js" >
3033
31- <NodeBuild name = " node-build" />
34+ <NodeWIP name = " node-build" />
3235
3336</TabItem >
3437
Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ import TabItem from '@theme/TabItem';
88
99import JSGetResources from ' ./includes/_js-get-resources.md' ;
1010import PythonGetResources from ' ./includes/_python-get-resources.md' ;
11+ /*
1112import NodeGetResources from ' ./includes/_node-get-resources.md' ;
13+ * /
14+ import NodeWIP from ' ./includes/_node-wip.md' ;
1215import CppGetResources from ' ./includes/_cpp-get-resources.md' ;
1316import RustGetResources from ' ./includes/_rust-get-resources.md' ;
1417
@@ -30,7 +33,7 @@ Manifest data can include binary resources such as thumbnail and icon images whi
3033
3134<TabItem value = " node" label = " Node.js" >
3235
33- <NodeGetResources name = " node-read" />
36+ <NodeWIP name = " node-read" />
3437
3538</TabItem >
3639
Original file line number Diff line number Diff line change 1+ ::: note
2+ The Node.js library is being revised. The documentation will be updated as soon as possible with the latest changes.
3+ :::
Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ import TabItem from '@theme/TabItem';
99
1010import JSRead from ' ./includes/_js-read.md' ;
1111import PythonRead from ' ./includes/_python-read.md' ;
12+ /*
1213import NodeRead from ' ./includes/_node-read.md' ;
14+ * /
15+ import NodeWIP from ' ./includes/_node-wip.md' ;
1316import CppRead from ' ./includes/_cpp-read.md' ;
1417import RustRead from ' ./includes/_rust-read.md' ;
1518
@@ -29,7 +32,7 @@ import RustRead from './includes/_rust-read.md';
2932
3033<TabItem value = " node" label = " Node.js" >
3134
32- <NodeRead name = " node-read" />
35+ <NodeWIP name = " node-read" />
3336
3437</TabItem >
3538
Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ import Tabs from '@theme/Tabs';
88import TabItem from ' @theme/TabItem' ;
99import JSSetup from ' ./includes/_js-setup.md' ;
1010import PythonSetup from ' ./includes/_python-setup.md' ;
11+ /*
1112import NodeSetup from ' ./includes/_node-setup.md' ;
13+ * /
14+ import NodeWIP from ' ./includes/_node-wip.md' ;
1215import CppSetup from ' ./includes/_cpp-setup.md' ;
1316import RustSetup from ' ./includes/_rust-setup.md' ;
1417
@@ -28,7 +31,7 @@ import RustSetup from './includes/_rust-setup.md';
2831
2932<TabItem value = " node" label = " Node.js" >
3033
31- <NodeSetup name = " node-setup" />
34+ <NodeWIP name = " node-setup" />
3235
3336</TabItem >
3437
You can’t perform that action at this time.
0 commit comments