From 8a3f10e8c97d32683b343fa00c0acbbd391652f3 Mon Sep 17 00:00:00 2001 From: Jeffrey Sica Date: Mon, 12 Feb 2024 22:54:18 -0600 Subject: [PATCH 1/5] stub out cncf resources section. move tag-cs-specific videos under about (where tag-cs is more referenced) Signed-off-by: Jeffrey Sica --- website/content/resources/_index.md | 6 ++++-- website/content/resources/glossary.md | 1 + website/content/resources/how-to/_index.md | 6 ++++++ .../resources/how-to/change-affiliation.md | 3 +++ .../content/resources/how-to/change-email.md | 3 +++ .../content/resources/newsletters/_index.md | 6 ++++++ .../resources/project-services/_index.md | 19 +++++++++++++++++++ .../resources/project-services/cicd/_index.md | 3 +++ .../project-services/cncf-support/_index.md | 3 +++ .../license-scanners/_index.md | 3 +++ .../technical-writing/_index.md | 3 +++ website/content/resources/videos/_index.md | 2 +- 12 files changed, 55 insertions(+), 3 deletions(-) create mode 100644 website/content/resources/how-to/_index.md create mode 100644 website/content/resources/how-to/change-affiliation.md create mode 100644 website/content/resources/how-to/change-email.md create mode 100644 website/content/resources/newsletters/_index.md create mode 100644 website/content/resources/project-services/_index.md create mode 100644 website/content/resources/project-services/cicd/_index.md create mode 100644 website/content/resources/project-services/cncf-support/_index.md create mode 100644 website/content/resources/project-services/license-scanners/_index.md create mode 100644 website/content/resources/project-services/technical-writing/_index.md diff --git a/website/content/resources/_index.md b/website/content/resources/_index.md index 52acce53..3c16d712 100644 --- a/website/content/resources/_index.md +++ b/website/content/resources/_index.md @@ -2,5 +2,7 @@ title: Resources menu: main: - weight: 60 ---- \ No newline at end of file + weight: 40 +--- + +A collection of useful guides and tools for CNCF projects and maintainers. Open Source isn't easy, but here are some resources to help you out in your journey. \ No newline at end of file diff --git a/website/content/resources/glossary.md b/website/content/resources/glossary.md index 0347a8ca..80d85e0d 100644 --- a/website/content/resources/glossary.md +++ b/website/content/resources/glossary.md @@ -1,6 +1,7 @@ --- title: Glossary linkTitle: Glossary +weight: 3 --- # Introduction diff --git a/website/content/resources/how-to/_index.md b/website/content/resources/how-to/_index.md new file mode 100644 index 00000000..505afd2e --- /dev/null +++ b/website/content/resources/how-to/_index.md @@ -0,0 +1,6 @@ +--- +title: How to +weight: 2 +--- + +Many common requests can be handled in a self-serve way. Here are some of the frequent questions or requests we get. \ No newline at end of file diff --git a/website/content/resources/how-to/change-affiliation.md b/website/content/resources/how-to/change-affiliation.md new file mode 100644 index 00000000..8e195ddb --- /dev/null +++ b/website/content/resources/how-to/change-affiliation.md @@ -0,0 +1,3 @@ +--- +title: Change Affiliation +--- \ No newline at end of file diff --git a/website/content/resources/how-to/change-email.md b/website/content/resources/how-to/change-email.md new file mode 100644 index 00000000..4cfdee72 --- /dev/null +++ b/website/content/resources/how-to/change-email.md @@ -0,0 +1,3 @@ +--- +title: Change Email +--- \ No newline at end of file diff --git a/website/content/resources/newsletters/_index.md b/website/content/resources/newsletters/_index.md new file mode 100644 index 00000000..e0f019f8 --- /dev/null +++ b/website/content/resources/newsletters/_index.md @@ -0,0 +1,6 @@ +--- +title: Project Newsletters +weight: 4 +--- + +The CNCF sends out monthly project newsletters, called the Cloud Native Project Monthly (CNPM). This is a collection of news and announcements just for our maintainers. Here is an archive of previous months' newsletters. \ No newline at end of file diff --git a/website/content/resources/project-services/_index.md b/website/content/resources/project-services/_index.md new file mode 100644 index 00000000..1ef1a3be --- /dev/null +++ b/website/content/resources/project-services/_index.md @@ -0,0 +1,19 @@ +--- +title: Project Services +weight: 1 +--- + +The CNCF offers a strong backbone of services to open source projects, built around the goal of sustaining most project needs outside of just code management and technical decisions. We offer an enhanced set of services via professional [staff] that cultivate the maturity and increased adoption of cloud native, open source projects. We take a data driven approach to working with our project and maintainer community; we actively [survey] to improve our services and community satisfaction. + +These services are offered as part of community stability, but do not replace developers on the projects themselves and are never meant to be in the critical path of a project release or a full time resource. Our goal in providing these shared services is to cultivate CNCF’s graduating and incubating projects, and offer sandbox projects the space to grow into incubating projects. + +CNCF hosts [graduated], [incubating], and [sandbox] projects. While we offer a shared set of services for all of our projects, we don’t provide substantial marketing services for sandbox projects as they are meant to be early stage projects that need a lightweight neutral home to grow naturally. Sandbox projects are prioritized lower for project services versus their incubating and graduated project peers. + +Finally, this list isn’t meant to be an exhaustive list of services offered by the foundation. There may be things your project needs help with that isn’t listed here and it’s completely OK to reach out to [staff] via the [CNCF ServiceDesk] and ask for help. + +[staff]: https://www.cncf.io/people/staff/ +[survey]: https://github.com/cncf/surveys/tree/master/maintainer +[graduated]: https://www.cncf.io/projects/ +[incubating]: https://www.cncf.io/projects/ +[sandbox]: https://www.cncf.io/sandbox-projects/ +[CNCF ServiceDesk]: https://cncfservicedesk.atlassian.net/servicedesk/customer/portal/1 \ No newline at end of file diff --git a/website/content/resources/project-services/cicd/_index.md b/website/content/resources/project-services/cicd/_index.md new file mode 100644 index 00000000..3b2cf685 --- /dev/null +++ b/website/content/resources/project-services/cicd/_index.md @@ -0,0 +1,3 @@ +--- +title: CI/CD Tooling +--- \ No newline at end of file diff --git a/website/content/resources/project-services/cncf-support/_index.md b/website/content/resources/project-services/cncf-support/_index.md new file mode 100644 index 00000000..050ce561 --- /dev/null +++ b/website/content/resources/project-services/cncf-support/_index.md @@ -0,0 +1,3 @@ +--- +title: CNCF Support +--- \ No newline at end of file diff --git a/website/content/resources/project-services/license-scanners/_index.md b/website/content/resources/project-services/license-scanners/_index.md new file mode 100644 index 00000000..20d470ed --- /dev/null +++ b/website/content/resources/project-services/license-scanners/_index.md @@ -0,0 +1,3 @@ +--- +title: License Scanners +--- \ No newline at end of file diff --git a/website/content/resources/project-services/technical-writing/_index.md b/website/content/resources/project-services/technical-writing/_index.md new file mode 100644 index 00000000..0e550153 --- /dev/null +++ b/website/content/resources/project-services/technical-writing/_index.md @@ -0,0 +1,3 @@ +--- +title: Technical Writing +--- \ No newline at end of file diff --git a/website/content/resources/videos/_index.md b/website/content/resources/videos/_index.md index 5ec02cf1..968e05c8 100644 --- a/website/content/resources/videos/_index.md +++ b/website/content/resources/videos/_index.md @@ -1,6 +1,6 @@ --- title: TAG Contributor Strategy Videos -linkTitle: Videos +linkTitle: TAG-CS Videos description: Videos of past conference talks from TAG Contributor Strategy --- From ba9f66e4b1316783e7333a8e2727c04a1a5ad12f Mon Sep 17 00:00:00 2001 From: Jeffrey Sica Date: Wed, 14 Feb 2024 10:25:20 -0600 Subject: [PATCH 2/5] include descriptions for the new sections (for consistency) Signed-off-by: Jeffrey Sica --- website/content/resources/glossary.md | 1 + website/content/resources/how-to/_index.md | 1 + website/content/resources/newsletters/_index.md | 1 + website/content/resources/project-services/_index.md | 1 + 4 files changed, 4 insertions(+) diff --git a/website/content/resources/glossary.md b/website/content/resources/glossary.md index 80d85e0d..8f790260 100644 --- a/website/content/resources/glossary.md +++ b/website/content/resources/glossary.md @@ -1,6 +1,7 @@ --- title: Glossary linkTitle: Glossary +description: A glossary of CNCF-specific terms, including CNCF group acronyms or how projects are organized within our ecosystem. weight: 3 --- # Introduction diff --git a/website/content/resources/how-to/_index.md b/website/content/resources/how-to/_index.md index 505afd2e..369dff1c 100644 --- a/website/content/resources/how-to/_index.md +++ b/website/content/resources/how-to/_index.md @@ -1,5 +1,6 @@ --- title: How to +description: A collection of common requests that can be handled in a self-serve way. weight: 2 --- diff --git a/website/content/resources/newsletters/_index.md b/website/content/resources/newsletters/_index.md index e0f019f8..1776dd87 100644 --- a/website/content/resources/newsletters/_index.md +++ b/website/content/resources/newsletters/_index.md @@ -1,6 +1,7 @@ --- title: Project Newsletters weight: 4 +description: The archive of monthly project newsletters, called the Cloud Native Project Monthly (CNPM). --- The CNCF sends out monthly project newsletters, called the Cloud Native Project Monthly (CNPM). This is a collection of news and announcements just for our maintainers. Here is an archive of previous months' newsletters. \ No newline at end of file diff --git a/website/content/resources/project-services/_index.md b/website/content/resources/project-services/_index.md index 1ef1a3be..832babe1 100644 --- a/website/content/resources/project-services/_index.md +++ b/website/content/resources/project-services/_index.md @@ -1,6 +1,7 @@ --- title: Project Services weight: 1 +description: A collection of services offered to CNCF projects. --- The CNCF offers a strong backbone of services to open source projects, built around the goal of sustaining most project needs outside of just code management and technical decisions. We offer an enhanced set of services via professional [staff] that cultivate the maturity and increased adoption of cloud native, open source projects. We take a data driven approach to working with our project and maintainer community; we actively [survey] to improve our services and community satisfaction. From 20245829d3e3be0129957fd2f7dd2682594b31bf Mon Sep 17 00:00:00 2001 From: Jeffrey Sica Date: Wed, 28 Feb 2024 12:45:52 -0600 Subject: [PATCH 3/5] Update website/content/resources/project-services/technical-writing/_index.md Co-authored-by: Ali Ok Signed-off-by: Jeffrey Sica --- .../resources/project-services/technical-writing/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/content/resources/project-services/technical-writing/_index.md b/website/content/resources/project-services/technical-writing/_index.md index 0e550153..7e3c0c1b 100644 --- a/website/content/resources/project-services/technical-writing/_index.md +++ b/website/content/resources/project-services/technical-writing/_index.md @@ -1,3 +1,5 @@ --- title: Technical Writing ---- \ No newline at end of file +--- + +Please see https://www.cncf.io/services-for-projects/#technical-documentation From f007683d2ed1b4bb304f62db93b400a64b34b839 Mon Sep 17 00:00:00 2001 From: Jeffrey Sica Date: Wed, 28 Feb 2024 12:45:58 -0600 Subject: [PATCH 4/5] Update website/content/resources/project-services/cicd/_index.md Co-authored-by: Ali Ok Signed-off-by: Jeffrey Sica --- website/content/resources/project-services/cicd/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/content/resources/project-services/cicd/_index.md b/website/content/resources/project-services/cicd/_index.md index 3b2cf685..f274dfc0 100644 --- a/website/content/resources/project-services/cicd/_index.md +++ b/website/content/resources/project-services/cicd/_index.md @@ -1,3 +1,5 @@ --- title: CI/CD Tooling ---- \ No newline at end of file +--- + +Please see https://www.cncf.io/services-for-projects/#continuous-integration \ No newline at end of file From 9550f41a1ec77168e53680b12745849a351d8044 Mon Sep 17 00:00:00 2001 From: Jeffrey Sica Date: Wed, 28 Feb 2024 12:46:04 -0600 Subject: [PATCH 5/5] Update website/content/resources/project-services/license-scanners/_index.md Co-authored-by: Ali Ok Signed-off-by: Jeffrey Sica --- .../resources/project-services/license-scanners/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/content/resources/project-services/license-scanners/_index.md b/website/content/resources/project-services/license-scanners/_index.md index 20d470ed..e8cdd1b4 100644 --- a/website/content/resources/project-services/license-scanners/_index.md +++ b/website/content/resources/project-services/license-scanners/_index.md @@ -1,3 +1,5 @@ --- title: License Scanners ---- \ No newline at end of file +--- + +Please see https://www.cncf.io/services-for-projects/#legal-services \ No newline at end of file