mirror of https://github.com/docker/docs.git
remove the html comments, they're not supported by hugo
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
c4bab8b8b8
commit
a22901cde2
4
Makefile
4
Makefile
|
@ -38,10 +38,10 @@ default: docs
|
|||
|
||||
test: docs-build
|
||||
$(DOCKER_RUN_DOCS) -p $(if $(DOCSPORT),$(DOCSPORT):)8000 \
|
||||
-v $(CURDIR):/docs/content/docker-hub/ \
|
||||
-v $(CURDIR):/docs/content/docker-trusted-registry/ \
|
||||
-e DOCKERHOST "$(DOCKER_DOCS_IMAGE)" \
|
||||
hugo server \
|
||||
--log --watch --buildDrafts=true \
|
||||
--log=true --watch=true --buildDrafts=true \
|
||||
--port=$(DOCSPORT) --baseUrl=$(HUGO_BASE_URL) --bind=$(HUGO_BIND_IP)
|
||||
|
||||
docs: docs-build
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!--[metadata]>
|
||||
|
||||
+++
|
||||
title = "Admin guide"
|
||||
description = "Documentation describing administration of Docker Trusted Registry"
|
||||
|
@ -7,7 +7,7 @@ keywords = ["docker, documentation, about, technology, hub, registry, enterprise
|
|||
parent="smn_dhe"
|
||||
weight=3
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
||||
|
||||
# Docker Trusted Registry Administrator's Guide
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!--[metadata]>
|
||||
|
||||
+++
|
||||
title = "Configuration options"
|
||||
description = "Configuration instructions for Docker Trusted Registry"
|
||||
|
@ -7,7 +7,7 @@ keywords = ["docker, documentation, about, technology, understanding, enterprise
|
|||
parent="smn_dhe"
|
||||
weight=5
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
||||
|
||||
# Configuring DTR
|
||||
|
|
4
index.md
4
index.md
|
@ -1,4 +1,4 @@
|
|||
<!--[metadata]>
|
||||
|
||||
+++
|
||||
aliases = [ "/docker-hub-enterprise/" ]
|
||||
title = "Overview"
|
||||
|
@ -7,7 +7,7 @@ keywords = ["docker, documentation, about, technology, understanding, enterprise
|
|||
[menu.main]
|
||||
parent="smn_dhe"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
||||
|
||||
# Welcome to Docker Trusted Registry
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!--[metadata]>
|
||||
|
||||
+++
|
||||
title = "Installation"
|
||||
description = "Installation instructions for Docker Trusted Registry"
|
||||
|
@ -7,7 +7,7 @@ keywords = ["docker, documentation, about, technology, understanding, enterprise
|
|||
parent="smn_dhe"
|
||||
weight=4
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
||||
|
||||
# Install Docker Trusted Registry
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!--[metadata]>
|
||||
|
||||
+++
|
||||
title = "Prior release notes archive"
|
||||
description = "Archived Release notes for Docker Trusted Registry"
|
||||
|
@ -7,7 +7,7 @@ keywords = ["docker, documentation, about, technology, understanding, enterprise
|
|||
parent="smn_dhe"
|
||||
weight=101
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
||||
|
||||
# Release Notes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!--[metadata]>
|
||||
|
||||
+++
|
||||
title = "Quick-start: Basic Workflow"
|
||||
description = "Brief tutorial on the basics of Docker Trusted Registry user workflow"
|
||||
|
@ -7,7 +7,7 @@ keywords = ["docker, documentation, about, technology, understanding, enterprise
|
|||
parent="smn_dhe"
|
||||
weight=1
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!--[metadata]>
|
||||
|
||||
+++
|
||||
title = "Release notes"
|
||||
description = "Release notes for Docker Trusted Registry"
|
||||
|
@ -7,7 +7,7 @@ keywords = ["docker, documentation, about, technology, understanding, enterprise
|
|||
parent="smn_dhe"
|
||||
weight=100
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
||||
|
||||
# Docker Trusted Registry: Release Notes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!--[metadata]>
|
||||
|
||||
+++
|
||||
title = "Support"
|
||||
description = "Commercial Support"
|
||||
|
@ -7,7 +7,7 @@ keywords = ["docker, documentation, about, technology, understanding, enterprise
|
|||
parent="smn_dhe"
|
||||
weight=99
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
||||
|
||||
# Commercial Support Options
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!--[metadata]>
|
||||
|
||||
+++
|
||||
title = "User guide"
|
||||
description = "Documentation describing basic use of Docker Trusted Registry"
|
||||
|
@ -7,7 +7,7 @@ keywords = ["docker, documentation, about, technology, hub, enterprise"]
|
|||
parent="smn_dhe"
|
||||
weight=2
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue