From a0706b15ad94beda39c908f616ba8622ca91517a Mon Sep 17 00:00:00 2001 From: Samia Nneji Date: Tue, 14 Dec 2021 20:20:51 +0000 Subject: [PATCH] Update contributing call to action and links (#4578) * Update contributing links * Redirect from old docs contributor guide * Remove redirect from redirects.yml * Fix redirect * Remove arrow --- blog/config/nav.yml | 2 +- config/nav.yml | 4 ++-- config/redirects.yml | 1 - docs/community/README.md | 4 +--- netlify.toml | 5 +++++ overrides/home.html | 2 +- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/blog/config/nav.yml b/blog/config/nav.yml index 0b908ec5a..d3c50c2e3 100644 --- a/blog/config/nav.yml +++ b/blog/config/nav.yml @@ -6,7 +6,7 @@ nav: - Eventing: /docs/eventing/ - Code samples: /docs/samples/ - Reference: /docs/reference/ - - "Join the Community ➠": /docs/community/ + - "Community": /docs/community/ - Case studies: /docs/about/case-studies/deepc ##################################################### # Blog diff --git a/config/nav.yml b/config/nav.yml index 3d1b2edb1..a827ba683 100644 --- a/config/nav.yml +++ b/config/nav.yml @@ -224,8 +224,8 @@ nav: - Eventing: reference/api/eventing-api.md - Concepts: - Duck types: reference/concepts/duck-typing.md - - "Join the Community ➠": - - Community Overview: community/README.md + - "Community": + - Welcome to the community: community/README.md - Contribute to Knative: community/contributing.md - About the community: community/about.md - Case studies: diff --git a/config/redirects.yml b/config/redirects.yml index c12d63057..1f8d92729 100644 --- a/config/redirects.yml +++ b/config/redirects.yml @@ -146,7 +146,6 @@ plugins: eventing/sources/containersource.md: eventing/custom-event-source/containersource/README.md eventing/sources/pingsource/index.md: eventing/sources/ping-source/README.md eventing/triggers/index.md: eventing/broker/triggers/README.md - help/contributor/README.md: https://github.com/knative/docs/blob/main/contribute-to-docs/README.md install/collecting-logs/index.md: serving/observability/logging/collecting-logs.md install/collecting-metrics/index.md: serving/observability/metrics/collecting-metrics.md install/getting-started-knative-app/index.md: getting-started/README.md diff --git a/docs/community/README.md b/docs/community/README.md index be2c50969..a1958cdca 100644 --- a/docs/community/README.md +++ b/docs/community/README.md @@ -1,6 +1,4 @@ -# Join the community! - -Welcome to the Knative community! +# Welcome to the Knative community! Knative is an open source project that anyone in the community can use, improve, and enjoy. We'd love you to join us! diff --git a/netlify.toml b/netlify.toml index cc212f12e..5c6aa9581 100644 --- a/netlify.toml +++ b/netlify.toml @@ -28,3 +28,8 @@ from = "/about-analytics-cookies/" to = "/development/about-analytics-cookies/" status = 301 + +[[redirects]] + from = "/docs/help/contributor/*" + to = "https://github.com/knative/docs/blob/main/contribute-to-docs/README.md" + status = 301 diff --git a/overrides/home.html b/overrides/home.html index e34aace04..5c41de457 100644 --- a/overrides/home.html +++ b/overrides/home.html @@ -175,7 +175,7 @@ {% include ".icons/fontawesome/brands/github.svg" %}

Contributions Welcome

- Contribute + Contribute

Want to join the fun on Github? New users are always welcome!