From 9f719f15e710a5d2d4c5a62d25beb250b5786ee1 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Fri, 2 Dec 2022 15:38:55 +0000 Subject: [PATCH] docs snapshot for crossplane version `v1.10` --- content/v1.10/contributing/docs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/v1.10/contributing/docs.md b/content/v1.10/contributing/docs.md index 583efc6d..a84c4c8b 100644 --- a/content/v1.10/contributing/docs.md +++ b/content/v1.10/contributing/docs.md @@ -30,11 +30,11 @@ Crossplane documentation lives in two repositories: repository](https://github.com/crossplane/crossplane) `/docs` directory. * The Crossplane docs website is in the - [crossplane.github.io](https://github.com/crossplane/crossplane.github.io) + [docs](https://github.com/crossplane/docs) repository. Use `crossplane/crossplane` for documentation contributions. -Use `crossplane/crossplane.github.io` for local development or updates involving +Use `crossplane/docs` for local development or updates involving HTML, CSS or Hugo. ### Licensing @@ -368,7 +368,7 @@ matter of the page. The docs website skips pages with `tocHidden:true` when buil ## Docs website The Crossplane document website is in a unique [website GitHub -repository](https://github.com/crossplane/crossplane.github.io). +repository](https://github.com/crossplane/docs). Crossplane uses [Hugo](https://gohugo.io/), a static site generator. Hugo influences the directory structure of the website repository.