docs: fix rendering issues for raw html and images (#4136)
This commit is contained in:
commit
5064789f2a
5 changed files with 7 additions and 3 deletions
|
@ -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
|
events. The events are queued into a registry-internal broadcast system which
|
||||||
queues and dispatches events to [_Endpoints_](#endpoints).
|
queues and dispatches events to [_Endpoints_](#endpoints).
|
||||||
|
|
||||||
![Workflow of registry notifications](/images/notifications.png)
|
![Workflow of registry notifications](../../images/notifications.png)
|
||||||
|
|
||||||
## Endpoints
|
## Endpoints
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ keywords: registry, on-prem, images, tags, repository, distribution, Bearer auth
|
||||||
|
|
||||||
This document outlines the v2 Distribution registry authentication scheme:
|
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.
|
1. Attempt to begin a push/pull operation with the registry.
|
||||||
2. If the registry requires authorization it will return a `401 Unauthorized`
|
2. If the registry requires authorization it will return a `401 Unauthorized`
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
|
@ -3,6 +3,11 @@ languageCode: en-us
|
||||||
title: CNCF Distribution
|
title: CNCF Distribution
|
||||||
theme: hugo-geekdoc
|
theme: hugo-geekdoc
|
||||||
|
|
||||||
|
markup:
|
||||||
|
goldmark:
|
||||||
|
renderer:
|
||||||
|
unsafe: true
|
||||||
|
|
||||||
pluralizeListTitles: false
|
pluralizeListTitles: false
|
||||||
enableRobotsTXT: true
|
enableRobotsTXT: true
|
||||||
taxonomies: [tags]
|
taxonomies: [tags]
|
||||||
|
|
1
docs/static/images/notifications.svg
vendored
1
docs/static/images/notifications.svg
vendored
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 31 KiB |
Loading…
Reference in a new issue