5e75227fb2
Update the formatting of links and add a Markdown render hook for handling relative internal links. Cross-references between markdown files are now resolved the same way in both GitHub and Hugo. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
12 lines
347 B
Markdown
12 lines
347 B
Markdown
---
|
|
title: "Reference Overview"
|
|
description: "Explains registry JSON objects"
|
|
keywords: registry, service, images, repository, json
|
|
---
|
|
|
|
# Docker Registry Reference
|
|
|
|
* [HTTP API V2](api.md)
|
|
* [Storage Driver](../storage-drivers/_index.md)
|
|
* [Token Authentication Specification](auth/token.md)
|
|
* [Token Authentication Implementation](auth/jwt.md)
|