docs: fix rendering issues for raw html and images (#4136)

This commit is contained in:
Milos Gajdos 2023-10-26 12:55:16 +01:00 committed by GitHub
commit 5064789f2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 3 deletions

View file

@ -10,7 +10,7 @@ pushes and pulls and layer pushes and pulls. These actions are serialized into
events. The events are queued into a registry-internal broadcast system which
queues and dispatches events to [_Endpoints_](#endpoints).
![Workflow of registry notifications](/images/notifications.png)
![Workflow of registry notifications](../../images/notifications.png)
## Endpoints

View file

@ -8,7 +8,7 @@ keywords: registry, on-prem, images, tags, repository, distribution, Bearer auth
This document outlines the v2 Distribution registry authentication scheme:
![v2 registry auth](/images/v2-registry-auth.png)
![v2 registry auth](../../../images/v2-registry-auth.png)
1. Attempt to begin a push/pull operation with the registry.
2. If the registry requires authorization it will return a `401 Unauthorized`

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View file

@ -3,6 +3,11 @@ languageCode: en-us
title: CNCF Distribution
theme: hugo-geekdoc
markup:
goldmark:
renderer:
unsafe: true
pluralizeListTitles: false
enableRobotsTXT: true
taxonomies: [tags]

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 31 KiB