diff --git a/docs/content/about/notifications.md b/docs/content/about/notifications.md index 81292bd9..d5b11d5d 100644 --- a/docs/content/about/notifications.md +++ b/docs/content/about/notifications.md @@ -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 diff --git a/docs/content/spec/auth/token.md b/docs/content/spec/auth/token.md index 1696280d..cc9d940e 100644 --- a/docs/content/spec/auth/token.md +++ b/docs/content/spec/auth/token.md @@ -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` diff --git a/docs/content/spec/images/v2-registry-auth.png b/docs/content/spec/images/v2-registry-auth.png deleted file mode 100644 index 3b05d04b..00000000 Binary files a/docs/content/spec/images/v2-registry-auth.png and /dev/null differ diff --git a/docs/hugo.yaml b/docs/hugo.yaml index b307411d..4d5c75c9 100644 --- a/docs/hugo.yaml +++ b/docs/hugo.yaml @@ -3,6 +3,11 @@ languageCode: en-us title: CNCF Distribution theme: hugo-geekdoc +markup: + goldmark: + renderer: + unsafe: true + pluralizeListTitles: false enableRobotsTXT: true taxonomies: [tags] diff --git a/docs/static/images/notifications.svg b/docs/static/images/notifications.svg deleted file mode 100644 index 6c3d680b..00000000 --- a/docs/static/images/notifications.svg +++ /dev/null @@ -1 +0,0 @@ -Registry instanceBroadcaster requestrepositoryhandlerListenerEndpoint_1queueretryhttpEndpoint_Nqueueretryhttp. . .RemoteEndpoint_1RemoteEndpoint_N \ No newline at end of file