From c8938e5a020f8027db32ec0921be9940c9c9ef2e Mon Sep 17 00:00:00 2001 From: Nate W Date: Fri, 14 Jun 2024 15:20:25 -0700 Subject: [PATCH] removing reference to the CNCF Hugo Netlify Starter repo Signed-off-by: Nate W --- docs/repo-setup.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/repo-setup.md b/docs/repo-setup.md index e70a460..f9f062b 100644 --- a/docs/repo-setup.md +++ b/docs/repo-setup.md @@ -40,11 +40,6 @@ For documentation this means you must: [CC-BY-4.0 license](./LICENSE-docs). ``` - For the footer, see - [cncf/hugo-netlify-starter](https://github.com/cncf/hugo-netlify-starter/blob/main/layouts/partials/footer.html) - contains a basic implementation, where the year and project name are - parameterized. - 2. Add both the CC-BY-4.0 `LICENCE-docs` and Apache 2.0 `LICENCE` files to the root directory of the documentation. For a plain text versions of both, see [cncf/project-template](https://github.com/cncf/project-template)