Skip to content

Commit bc1f2fd

Browse files
committed
Fix off by one error in the schema's relative paths
1 parent b914423 commit bc1f2fd

File tree

504 files changed

+2895
-2877
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

504 files changed

+2895
-2877
lines changed

src/content/docs/firegiant/schema/buildtools/driver.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Installs and uninstalls kernel and file system drivers.
107107
<BlockDefList content={[
108108
{
109109
title: "DriverDependency",
110-
link: "../driverdependency"
110+
link: "../driverdependency/"
111111
}
112112
]}
113113
/>
@@ -117,7 +117,7 @@ Installs and uninstalls kernel and file system drivers.
117117
<BlockDefList content={[
118118
{
119119
title: "Component (Wxs extension)",
120-
link: "../../wxs/component"
120+
link: "../../wxs/component/"
121121
}
122122
]}
123123
/>

src/content/docs/firegiant/schema/buildtools/driverdependency.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Driver or load ordering group that must start before the parent driver.
4343
<BlockDefList content={[
4444
{
4545
title: "Driver",
46-
link: "../driver"
46+
link: "../driver/"
4747
}
4848
]}
4949
/>

src/content/docs/firegiant/schema/buildtools/exclude.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ Exclude files from a harvesting.
3131
<BlockDefList content={[
3232
{
3333
title: "HarvestFolder",
34-
link: "../harvestfolder"
34+
link: "../harvestfolder/"
3535
},
3636
{
3737
title: "HarvestPayloadFolder",
38-
link: "../harvestpayloadfolder"
38+
link: "../harvestpayloadfolder/"
3939
},
4040
{
4141
title: "HarvestProjectOutput",
42-
link: "../harvestprojectoutput"
42+
link: "../harvestprojectoutput/"
4343
}
4444
]}
4545
/>

src/content/docs/firegiant/schema/buildtools/excluderegistry.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Exclude specified registry keys found during self-reg harvesting.
3636
content={{
3737
title: "Root",
3838
type: "RegistryRootTypeUnion",
39-
typeLink: "../registryroottype",
39+
typeLink: "../registryroottype/",
4040
typeTitle: "Values of this type will be \"HKCR\", \"HKCU\", \"HKMU\" or \"HKLM\".",
4141
required: true
4242
}}
@@ -61,15 +61,15 @@ Exclude specified registry keys found during self-reg harvesting.
6161
<BlockDefList content={[
6262
{
6363
title: "HarvestFile",
64-
link: "../harvestfile"
64+
link: "../harvestfile/"
6565
},
6666
{
6767
title: "HarvestFolder",
68-
link: "../harvestfolder"
68+
link: "../harvestfolder/"
6969
},
7070
{
7171
title: "HarvestProjectOutput",
72-
link: "../harvestprojectoutput"
72+
link: "../harvestprojectoutput/"
7373
}
7474
]}
7575
/>

src/content/docs/firegiant/schema/buildtools/harvestfile.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Harvest a file and exclude it from future harvesting.
8484
<BlockDefList content={[
8585
{
8686
title: "ExcludeRegistry",
87-
link: "../excluderegistry"
87+
link: "../excluderegistry/"
8888
}
8989
]}
9090
/>
@@ -94,7 +94,7 @@ Harvest a file and exclude it from future harvesting.
9494
<BlockDefList content={[
9595
{
9696
title: "Component (Wxs extension)",
97-
link: "../../wxs/component"
97+
link: "../../wxs/component/"
9898
}
9999
]}
100100
/>

src/content/docs/firegiant/schema/buildtools/harvestfolder.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Harvest files from a folder.
7474
content={{
7575
title: "Strategy",
7676
type: "HarvestStrategyTypeUnion",
77-
typeLink: "../harveststrategytype",
77+
typeLink: "../harveststrategytype/",
7878
typeTitle: "Values of this type will either be \"default\", \"singleFileComponents\" or \"contentFileComponentsWithGeneratedKeyPath\"."
7979
}}
8080
>
@@ -97,11 +97,11 @@ Harvest files from a folder.
9797
<BlockDefList content={[
9898
{
9999
title: "Exclude",
100-
link: "../exclude"
100+
link: "../exclude/"
101101
},
102102
{
103103
title: "ExcludeRegistry",
104-
link: "../excluderegistry"
104+
link: "../excluderegistry/"
105105
}
106106
]}
107107
/>
@@ -111,7 +111,7 @@ Harvest files from a folder.
111111
<BlockDefList content={[
112112
{
113113
title: "Component (Wxs extension)",
114-
link: "../../wxs/component"
114+
link: "../../wxs/component/"
115115
}
116116
]}
117117
/>

src/content/docs/firegiant/schema/buildtools/harvestpayload.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ Harvest a payload and exclude it from future harvesting.
5858
<BlockDefList content={[
5959
{
6060
title: "BootstrapperApplication (Wxs extension)",
61-
link: "../../wxs/bootstrapperapplication"
61+
link: "../../wxs/bootstrapperapplication/"
6262
},
6363
{
6464
title: "BootstrapperApplicationRef (Wxs extension)",
65-
link: "../../wxs/bootstrapperapplicationref"
65+
link: "../../wxs/bootstrapperapplicationref/"
6666
},
6767
{
6868
title: "PayloadGroup (Wxs extension)",
69-
link: "../../wxs/payloadgroup"
69+
link: "../../wxs/payloadgroup/"
7070
}
7171
]}
7272
/>

src/content/docs/firegiant/schema/buildtools/harvestpayloadfolder.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Harvest payloads from a folder.
4141
<BlockDefList content={[
4242
{
4343
title: "Exclude",
44-
link: "../exclude"
44+
link: "../exclude/"
4545
}
4646
]}
4747
/>
@@ -51,15 +51,15 @@ Harvest payloads from a folder.
5151
<BlockDefList content={[
5252
{
5353
title: "BootstrapperApplication (Wxs extension)",
54-
link: "../../wxs/bootstrapperapplication"
54+
link: "../../wxs/bootstrapperapplication/"
5555
},
5656
{
5757
title: "BootstrapperApplicationRef (Wxs extension)",
58-
link: "../../wxs/bootstrapperapplicationref"
58+
link: "../../wxs/bootstrapperapplicationref/"
5959
},
6060
{
6161
title: "PayloadGroup (Wxs extension)",
62-
link: "../../wxs/payloadgroup"
62+
link: "../../wxs/payloadgroup/"
6363
}
6464
]}
6565
/>

src/content/docs/firegiant/schema/buildtools/harvestprojectoutput.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Harvest files from a project's output groups.
8484
content={{
8585
title: "Strategy",
8686
type: "HarvestStrategyTypeUnion",
87-
typeLink: "../harveststrategytype",
87+
typeLink: "../harveststrategytype/",
8888
typeTitle: "Values of this type will either be \"default\", \"singleFileComponents\" or \"contentFileComponentsWithGeneratedKeyPath\"."
8989
}}
9090
>
@@ -107,11 +107,11 @@ Harvest files from a project's output groups.
107107
<BlockDefList content={[
108108
{
109109
title: "Exclude",
110-
link: "../exclude"
110+
link: "../exclude/"
111111
},
112112
{
113113
title: "ExcludeRegistry",
114-
link: "../excluderegistry"
114+
link: "../excluderegistry/"
115115
}
116116
]}
117117
/>
@@ -121,7 +121,7 @@ Harvest files from a project's output groups.
121121
<BlockDefList content={[
122122
{
123123
title: "Component (Wxs extension)",
124-
link: "../../wxs/component"
124+
link: "../../wxs/component/"
125125
}
126126
]}
127127
/>
Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
2-
title: HeatWave Build Tools schema
3-
sidebar:
4-
label: HeatWave Build Tools schema
2+
title: "Buildtools schema"
53
---
64

75
HeatWave Build Tools schema
@@ -12,21 +10,21 @@ http&#58;//www.firegiant.com/schemas/v4/wxs/heatwave/buildtools
1210

1311
## Elements
1412

15-
- [Driver](../driver)
16-
- [DriverDependency](../driverdependency)
17-
- [Exclude](../exclude)
18-
- [ExcludeRegistry](../excluderegistry)
19-
- [HarvestFile](../harvestfile)
20-
- [HarvestFolder](../harvestfolder)
21-
- [HarvestPayload](../harvestpayload)
22-
- [HarvestPayloadFolder](../harvestpayloadfolder)
23-
- [HarvestProjectOutput](../harvestprojectoutput)
24-
- [ProtectedService](../protectedservice)
13+
- [Driver](driver/)
14+
- [DriverDependency](driverdependency/)
15+
- [Exclude](exclude/)
16+
- [ExcludeRegistry](excluderegistry/)
17+
- [HarvestFile](harvestfile/)
18+
- [HarvestFolder](harvestfolder/)
19+
- [HarvestPayload](harvestpayload/)
20+
- [HarvestPayloadFolder](harvestpayloadfolder/)
21+
- [HarvestProjectOutput](harvestprojectoutput/)
22+
- [ProtectedService](protectedservice/)
2523

2624
## Types
2725

28-
- [HarvestStrategyType](../harveststrategytype)
29-
- [HarvestStrategyTypeUnion](../harveststrategytype)
30-
- [PreprocessorVariables](../preprocessorvariables)
31-
- [RegistryRootType](../registryroottype)
32-
- [RegistryRootTypeUnion](../registryroottype)
26+
- [HarvestStrategyType](harveststrategytype/)
27+
- [HarvestStrategyTypeUnion](harveststrategytype/)
28+
- [PreprocessorVariables](preprocessorvariables/)
29+
- [RegistryRootType](registryroottype/)
30+
- [RegistryRootTypeUnion](registryroottype/)

0 commit comments

Comments
 (0)