Skip to content

Commit cef6e24

Browse files
committed
Address review comments
Signed-off-by: Aravindhan Ayyanathan <aravindhan.a@est.tech>
1 parent d254d98 commit cef6e24

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

documentation/content/en/book/02-concepts/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Package "wordpress" (independent)
154154
├── [Kptfile] Kptfile mysql
155155
├── [deployment.yaml] PersistentVolumeClaim mysql-pv-claim
156156
├── [deployment.yaml] Deployment wordpress-mysql
157-
└── [deployment.yaml] Service wordpress-mysql
157+
└── [service.yaml] Service wordpress-mysql
158158
```
159159

160160
This _package hierarchy_ contains two packages:

documentation/content/en/book/03-packages/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Package "wordpress" (independent)
148148
├── [Kptfile] Kptfile mysql
149149
├── [deployment.yaml] PersistentVolumeClaim mysql-pv-claim
150150
├── [deployment.yaml] Deployment wordpress-mysql
151-
└── [deployment.yaml] Service wordpress-mysql
151+
└── [service.yaml] Service wordpress-mysql
152152
```
153153

154154
See the [tree command reference](../../reference/cli/pkg/tree/) for usage.
@@ -346,7 +346,7 @@ Package "wordpress" (independent)
346346
├── [Kptfile] Kptfile mysql
347347
├── [deployment.yaml] PersistentVolumeClaim mysql-pv-claim
348348
├── [deployment.yaml] Deployment wordpress-mysql
349-
└── [deployment.yaml] Service wordpress-mysql
349+
└── [service.yaml] Service wordpress-mysql
350350
```
351351

352352
First, delete the `mysql` subpackage. Deleting a subpackage is done by deleting the subdirectory, as follows:

documentation/content/en/reference/cli/pkg/tree/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Package "wordpress" (independent)
6363
└── Package "mysql" (dependent)
6464
├── [Kptfile] Kptfile mysql
6565
├── [deployment.yaml] Deployment wordpress-mysql
66-
└── [deployment.yaml] Service wordpress-mysql
66+
└── [service.yaml] Service wordpress-mysql
6767
```
6868

6969
<!--mdtogo-->

internal/docs/generated/pkgdocs/docs.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)