forked from knative/docs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix links in community (knative#857)
- Loading branch information
1 parent
71cc1c1
commit 0cd5a44
Showing
13 changed files
with
64 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
title: "Contributing to the Knative documentation" | ||
linkTitle: "Contributing to docs" | ||
weight: 20 | ||
type: "docs" | ||
--- | ||
|
||
**First off, thanks for taking the time to contribute!** | ||
|
@@ -14,7 +15,7 @@ propose changes to this document in a pull request. | |
|
||
### Code of conduct | ||
|
||
Knative follows the [Knative Code of Conduct](./CODE-OF-CONDUCT.md). By | ||
Knative follows the [Knative Code of Conduct](./CODE-OF-CONDUCT/). By | ||
participating, you are expected to uphold this code. Please report unacceptable | ||
behavior to [email protected]. | ||
|
||
|
@@ -38,7 +39,7 @@ see a problem with the documentation, submit an issue using the following steps: | |
When you create a bug report, include as many details as possible and | ||
include suggested fixes to the issue. If you know which Knative component | ||
your bug is related to, you can assign the appropriate | ||
[Working Group Lead](./WORKING-GROUPS.md). | ||
[Working Group Lead](./WORKING-GROUPS/). | ||
- **Feature request**: For upcoming changes to the documentation or requests | ||
for more information on a particular subject. | ||
|
||
|
@@ -50,7 +51,7 @@ documentation issues should go in the `docs` repository. | |
|
||
### Working group | ||
|
||
The [Knative Documentation Working Group](./WORKING-GROUPS.md#documentation) | ||
The [Knative Documentation Working Group](./WORKING-GROUPS/#documentation) | ||
meets weekly on Tuesdays and alternates between a 9am PT and a 4:30pm PT time to | ||
accommodate contributors in both the EMEA and APAC timezones. | ||
[Click here](https://calendar.google.com/calendar/embed?src=google.com_18un4fuh6rokqf8hmfftm5oqq4%40group.calendar.google.com) | ||
|
@@ -67,7 +68,7 @@ There are a couple different ways to jump in to the Knative doc set: | |
[Good First Issue](https://github.com/knative/docs/labels/kind%2Fgood-first-issue). | ||
- Run through the [install guide](../install/README.md) for the platform of your | ||
choice, as well as the | ||
[Getting Started with Knative App Deployment](../install/getting-started-knative-app.md) | ||
[Getting Started with Knative App Deployment](../install/getting-started-knative-app/) | ||
guide, and keep a | ||
[friction log](https://devrel.net/developer-experience/an-introduction-to-friction-logging) | ||
of the experience. What was hard for you? Then open a PR with a few | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
_Important_. Before proceeding, please review the Knative community | ||
[Code of Conduct](CODE-OF-CONDUCT.md). | ||
[Code of Conduct](./CODE-OF-CONDUCT/). | ||
|
||
If you any have questions or concerns, please contact the authors at | ||
[email protected]. | ||
|
@@ -21,25 +21,25 @@ improving docs, giving talks, etc. | |
|
||
Other Documents | ||
|
||
- [Code of Conduct](CODE-OF-CONDUCT.md) - all contributors must abide by the | ||
- [Code of Conduct](./CODE-OF-CONDUCT/) - all contributors must abide by the | ||
code of conduct | ||
- [Contributing to Knative](CONTRIBUTING.md) - guidelines and advice on becoming | ||
- [Contributing to Knative](./CONTRIBUTING/) - guidelines and advice on becoming | ||
a contributor | ||
- [Working Groups](WORKING-GROUPS.md) - describes our various working groups | ||
- [Working Group Processes](WORKING-GROUP-PROCESSES.md) - describes how working | ||
- [Working Groups](./WORKING-GROUPS/) - describes our various working groups | ||
- [Working Group Processes](./WORKING-GROUP-PROCESSES/) - describes how working | ||
groups operate | ||
- [Technical Oversight Committee](TECH-OVERSIGHT-COMMITTEE.md) - describes our | ||
- [Technical Oversight Committee](./TECH-OVERSIGHT-COMMITTEE/) - describes our | ||
technical oversight committee | ||
- [Steering Committee](STEERING-COMMITTEE.md) - describes our steering committee | ||
- [Community Roles](ROLES.md) - describes the roles individuals can assume | ||
- [Steering Committee](./STEERING-COMMITTEE/) - describes our steering committee | ||
- [Community Roles](./ROLES/) - describes the roles individuals can assume | ||
within the Knative community | ||
- [Reviewing and Merging Pull Requests](REVIEWING.md) - how we manage pull | ||
- [Reviewing and Merging Pull Requests](./REVIEWING/) - how we manage pull | ||
requests | ||
|
||
## Introduction | ||
|
||
Knative is a Kubernetes-based platform to build, deploy, and manage modern | ||
serverless workloads. See [Knative docs](https://github.com/knative/docs) for | ||
serverless workloads. See [Knative docs](../docs) for | ||
in-depth information about using Knative. | ||
|
||
## Knative authors | ||
|
@@ -56,23 +56,23 @@ tools, platforms, languages, and products. By submitting a tutorial you can | |
share your experience and help others who are solving similar problems. | ||
|
||
Community tutorials are stored in Markdown files on | ||
[GitHub](./samples/README.md) where they can be reviewed and edited by the | ||
[GitHub](../community/samples/) where they can be reviewed and edited by the | ||
community. | ||
|
||
Please submit a Pull Request to the community sample directory under the Knative | ||
component that your tutorial highlights - [Serving](./samples/serving/), | ||
[Eventing](./samples/eventing/), or [Build](./samples/build/). A reviewer will | ||
component that your tutorial highlights - [Serving](../community/samples/serving/), | ||
[Eventing](../community/samples/eventing/), or [Build](../community/samples/build/). A reviewer will | ||
be assigned to review your submission. They'll work with you to ensure your | ||
submission meets the [style guide](DOCS-CONTRIBUTING.md), but it helps if you | ||
submission meets the [style guide](./DOCS-CONTRIBUTING.md), but it helps if you | ||
follow it as you write your tutorial. | ||
|
||
## Meetings and work groups | ||
|
||
Knative has public and recorded bi-weekly community meetings. | ||
|
||
Each project has one or more [working groups](WORKING-GROUPS.md) driving the | ||
Each project has one or more [working groups](./WORKING-GROUPS/) driving the | ||
project, and Knative as a single | ||
[technical oversight community](TECH-OVERSIGHT-COMMITTEE.md) monitoring the | ||
[technical oversight community](./TECH-OVERSIGHT-COMMITTEE/) monitoring the | ||
overall project. | ||
|
||
## How can I help | ||
|
@@ -96,7 +96,7 @@ following resources are available for you: | |
- [Knative Users](https://groups.google.com/forum/#!forum/knative-users) | ||
- [Knative Developers](https://groups.google.com/forum/#!forum/knative-dev) | ||
|
||
For contributors to Knative, we also have [Knative Slack](SLACK-GUIDELINES.md). | ||
For contributors to Knative, we also have [Knative Slack](./SLACK-GUIDELINES/). | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.