File tree Expand file tree Collapse file tree 4 files changed +74
-37
lines changed Expand file tree Collapse file tree 4 files changed +74
-37
lines changed Original file line number Diff line number Diff line change @@ -14,29 +14,38 @@ import RustBuild from './includes/_rust-build.md';
1414
1515<Tabs groupId = " programming-lang" >
1616
17- { ' ' }
18- <TabItem value = " js" label = " JavaScript" default >
19- You can't currently attach and sign a manifest using the JavaScript library.
17+ <TabItem value = " js" label = " JavaScript" >
18+
19+ You can't currently attach a manifest to an asset and sign the claim using the JavaScript library.
20+
2021</TabItem >
2122
22- { ' ' }
2323<TabItem value = " python" label = " Python" default >
24- <PythonBuild name = " python-build" />
25- </TabItem >
2624
2725{ ' ' }
28- <TabItem value = " node " label = " Node.js " >
29- < NodeBuild name = " node-build " />
26+ <PythonBuild name = " python-build " / >
27+
3028</TabItem >
3129
30+ <TabItem value = " node" label = " Node.js" >
31+
3232{ ' ' }
33- <TabItem value = " cpp " label = " C++ " >
34- < CppBuild name = " cpp-build " />
33+ <NodeBuild name = " node-build " / >
34+
3535</TabItem >
3636
37+ <TabItem value = " cpp" label = " C++" >
38+
3739{ ' ' }
40+ <CppBuild name = " cpp-build" />
41+
42+ </TabItem >
43+
3844<TabItem value = " rust" label = " Rust" >
39- <RustBuild name = " rust-build" />
45+
46+ { ' ' }
47+ <RustBuild name = " rust-build" />
48+
4049</TabItem >
4150
4251 </Tabs >
Original file line number Diff line number Diff line change @@ -16,29 +16,38 @@ Manifest data can include binary resources such as thumbnail and icon images whi
1616
1717<Tabs groupId = " programming-lang" >
1818
19- { ' ' }
2019<TabItem value = " js" label = " JavaScript" default >
21- <JSGetResources name = " js-read" />
22- </TabItem >
2320
2421{ ' ' }
25- <TabItem value = " python " label = " Python " default >
26- < PythonGetResources name = " python-read " />
22+ <JSGetResources name = " js-read " / >
23+
2724</TabItem >
2825
26+ <TabItem value = " python" label = " Python" default >
27+
2928{ ' ' }
30- <TabItem value = " node " label = " Node.js " >
31- < NodeGetResources name = " node-read " />
29+ <PythonGetResources name = " python-read " / >
30+
3231</TabItem >
3332
33+ <TabItem value = " node" label = " Node.js" >
34+
3435{ ' ' }
35- <TabItem value = " cpp " label = " C++ " >
36- < CppGetResources name = " cpp-read " />
36+ <NodeGetResources name = " node-read " / >
37+
3738</TabItem >
3839
40+ <TabItem value = " cpp" label = " C++" >
41+
3942{ ' ' }
43+ <CppGetResources name = " cpp-read" />
44+
45+ </TabItem >
46+
4047<TabItem value = " rust" label = " Rust" >
48+
4149 <RustGetResources name = " rust-read" />
50+
4251</TabItem >
4352
4453</Tabs >
Original file line number Diff line number Diff line change @@ -15,29 +15,38 @@ import RustRead from './includes/_rust-read.md';
1515
1616<Tabs groupId = " programming-lang" >
1717
18- { ' ' }
1918<TabItem value = " js" label = " JavaScript" default >
20- <JSRead name = " js-read" />
21- </TabItem >
2219
2320{ ' ' }
24- <TabItem value = " python " label = " Python " default >
25- < PythonRead name = " python-read " />
21+ <JSRead name = " js-read " / >
22+
2623</TabItem >
2724
25+ <TabItem value = " python" label = " Python" default >
26+
2827{ ' ' }
29- <TabItem value = " node " label = " Node.js " >
30- < NodeRead name = " node-read " />
28+ <PythonRead name = " python-read " / >
29+
3130</TabItem >
3231
32+ <TabItem value = " node" label = " Node.js" >
33+
3334{ ' ' }
34- <TabItem value = " cpp " label = " C++ " >
35- < CppRead name = " cpp-read " />
35+ <NodeRead name = " node-read " / >
36+
3637</TabItem >
3738
39+ <TabItem value = " cpp" label = " C++" >
40+
3841{ ' ' }
42+ <CppRead name = " cpp-read" />
43+
44+ </TabItem >
45+
3946<TabItem value = " rust" label = " Rust" >
47+
4048 <RustRead name = " rust-read" />
49+
4150</TabItem >
4251
4352</Tabs >
Original file line number Diff line number Diff line change @@ -14,28 +14,38 @@ import RustSetup from './includes/_rust-setup.md';
1414
1515<Tabs groupId = " programming-lang" >
1616
17- { ' ' }
1817<TabItem value = " js" label = " JavaScript" default >
19- <JSSetup name = " js-setup" />
20- </TabItem >
2118
2219{ ' ' }
23- <TabItem value = " python " label = " Python " default >
24- < PythonSetup name = " python-setup " />
20+ <JSSetup name = " js-setup " / >
21+
2522</TabItem >
2623
24+ <TabItem value = " python" label = " Python" default >
25+
2726{ ' ' }
28- <TabItem value = " node " label = " Node.js " >
29- < NodeSetup name = " node-setup " />
27+ <PythonSetup name = " python-setup " / >
28+
3029</TabItem >
3130
31+ <TabItem value = " node" label = " Node.js" >
32+
3233{ ' ' }
34+ <NodeSetup name = " node-setup" />
35+
36+ </TabItem >
37+
3338<TabItem value = " cpp" label = " C++" >
34- <CppSetup name = " cpp-setup" />
39+
40+ { ' ' }
41+ <CppSetup name = " cpp-setup" />
42+
3543</TabItem >
3644
3745 <TabItem value = " rust" label = " Rust" >
46+
3847 <RustSetup name = " rust-setup" />
48+
3949 </TabItem >
4050
4151</Tabs >
You can’t perform that action at this time.
0 commit comments