Update contributing call to action and links (#4578) (#4581)

* Update contributing links

* Redirect from old docs contributor guide

* Remove redirect from redirects.yml

* Fix redirect

* Remove arrow
This commit is contained in:
Samia Nneji 2021-12-16 18:02:17 +00:00 committed by GitHub
parent b224673e60
commit ead7143b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 8 deletions

View File

@ -6,7 +6,7 @@ nav:
- Eventing: /docs/eventing/ - Eventing: /docs/eventing/
- Code samples: /docs/samples/ - Code samples: /docs/samples/
- Reference: /docs/reference/ - Reference: /docs/reference/
- "Join the Community": /community/ - "Community": /docs/community/
- Case studies: /docs/about/case-studies/deepc - Case studies: /docs/about/case-studies/deepc
##################################################### #####################################################
# Blog # Blog

View File

@ -272,8 +272,8 @@ nav:
- Eventing: reference/api/eventing-api.md - Eventing: reference/api/eventing-api.md
- Concepts: - Concepts:
- Duck types: reference/concepts/duck-typing.md - Duck types: reference/concepts/duck-typing.md
- "Join the Community": - "Community":
- Overview: community/README.md - Welcome to the community: community/README.md
- Contribute to Knative: community/contributing.md - Contribute to Knative: community/contributing.md
- About the community: community/about.md - About the community: community/about.md
- Case studies: - Case studies:

View File

@ -130,7 +130,6 @@ plugins:
eventing/sources/containersource.md: eventing/custom-event-source/containersource/README.md eventing/sources/containersource.md: eventing/custom-event-source/containersource/README.md
eventing/sources/pingsource/index.md: eventing/sources/ping-source/README.md eventing/sources/pingsource/index.md: eventing/sources/ping-source/README.md
eventing/triggers/index.md: eventing/broker/triggers/README.md eventing/triggers/index.md: eventing/broker/triggers/README.md
help/README.md: help/contributor/README.md
install/collecting-logs/index.md: serving/observability/logging/collecting-logs.md install/collecting-logs/index.md: serving/observability/logging/collecting-logs.md
install/collecting-metrics/index.md: serving/observability/metrics/collecting-metrics.md install/collecting-metrics/index.md: serving/observability/metrics/collecting-metrics.md
install/getting-started-knative-app/index.md: getting-started/README.md install/getting-started-knative-app/index.md: getting-started/README.md

View File

@ -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. Knative is an open source project that anyone in the community can use, improve, and enjoy.
We'd love you to join us! We'd love you to join us!

View File

@ -18,3 +18,8 @@
from = "/contributing/" from = "/contributing/"
to = "/community/contributing/" to = "/community/contributing/"
status = 301 status = 301
[[redirects]]
from = "/docs/help/contributor/*"
to = "https://github.com/knative/docs/blob/main/contribute-to-docs/README.md"
status = 301

View File

@ -175,7 +175,7 @@
{% include ".icons/fontawesome/brands/github.svg" %} {% include ".icons/fontawesome/brands/github.svg" %}
</div> </div>
<h4>Contributions Welcome</h4> <h4>Contributions Welcome</h4>
<a href="./help/contributor/" title="Contributing Link" class="md-button">Contribute</a> <a href="./community/contributing/" title="Contributing Link" class="md-button">Contribute</a>
<p>Want to join the fun on Github? New users are always welcome!</p> <p>Want to join the fun on Github? New users are always welcome!</p>
</div> </div>
<div class="pane"> <div class="pane">