|
| 1 | + |
1 | 2 | import PartialPath from "./tanka/path.mdx"
|
2 |
| -import PartialRunJsonnetBundlerInstall from "./tanka/bundlerinstall.mdx" |
3 |
| -import PartialRunJsonnetBundlerUpdate from "./tanka/bundlerupdate.mdx" |
4 |
| -import PartialEnvironmentPath from "./tanka/envpath.mdx" |
5 |
| -import PartialEnvironmentName from "./tanka/envname.mdx" |
6 |
| -import PartialExternalCodeVariables from "./tanka/externalcodevariables.mdx" |
7 |
| -import PartialExternalStringVariables from "./tanka/externalstringvariables.mdx" |
8 |
| -import PartialTopLevelCode from "./tanka/toplevelcode.mdx" |
9 |
| -import PartialTopLevelString from "./tanka/toplevelstring.mdx" |
10 |
| -import PartialTarget from "./tanka/target.mdx" |
| 3 | +import PartialRunJsonnetBundlerInstall from "./tanka/runJsonnetBundlerInstall.mdx" |
| 4 | +import PartialRunJsonnetBundlerUpdate from "./tanka/runJsonnetBundlerUpdate.mdx" |
| 5 | +import PartialEnvironmentPath from "./tanka/environmentPath.mdx" |
| 6 | +import PartialEnvironmentName from "./tanka/environmentName.mdx" |
| 7 | +import PartialExternalCodeVariables from "./tanka/externalCodeVariables.mdx" |
| 8 | +import PartialExternalStringVariables from "./tanka/externalStringVariables.mdx" |
| 9 | +import PartialTopLevelCode from "./tanka/topLevelCode.mdx" |
| 10 | +import PartialTopLevelString from "./tanka/topLevelString.mdx" |
| 11 | +import PartialTargets from "./tanka/targets.mdx" |
11 | 12 | import PartialJsonnetBundlerBinaryPath from "./tanka/jsonnetBundlerBinaryPath.mdx"
|
12 | 13 | import PartialTankaBinaryPath from "./tanka/tankaBinaryPath.mdx"
|
13 | 14 |
|
14 | 15 | <PartialPath />
|
15 | 16 |
|
16 |
| -<PartialRunJsonnetBundlerInstall /> |
| 17 | + |
| 18 | +<PartialRunJsonnetBundlerInstall /> |
| 19 | + |
17 | 20 |
|
18 | 21 | <PartialRunJsonnetBundlerUpdate />
|
19 | 22 |
|
| 23 | + |
20 | 24 | <PartialEnvironmentPath />
|
21 | 25 |
|
| 26 | + |
22 | 27 | <PartialEnvironmentName />
|
23 | 28 |
|
| 29 | + |
24 | 30 | <PartialExternalCodeVariables />
|
25 | 31 |
|
| 32 | + |
26 | 33 | <PartialExternalStringVariables />
|
27 | 34 |
|
| 35 | + |
28 | 36 | <PartialTopLevelCode />
|
29 | 37 |
|
| 38 | + |
30 | 39 | <PartialTopLevelString />
|
31 | 40 |
|
32 |
| -<PartialTarget /> |
| 41 | + |
| 42 | +<PartialTargets /> |
| 43 | + |
33 | 44 |
|
34 | 45 | <PartialJsonnetBundlerBinaryPath />
|
35 | 46 |
|
36 |
| -<PartialTankaBinaryPath /> |
| 47 | + |
| 48 | +<PartialTankaBinaryPath /> |
0 commit comments