Skip to content

Commit 15fea83

Browse files
committed
WIP
1 parent 8a0dded commit 15fea83

File tree

150 files changed

+121
-123
lines changed

Some content is hidden

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

150 files changed

+121
-123
lines changed

.plano.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def update_refs(output_dir="input"):
9797
Update the concept, resource, and command references
9898
"""
9999

100-
output_dir = join(get_absolute_path(output_dir), "docs/reference")
100+
output_dir = get_absolute_path(output_dir)
101101
url = "https://github.com/skupperproject/refdog/archive/main.tar.gz"
102102

103103
with temp_file() as temp:
@@ -110,8 +110,8 @@ def update_refs(output_dir="input"):
110110
assert is_dir(extracted_dir)
111111

112112
replace(join(output_dir, "concepts"), join(extracted_dir, "input", "concepts"))
113-
replace(join(output_dir, "api"), join(extracted_dir, "input", "resources"))
114-
replace(join(output_dir, "cli"), join(extracted_dir, "input", "commands"))
113+
replace(join(output_dir, "resources"), join(extracted_dir, "input", "resources"))
114+
replace(join(output_dir, "commands"), join(extracted_dir, "input", "commands"))
115115

116116
@command
117117
def update_docs(output_dir="input"):

config/transom.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
# XXX
1111
skupper_version = latest_release_version
12+
skupper_cli_version = skupper_version
1213

1314
skupper_version_v1 = "1.9.2"
1415

@@ -17,7 +18,4 @@
1718
def get_edit_url(page):
1819
return f"https://github.com/ssorj/skupper-website/edit/main/{page.input_path}"
1920

20-
skupper_api_ref = f"{skupper_site_url}/resources"
21-
22-
# XXX
23-
skupper_cli_version = "2.1.1"
21+
skupper_api_ref = f"{{site.prefix}}/docs/reference/resources"

input/docs/reference/cli/connector/create.md renamed to input/commands/connector/create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Wait for the given status before exiting.
167167
</td><tr><th>Choices</th><td><table class="choices"><tr><th><code>none</code></th><td><p>Do not wait.</p>
168168
</td></tr><tr><th><code>configured</code></th><td><p>Wait until the configuration is applied.</p>
169169
</td></tr><tr><th><code>ready</code></th><td><p>Wait until the resource is ready to use.</p>
170-
</td></tr></table></td><tr><th>Platforms</th><td>Kubernetes</td><tr><th>See also</th><td><a href="{{site.prefix}}/topics/resource-status.html">Resource status</a></td></table>
170+
</td></tr></table></td><tr><th>Platforms</th><td>Kubernetes</td></table>
171171

172172
</div>
173173
</div>
@@ -230,7 +230,7 @@ Set the path to the kubeconfig file.
230230

231231
Set the current namespace.
232232

233-
<table class="fields"><tr><th>See also</th><td><a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">Kubernetes namespaces</a>, <a href="{{site.prefix}}/topics/system-namespaces.html">System namespaces</a></td></table>
233+
<table class="fields"><tr><th>See also</th><td><a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">Kubernetes namespaces</a></td></table>
234234

235235
</div>
236236
</div>

input/docs/reference/cli/connector/delete.md renamed to input/commands/connector/delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Set the path to the kubeconfig file.
122122

123123
Set the current namespace.
124124

125-
<table class="fields"><tr><th>See also</th><td><a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">Kubernetes namespaces</a>, <a href="{{site.prefix}}/topics/system-namespaces.html">System namespaces</a></td></table>
125+
<table class="fields"><tr><th>See also</th><td><a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">Kubernetes namespaces</a></td></table>
126126

127127
</div>
128128
</div>
File renamed without changes.
File renamed without changes.

input/docs/reference/cli/connector/status.md renamed to input/commands/connector/status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Set the path to the kubeconfig file.
137137

138138
Set the current namespace.
139139

140-
<table class="fields"><tr><th>See also</th><td><a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">Kubernetes namespaces</a>, <a href="{{site.prefix}}/topics/system-namespaces.html">System namespaces</a></td></table>
140+
<table class="fields"><tr><th>See also</th><td><a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">Kubernetes namespaces</a></td></table>
141141

142142
</div>
143143
</div>

input/docs/reference/cli/connector/update.md renamed to input/commands/connector/update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Wait for the given status before exiting.
158158
</td><tr><th>Choices</th><td><table class="choices"><tr><th><code>none</code></th><td><p><em>Do not wait</em></p>
159159
</td></tr><tr><th><code>configured</code></th><td><p>Configured</p>
160160
</td></tr><tr><th><code>ready</code></th><td><p>Ready</p>
161-
</td></tr></table></td><tr><th>Platforms</th><td>Kubernetes</td><tr><th>See also</th><td><a href="{{site.prefix}}/topics/resource-status.html">Resource status</a></td></table>
161+
</td></tr></table></td><tr><th>Platforms</th><td>Kubernetes</td></table>
162162

163163
</div>
164164
</div>
@@ -221,7 +221,7 @@ Set the path to the kubeconfig file.
221221

222222
Set the current namespace.
223223

224-
<table class="fields"><tr><th>See also</th><td><a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">Kubernetes namespaces</a>, <a href="{{site.prefix}}/topics/system-namespaces.html">System namespaces</a></td></table>
224+
<table class="fields"><tr><th>See also</th><td><a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">Kubernetes namespaces</a></td></table>
225225

226226
</div>
227227
</div>

input/docs/reference/cli/debug/check.md renamed to input/commands/debug/check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Set the path to the kubeconfig file.
5858

5959
Set the current namespace.
6060

61-
<table class="fields"><tr><th>See also</th><td><a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">Kubernetes namespaces</a>, <a href="{{site.prefix}}/topics/system-namespaces.html">System namespaces</a></td></table>
61+
<table class="fields"><tr><th>See also</th><td><a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">Kubernetes namespaces</a></td></table>
6262

6363
</div>
6464
</div>

input/docs/reference/cli/debug/dump.md renamed to input/commands/debug/dump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Set the path to the kubeconfig file.
9191

9292
Set the current namespace.
9393

94-
<table class="fields"><tr><th>See also</th><td><a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">Kubernetes namespaces</a>, <a href="{{site.prefix}}/topics/system-namespaces.html">System namespaces</a></td></table>
94+
<table class="fields"><tr><th>See also</th><td><a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/">Kubernetes namespaces</a></td></table>
9595

9696
</div>
9797
</div>

0 commit comments

Comments
 (0)