Skip to content

Commit e6b2855

Browse files
committed
fix: doc and lint
Signed-off-by: NucleoFusion <lakshit.singh.mail@gmail.com>
1 parent 47f2223 commit e6b2855

File tree

7 files changed

+11
-23
lines changed

7 files changed

+11
-23
lines changed

doc/cli-docs/harbor-tag-retention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A user can only create up to 15 tag retention rules per project.
4242

4343
### SEE ALSO
4444

45-
* [harbor tag](harbor-tag.md) - Manage tag rules in Harbor registry
45+
* [harbor tag](harbor-tag.md) - Manage tags in Harbor registry
4646
* [harbor tag retention create](harbor-tag-retention-create.md) - Create a tag retention rule in a project
4747
* [harbor tag retention delete](harbor-tag-retention-delete.md) - Delete a tag retention rule for a project
4848
* [harbor tag retention list](harbor-tag-retention-list.md) - List tag retention rules of a project

doc/cli-docs/harbor-tag.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: harbor tag
3-
weight: 95
3+
weight: 95
44
---
55
## harbor tag
66

@@ -10,7 +10,7 @@ weight: 95
1010

1111
### Synopsis
1212

13-
Manage tags in the Harbor registry, including creating, listing, and deleting retention policies.
13+
Manage tags in the Harbor registry, including creating, listing, and deleting rules.
1414

1515
### Options
1616

@@ -30,5 +30,6 @@ Manage tags in the Harbor registry, including creating, listing, and deleting re
3030

3131
* [harbor](harbor.md) - Official Harbor CLI
3232
* [harbor tag immutable](harbor-tag-immutable.md) - Manage Immutability rules in the project
33-
* [harbor tag retention](harbor-tag-retention.md) - Manage tag retention policies in the project
33+
* [harbor tag immutable](harbor-tag-immutable.md) - Manage Immutability rules in the project
34+
* [harbor tag retention](harbor-tag-retention.md) - Manage tag retention rules in the project
3435

doc/man-docs/man1/harbor-tag-retention-create.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.nh
2-
.TH "HARBOR" "1" "Habor Community" "Harbor User Mannuals"
2+
.TH "HARBOR" "1" "Harbor Community" "Harbor User Manuals"
33

44
.SH NAME
55
harbor-tag-retention-create - Create a tag retention rule in a project

doc/man-docs/man1/harbor-tag-retention-delete.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.nh
2-
.TH "HARBOR" "1" "Habor Community" "Harbor User Mannuals"
2+
.TH "HARBOR" "1" "Harbor Community" "Harbor User Manuals"
33

44
.SH NAME
55
harbor-tag-retention-delete - Delete a tag retention rule for a project

doc/man-docs/man1/harbor-tag-retention-list.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.nh
2-
.TH "HARBOR" "1" "Habor Community" "Harbor User Mannuals"
2+
.TH "HARBOR" "1" "Harbor Community" "Harbor User Manuals"
33

44
.SH NAME
55
harbor-tag-retention-list - List tag retention rules of a project

doc/man-docs/man1/harbor-tag-retention.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.nh
2-
.TH "HARBOR" "1" "Habor Community" "Harbor User Mannuals"
2+
.TH "HARBOR" "1" "Harbor Community" "Harbor User Manuals"
33

44
.SH NAME
55
harbor-tag-retention - Manage tag retention rules in the project

doc/man-docs/man1/harbor-tag.1

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
.nh
2-
<<<<<<< HEAD
32
.TH "HARBOR" "1" "Harbor Community" "Harbor User Manuals"
4-
=======
5-
.TH "HARBOR" "1" "Mar 2025" "Habor Community" "Harbor User Mannuals"
6-
>>>>>>> f2c75e7 (add documentation)
73

84
.SH NAME
95
harbor-tag - Manage tags in Harbor registry
@@ -14,8 +10,7 @@ harbor-tag - Manage tags in Harbor registry
1410

1511

1612
.SH DESCRIPTION
17-
18-
Manage tags in the Harbor registry, including creating, listing, and deleting retention policies.
13+
Manage tags in the Harbor registry, including creating, listing, and deleting rules.
1914

2015

2116
.SH OPTIONS
@@ -37,12 +32,4 @@ Manage tags in the Harbor registry, including creating, listing, and deleting re
3732

3833

3934
.SH SEE ALSO
40-
<<<<<<< HEAD
41-
\fBharbor(1)\fP, \fBharbor-tag-immutable(1)\fP
42-
=======
43-
\fBharbor(1)\fP, \fBharbor-tag-retention(1)\fP
44-
45-
46-
.SH HISTORY
47-
30-Mar-2025 Auto generated by spf13/cobra
48-
>>>>>>> f2c75e7 (add documentation)
35+
\fBharbor(1)\fP, \fBharbor-tag-immutable(1)\fP, \fBharbor-tag-immutable(1)\fP, \fBharbor-tag-retention(1)\fP

0 commit comments

Comments
 (0)