From e91d276bb20cfa16da4f22cdbc0a1f679ade7862 Mon Sep 17 00:00:00 2001 From: Nate W <4453979+nate-double-u@users.noreply.github.com> Date: Tue, 7 Dec 2021 11:05:05 -0800 Subject: [PATCH] moving services file to docs folder. Copy edit of docs/README file Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com> --- docs/README.md | 5 +++-- services.md => docs/services.md | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename services.md => docs/services.md (100%) diff --git a/docs/README.md b/docs/README.md index 675ec8b..6f832a2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,4 @@ -# CNCF Techdocs how-to's +# CNCF Techdocs how-tos + +This directory contains documentation on how the CNCF TechDocs team does things. While its intent is for the CNCF TechDocs team's use, we encourage project maintainers to use these documents if you find them helpful! -This directory contains documentation on how the CNCF techdocs does things. While it is intended for the CNCF techdocs teams' use, we encourage project maintainers to use these documents if you find them helpful! \ No newline at end of file diff --git a/services.md b/docs/services.md similarity index 100% rename from services.md rename to docs/services.md