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';
8
8
import TabItem from ' @theme/TabItem' ;
9
9
10
10
import PythonBuild from ' ./includes/_python-build.md' ;
11
+ /*
11
12
import NodeBuild from ' ./includes/_node-build.md' ;
13
+ * /
14
+ import NodeWIP from ' ./includes/_node-wip.md' ;
12
15
import CppBuild from ' ./includes/_cpp-build.md' ;
13
16
import RustBuild from ' ./includes/_rust-build.md' ;
14
17
@@ -28,7 +31,7 @@ You can't currently attach a manifest to an asset and sign the claim using the J
28
31
29
32
<TabItem value = " node" label = " Node.js" >
30
33
31
- <NodeBuild name = " node-build" />
34
+ <NodeWIP name = " node-build" />
32
35
33
36
</TabItem >
34
37
Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ import TabItem from '@theme/TabItem';
8
8
9
9
import JSGetResources from ' ./includes/_js-get-resources.md' ;
10
10
import PythonGetResources from ' ./includes/_python-get-resources.md' ;
11
+ /*
11
12
import NodeGetResources from ' ./includes/_node-get-resources.md' ;
13
+ * /
14
+ import NodeWIP from ' ./includes/_node-wip.md' ;
12
15
import CppGetResources from ' ./includes/_cpp-get-resources.md' ;
13
16
import RustGetResources from ' ./includes/_rust-get-resources.md' ;
14
17
@@ -30,7 +33,7 @@ Manifest data can include binary resources such as thumbnail and icon images whi
30
33
31
34
<TabItem value = " node" label = " Node.js" >
32
35
33
- <NodeGetResources name = " node-read" />
36
+ <NodeWIP name = " node-read" />
34
37
35
38
</TabItem >
36
39
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';
9
9
10
10
import JSRead from ' ./includes/_js-read.md' ;
11
11
import PythonRead from ' ./includes/_python-read.md' ;
12
+ /*
12
13
import NodeRead from ' ./includes/_node-read.md' ;
14
+ * /
15
+ import NodeWIP from ' ./includes/_node-wip.md' ;
13
16
import CppRead from ' ./includes/_cpp-read.md' ;
14
17
import RustRead from ' ./includes/_rust-read.md' ;
15
18
@@ -29,7 +32,7 @@ import RustRead from './includes/_rust-read.md';
29
32
30
33
<TabItem value = " node" label = " Node.js" >
31
34
32
- <NodeRead name = " node-read" />
35
+ <NodeWIP name = " node-read" />
33
36
34
37
</TabItem >
35
38
Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ import Tabs from '@theme/Tabs';
8
8
import TabItem from ' @theme/TabItem' ;
9
9
import JSSetup from ' ./includes/_js-setup.md' ;
10
10
import PythonSetup from ' ./includes/_python-setup.md' ;
11
+ /*
11
12
import NodeSetup from ' ./includes/_node-setup.md' ;
13
+ * /
14
+ import NodeWIP from ' ./includes/_node-wip.md' ;
12
15
import CppSetup from ' ./includes/_cpp-setup.md' ;
13
16
import RustSetup from ' ./includes/_rust-setup.md' ;
14
17
@@ -28,7 +31,7 @@ import RustSetup from './includes/_rust-setup.md';
28
31
29
32
<TabItem value = " node" label = " Node.js" >
30
33
31
- <NodeSetup name = " node-setup" />
34
+ <NodeWIP name = " node-setup" />
32
35
33
36
</TabItem >
34
37
You can’t perform that action at this time.
0 commit comments