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';
14
14
15
15
<Tabs groupId = " programming-lang" >
16
16
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
+
20
21
</TabItem >
21
22
22
- { ' ' }
23
23
<TabItem value = " python" label = " Python" default >
24
- <PythonBuild name = " python-build" />
25
- </TabItem >
26
24
27
25
{ ' ' }
28
- <TabItem value = " node " label = " Node.js " >
29
- < NodeBuild name = " node-build " />
26
+ <PythonBuild name = " python-build " / >
27
+
30
28
</TabItem >
31
29
30
+ <TabItem value = " node" label = " Node.js" >
31
+
32
32
{ ' ' }
33
- <TabItem value = " cpp " label = " C++ " >
34
- < CppBuild name = " cpp-build " />
33
+ <NodeBuild name = " node-build " / >
34
+
35
35
</TabItem >
36
36
37
+ <TabItem value = " cpp" label = " C++" >
38
+
37
39
{ ' ' }
40
+ <CppBuild name = " cpp-build" />
41
+
42
+ </TabItem >
43
+
38
44
<TabItem value = " rust" label = " Rust" >
39
- <RustBuild name = " rust-build" />
45
+
46
+ { ' ' }
47
+ <RustBuild name = " rust-build" />
48
+
40
49
</TabItem >
41
50
42
51
</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
16
16
17
17
<Tabs groupId = " programming-lang" >
18
18
19
- { ' ' }
20
19
<TabItem value = " js" label = " JavaScript" default >
21
- <JSGetResources name = " js-read" />
22
- </TabItem >
23
20
24
21
{ ' ' }
25
- <TabItem value = " python " label = " Python " default >
26
- < PythonGetResources name = " python-read " />
22
+ <JSGetResources name = " js-read " / >
23
+
27
24
</TabItem >
28
25
26
+ <TabItem value = " python" label = " Python" default >
27
+
29
28
{ ' ' }
30
- <TabItem value = " node " label = " Node.js " >
31
- < NodeGetResources name = " node-read " />
29
+ <PythonGetResources name = " python-read " / >
30
+
32
31
</TabItem >
33
32
33
+ <TabItem value = " node" label = " Node.js" >
34
+
34
35
{ ' ' }
35
- <TabItem value = " cpp " label = " C++ " >
36
- < CppGetResources name = " cpp-read " />
36
+ <NodeGetResources name = " node-read " / >
37
+
37
38
</TabItem >
38
39
40
+ <TabItem value = " cpp" label = " C++" >
41
+
39
42
{ ' ' }
43
+ <CppGetResources name = " cpp-read" />
44
+
45
+ </TabItem >
46
+
40
47
<TabItem value = " rust" label = " Rust" >
48
+
41
49
<RustGetResources name = " rust-read" />
50
+
42
51
</TabItem >
43
52
44
53
</Tabs >
Original file line number Diff line number Diff line change @@ -15,29 +15,38 @@ import RustRead from './includes/_rust-read.md';
15
15
16
16
<Tabs groupId = " programming-lang" >
17
17
18
- { ' ' }
19
18
<TabItem value = " js" label = " JavaScript" default >
20
- <JSRead name = " js-read" />
21
- </TabItem >
22
19
23
20
{ ' ' }
24
- <TabItem value = " python " label = " Python " default >
25
- < PythonRead name = " python-read " />
21
+ <JSRead name = " js-read " / >
22
+
26
23
</TabItem >
27
24
25
+ <TabItem value = " python" label = " Python" default >
26
+
28
27
{ ' ' }
29
- <TabItem value = " node " label = " Node.js " >
30
- < NodeRead name = " node-read " />
28
+ <PythonRead name = " python-read " / >
29
+
31
30
</TabItem >
32
31
32
+ <TabItem value = " node" label = " Node.js" >
33
+
33
34
{ ' ' }
34
- <TabItem value = " cpp " label = " C++ " >
35
- < CppRead name = " cpp-read " />
35
+ <NodeRead name = " node-read " / >
36
+
36
37
</TabItem >
37
38
39
+ <TabItem value = " cpp" label = " C++" >
40
+
38
41
{ ' ' }
42
+ <CppRead name = " cpp-read" />
43
+
44
+ </TabItem >
45
+
39
46
<TabItem value = " rust" label = " Rust" >
47
+
40
48
<RustRead name = " rust-read" />
49
+
41
50
</TabItem >
42
51
43
52
</Tabs >
Original file line number Diff line number Diff line change @@ -14,28 +14,38 @@ import RustSetup from './includes/_rust-setup.md';
14
14
15
15
<Tabs groupId = " programming-lang" >
16
16
17
- { ' ' }
18
17
<TabItem value = " js" label = " JavaScript" default >
19
- <JSSetup name = " js-setup" />
20
- </TabItem >
21
18
22
19
{ ' ' }
23
- <TabItem value = " python " label = " Python " default >
24
- < PythonSetup name = " python-setup " />
20
+ <JSSetup name = " js-setup " / >
21
+
25
22
</TabItem >
26
23
24
+ <TabItem value = " python" label = " Python" default >
25
+
27
26
{ ' ' }
28
- <TabItem value = " node " label = " Node.js " >
29
- < NodeSetup name = " node-setup " />
27
+ <PythonSetup name = " python-setup " / >
28
+
30
29
</TabItem >
31
30
31
+ <TabItem value = " node" label = " Node.js" >
32
+
32
33
{ ' ' }
34
+ <NodeSetup name = " node-setup" />
35
+
36
+ </TabItem >
37
+
33
38
<TabItem value = " cpp" label = " C++" >
34
- <CppSetup name = " cpp-setup" />
39
+
40
+ { ' ' }
41
+ <CppSetup name = " cpp-setup" />
42
+
35
43
</TabItem >
36
44
37
45
<TabItem value = " rust" label = " Rust" >
46
+
38
47
<RustSetup name = " rust-setup" />
48
+
39
49
</TabItem >
40
50
41
51
</Tabs >
You can’t perform that action at this time.
0 commit comments