Make the index.html files the visible overview menu entry
And move menu entry definition into a page that the user has no reason to navigate to Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
a5f72a6032
commit
3069a04b8c
34 changed files with 180 additions and 122 deletions
|
@ -3,6 +3,9 @@
|
|||
title = "Docker Registry Token Authentication"
|
||||
description = "Docker Registry v2 authentication schema"
|
||||
keywords = ["registry, on-prem, images, tags, repository, distribution, authentication, advanced"]
|
||||
[menu.main]
|
||||
parent="smn_registry_ref"
|
||||
weight=100
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ description = "Describe the reference implementation of the Docker Registry v2 a
|
|||
keywords = ["registry, on-prem, images, tags, repository, distribution, JWT authentication, advanced"]
|
||||
[menu.main]
|
||||
parent="smn_registry_ref"
|
||||
weight=101
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ description = "Specifies the Docker Registry v2 authentication"
|
|||
keywords = ["registry, on-prem, images, tags, repository, distribution, oauth2, advanced"]
|
||||
[menu.main]
|
||||
parent="smn_registry_ref"
|
||||
weight=102
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ description = "Describes the scope and access fields used for registry authoriza
|
|||
keywords = ["registry, on-prem, images, tags, repository, distribution, advanced, access, scope"]
|
||||
[menu.main]
|
||||
parent="smn_registry_ref"
|
||||
weight=103
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ description = "Specifies the Docker Registry v2 authentication"
|
|||
keywords = ["registry, on-prem, images, tags, repository, distribution, Bearer authentication, advanced"]
|
||||
[menu.main]
|
||||
parent="smn_registry_ref"
|
||||
weight=104
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
|
|
@ -1,18 +1,17 @@
|
|||
<!--[metadata]>
|
||||
+++
|
||||
title = "Reference"
|
||||
title = "Reference Overview"
|
||||
description = "Explains registry JSON objects"
|
||||
keywords = ["registry, service, images, repository, json"]
|
||||
[menu.main]
|
||||
identifier="smn_registry_ref"
|
||||
parent="smn_registry"
|
||||
weight=7
|
||||
parent="smn_registry_ref"
|
||||
weight=-1
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
# Docker Registry Reference
|
||||
|
||||
* [HTTP API V2](api.md)
|
||||
* [Storage Driver](../storagedrivers.md)
|
||||
* [Storage Driver](../storage-drivers/index.md)
|
||||
* [Token Authentication Specification](auth/token.md)
|
||||
* [Token Authentication Implementation](auth/jwt.md)
|
||||
|
|
13
docs/spec/menu.md
Normal file
13
docs/spec/menu.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!--[metadata]>
|
||||
+++
|
||||
title = "Reference"
|
||||
description = "Explains registry JSON objects"
|
||||
keywords = ["registry, service, images, repository, json"]
|
||||
type = "menu"
|
||||
[menu.main]
|
||||
identifier="smn_registry_ref"
|
||||
parent="smn_registry"
|
||||
weight=7
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue