diff --git a/adminguide.md b/adminguide.md index 4901d72fa1..90b98fed0a 100644 --- a/adminguide.md +++ b/adminguide.md @@ -16,7 +16,7 @@ This guide covers tasks and functions an administrator of Docker Trusted Registr (DTR) will need to know about, such as reporting, logging, system management, performance metrics, etc. For tasks DTR users need to accomplish, such as using DTR to push and pull -images, please visit the [User's Guide](userguide.md). +images, please visit the [User's Guide]({{< relref "userguide.md" >}}). ## Reporting @@ -322,4 +322,4 @@ If you need to stop and/or start DTR (for upgrading, troubleshooting, etc.), use ## Next Steps -For information on installing DTR, take a look at the [Installation instructions](install.md). +For information on installing DTR, take a look at the [Installation instructions]({{< relref "install.md" >}}). diff --git a/configuration.md b/configuration.md index 52320794e9..37e3df2181 100644 --- a/configuration.md +++ b/configuration.md @@ -373,5 +373,5 @@ confirm which setting you need. ## Next Steps For information on getting support for DTR, take a look at the -[Support information](support.md). +[Support information]({{< relref "support.md" >}}). diff --git a/index.md b/index.md index 2fd57888e0..201be7c45f 100644 --- a/index.md +++ b/index.md @@ -37,7 +37,7 @@ DTR is perfect for: DTR is built on [version 2 of the Docker registry](https://github.com/docker/distribution). -To get your copy of DTR, including a free trial, visit [the Docker Subscription page](https://hub-beta.docker.com/enterprise/). For more information on acquiring DTR, see the [install page](install.md). +To get your copy of DTR, including a free trial, visit [the Docker Subscription page](https://hub-beta.docker.com/enterprise/). For more information on acquiring DTR, see the [install page]({{< relref "install.md" >}}). > **Important**: DTR must be used with the current version of the commercially > supported Docker Engine. You must install this version of Docker before @@ -49,18 +49,18 @@ To get your copy of DTR, including a free trial, visit [the Docker Subscription The following documentation for DTR is available: * **Overview** This page. -* [**Quick Start: Basic User Workflow**](quick-start.md) Go here to learn the +* [**Quick Start: Basic User Workflow**]({{< relref "quick-start.md" >}}) Go here to learn the fundamentals of how DTR works and how you can set up a simple, but useful workflow. -* [**User Guide**](userguide.md) Go here to learn about using DTR from day to +* [**User Guide**]({{< relref "userguide.md" >}}) Go here to learn about using DTR from day to day. -* [**Administrator Guide**](adminguide.md) Go here if you are an administrator +* [**Administrator Guide**]({{< relref "adminguide.md" >}}) Go here if you are an administrator responsible for running and maintaining DTR. -* [**Installation**](install.md) Go here for the steps you'll need to install +* [**Installation**]({{< relref "install.md" >}}) Go here for the steps you'll need to install DTR and get it working. -* [**Configuration**](configuration.md) Go here to find out details about +* [**Configuration**]({{< relref "configuration.md" >}}) Go here to find out details about setting up and configuring DTR for your particular environment. -* [**Support**](support.md) Go here for information on getting support for +* [**Support**]({{< relref "support.md" >}}) Go here for information on getting support for DTR. Note: DTR requires that you use the commercially supported Docker Engine. diff --git a/install.md b/install.md index 680ef2f457..3532f4e387 100644 --- a/install.md +++ b/install.md @@ -17,7 +17,7 @@ Docker Trusted Registry (DTR). DTR is installed from Docker containers. Once installed, you will need to select a method of securing it. This doc will explain the options you have for security and help you find the resources needed to configure it according to your chosen method. More configuration details can -be found in the [DTR Configuration page](configuration.md). +be found in the [DTR Configuration page]({{< relref "configuration.md" >}}). Specifically, installation requires completion of these steps, in order: @@ -314,7 +314,7 @@ see the [configuration documentation](configuration.md#security) Now that you have DTR configured with a "Domain Name" and have your client Docker daemons configured with the required security settings, you can test your setup by following the instructions for -[Using DTR to Push and pull images](userguide.md). +[Using DTR to Push and pull images]({{< relref "userguide.md" >}}). ### DTR web interface and registry authentication @@ -363,4 +363,4 @@ You should now [upgrade CS Docker Engine](#upgrading-the-commercially-supported- ## Next Steps For information on configuring DTR for your environment, take a look at the -[Configuration instructions](configuration.md). +[Configuration instructions]({{< relref "configuration.md" >}}). diff --git a/quick-start.md b/quick-start.md index 16c0000e7b..d80c6338b8 100644 --- a/quick-start.md +++ b/quick-start.md @@ -44,7 +44,7 @@ You should be able to complete this guide in about thirty minutes. > **Note:** This guide assumes you have installed a working instance of DTR > reachable at dtr.yourdomain.com. If you need help installing and configuring > DTR, please consult the -[installation instructions](install.md). +[installation instructions]({{< relref "install.md" >}}). ## Pulling the official Jenkins image @@ -335,4 +335,4 @@ configured, secured Jenkins instance that can run on any infrastructure. ## Next Steps For more information on using DTR, take a look at the -[User's Guide](userguide.md). +[User's Guide]({{< relref "userguide.md" >}}). diff --git a/release-notes.md b/release-notes.md index b7fcbcdf06..bbfaa6b436 100644 --- a/release-notes.md +++ b/release-notes.md @@ -14,7 +14,7 @@ weight=100 ## Prior Versions -These notes refer to the current release of Docker Trusted Registry and the commercially supported Docker Engine. For notes on older versions of these, see the [prior release notes archive](prior-release-notes.md). +These notes refer to the current release of Docker Trusted Registry and the commercially supported Docker Engine. For notes on older versions of these, see the [prior release notes archive]({{< relref "prior-release-notes.md" >}}). ## Docker Trusted Registry (DTR) diff --git a/userguide.md b/userguide.md index e8623ad4a3..f64d7c3bcc 100644 --- a/userguide.md +++ b/userguide.md @@ -16,7 +16,7 @@ weight=2 This guide covers tasks and functions a user of Docker Trusted Registry (DTR) will need to know about, such as pushing or pulling images, etc. For tasks DTR administrators need to accomplish, such as configuring or monitoring DTR, please -visit the [Administrator's Guide](adminguide.md). +visit the [Administrator's Guide]({{< relref "adminguide.md" >}}). ## Overview @@ -32,7 +32,7 @@ push` command to add an image to a DTR repository. To learn more about Docker images, see [User Guide: Working with Docker Images](https://docs.docker.com/userguide/dockerimages/). For a step-by-step example of the entire process, see the -[Quick Start: Basic Workflow Guide](quick-start.md). +[Quick Start: Basic Workflow Guide]({{< relref "quick-start.md" >}}). > **Note**: If your DTR instance has authentication enabled, you will need to >use your command line to `docker login ` (e.g., `docker login @@ -122,7 +122,7 @@ your DTR registry by adding it to the command: ## Next Steps For information on administering DTR, take a look at the -[Administrator's Guide](adminguide.md). +[Administrator's Guide]({{< relref "adminguide.md" >}}).