From d61bcc3c5590c694f0ef9fa8e9c944549ec54ac6 Mon Sep 17 00:00:00 2001 From: Stuart Clements Date: Mon, 13 Jan 2020 17:45:05 +0100 Subject: [PATCH] More linking --- docs/1.10/working_with_projects/create_labels.md | 6 +++++- docs/1.10/working_with_projects/create_projects.md | 8 ++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/1.10/working_with_projects/create_labels.md b/docs/1.10/working_with_projects/create_labels.md index c1043545a..2c4d8847d 100644 --- a/docs/1.10/working_with_projects/create_labels.md +++ b/docs/1.10/working_with_projects/create_labels.md @@ -27,4 +27,8 @@ Users who have Harbor system administrator, project administrator or project dev ## Filtering Images by Label The images can be filtered by labels: -![filter images by labels](../img/filter_images_by_label.png) \ No newline at end of file +![filter images by labels](../img/filter_images_by_label.png) + +---------- + +[Back to table of contents](../index.md) \ No newline at end of file diff --git a/docs/1.10/working_with_projects/create_projects.md b/docs/1.10/working_with_projects/create_projects.md index ea1e55099..b86743e96 100644 --- a/docs/1.10/working_with_projects/create_projects.md +++ b/docs/1.10/working_with_projects/create_projects.md @@ -41,7 +41,7 @@ Project properties can be changed by clicking "Configuration". * To make all repositories under the project accessible to everyone, select the `Public` checkbox. -* To prevent un-signed images under the project from being pulled, select the `Enable content trust` checkbox. +* To prevent un-signed images under the project from being pulled, select the `Enable content trust` checkbox. For more information about content trust, see [Implementing Content Trust](implementing_content_trust.md). ![browse project](../img/project_configuration.png) @@ -53,4 +53,8 @@ Entering a keyword in the search field at the top lists all matching projects an ## What to Do Next -[Assign Users to a Project](add_users.md) \ No newline at end of file +[Assign Users to a Project](add_users.md) + +---------- + +[Back to table of contents](../index.md)