From 267f8c9f3afe393c12aaa9aba6bbbf36047908cb Mon Sep 17 00:00:00 2001 From: Julian Cable Date: Wed, 16 Aug 2023 18:26:34 +0100 Subject: [PATCH] Updated view and edit files section --- en-US/Design.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/en-US/Design.xml b/en-US/Design.xml index d1cf53d..f9acd84 100644 --- a/en-US/Design.xml +++ b/en-US/Design.xml @@ -636,7 +636,9 @@ STEP 14: COMMIT ...output omitted... localhost/nexus:latest If the file to edit is empty or does not exist, do not highlight any content to add. - You can also use here documents to describe how to create a file with required content. The syntax of here documents varies by system, shell, language, and so on. The following example creates the my-script file in the current directory, with the example content. + You can also use here documents to describe how to create a file with required content. + For more information about here documents, see + The syntax of here documents varies by system, shell, language, and so on. The following example creates the my-script file in the current directory, with the example content. my-script @@ -649,6 +651,7 @@ STEP 14: COMMIT ...output omitted... localhost/nexus:latest +
Using Host and Usernames Correctly