Skip to content

Commit 857fd38

Browse files
authored
fixed the sidebar navigation (#3112)
* fixed the sidebar navigation * fixed some broken links
1 parent 82fc28e commit 857fd38

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

scripts/generate_site_sidebar/sidebar_template.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
- [Contrib](https://catalog.kpt.dev/contrib/ ":target=_self")
5757
- [Guides](guides/)
5858
- [The Rationale behind kpt](guides/rationale.md)
59-
- [Namespace provisioning example)(guides/namespace-provisioning-example.md)
59+
- [Namespace provisioning example](guides/namespace-provisioning-example.md)
6060
- [Porch Installation Guide](guides/porch-installation.md)
6161
- [Porch User Guide](guides/porch-user-guide.md)
6262
- [FAQ](faq/)

site/guides/namespace-provisioning-example.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,9 @@ application team) will now use this published package to create deployable
341341
instances of it. There are different ways to create deployable instances of
342342
this package:
343343

344-
1.[Use package orchestration UI](TODO)
345-
2.[Use package orchestration CLI](TODO)
346-
3.[Use kpt CLI without package orchestration](TODO)
344+
- [Use package orchestration CLI](guides/porch-user-guide.md)
345+
- Use package orchestration UI (coming soon)
346+
- Use kpt CLI without package orchestration as described in the next section.
347347

348348
### Package Consumption Workflow (without package orchestration)
349349

site/sidebar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
- [Contrib](https://catalog.kpt.dev/contrib/ ":target=_self")
9090
- [Guides](guides/)
9191
- [The Rationale behind kpt](guides/rationale.md)
92-
- [Namespace provisioning example)(guides/namespace-provisioning-example.md)
92+
- [Namespace provisioning example](guides/namespace-provisioning-example.md)
9393
- [Porch Installation Guide](guides/porch-installation.md)
9494
- [Porch User Guide](guides/porch-user-guide.md)
9595
- [FAQ](faq/)

0 commit comments

Comments
 (0)