goharbor / goharbor/website

[documentation] "Pushing images": Missing `tag` due to markdown issues?

Open Beginner friendly
#757 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
46
Forks
222
PR merge metrics
No merged PRs in 30d

Description

Dear maintainers,

for some reason the `tag` in this sentence gets lost in the website:

```
**Understanding the Image Name Structure**

In Harbor, a fully qualified image name has three main parts: /:. This is a critical concept for pushing images and configuring deployment tools.
```

As you can see in the following screenshot, the `tag` is missing between the colon and the period.

Image

https://github.com/goharbor/website/blob/d863416c7997cbd36ca2f7052f42e9a0d94ad4c5/docs/working-with-projects/working-with-images/pulling-pushing-images.md?plain=1#L67

https://goharbor.io/docs/2.15.0/working-with-projects/working-with-images/pulling-pushing-images/#pushing-images

I think this is due to missing backticks around the parts in the `<>`:

```
**Understanding the Image Name Structure**

In Harbor, a fully qualified image name has three main parts: `/:`. This is a critical concept for pushing images and configuring deployment tools.
```

Kind Regards,
Johannes

Contributor guide

No contributing guide indexed for this repository

Research direction

Open docs/working-with-projects/working-with-images/pulling-pushing-images.md around line 67 and compare it with the rendered “Pushing images” page. Update the image-name example so the tag displays correctly, then run the documentation preview or build and confirm the complete project/repository/tag expression is visible.

Written by the indexing model from the issue text.

Assessment

Tech stack
markdown
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
90/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.