mirror of https://github.com/knative/docs.git
* Update contributing links * Redirect from old docs contributor guide * Remove redirect from redirects.yml * Fix redirect * Remove arrow
This commit is contained in:
parent
b224673e60
commit
ead7143b45
|
@ -6,7 +6,7 @@ nav:
|
|||
- Eventing: /docs/eventing/
|
||||
- Code samples: /docs/samples/
|
||||
- Reference: /docs/reference/
|
||||
- "Join the Community ➠": /community/
|
||||
- "Community": /docs/community/
|
||||
- Case studies: /docs/about/case-studies/deepc
|
||||
#####################################################
|
||||
# Blog
|
||||
|
|
|
@ -272,8 +272,8 @@ nav:
|
|||
- Eventing: reference/api/eventing-api.md
|
||||
- Concepts:
|
||||
- Duck types: reference/concepts/duck-typing.md
|
||||
- "Join the 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:
|
||||
|
|
|
@ -130,7 +130,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/README.md: help/contributor/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
|
||||
|
|
|
@ -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!
|
||||
|
|
|
@ -18,3 +18,8 @@
|
|||
from = "/contributing/"
|
||||
to = "/community/contributing/"
|
||||
status = 301
|
||||
|
||||
[[redirects]]
|
||||
from = "/docs/help/contributor/*"
|
||||
to = "https://github.com/knative/docs/blob/main/contribute-to-docs/README.md"
|
||||
status = 301
|
||||
|
|
|
@ -175,7 +175,7 @@
|
|||
{% include ".icons/fontawesome/brands/github.svg" %}
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
<div class="pane">
|
||||
|
|
Loading…
Reference in New Issue