Skip to content

Commit 115624f

Browse files
davidhadaspsschwei
andauthored
rename sandbox to extensions - manual (knative#5661)
* rename sandbox to extensiopns - manual * Update config/redirects.yml Co-authored-by: Paul Schweigert <[email protected]> * fix redirect * Update docs/eventing/custom-event-source/custom-event-source/README.md Co-authored-by: Paul Schweigert <[email protected]> * Update docs/community/governance.md Co-authored-by: Paul Schweigert <[email protected]> --------- Co-authored-by: Paul Schweigert <[email protected]>
1 parent bbe9a0d commit 115624f

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

config/redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ plugins:
5656
community/contributing/contributing.md: https://github.com/knative/community/blob/main/CONTRIBUTING.md
5757
community/contributing/governance.md: https://github.com/knative/community/blob/main/GOVERNANCE.md
5858
community/contributing/mechanics.md: https://github.com/knative/community/tree/main/mechanics
59-
community/contributing/mechanics/creating-a-sandbox-repo.md: https://github.com/knative/community/blob/main/mechanics/CREATING-A-SANDBOX-REPO.md
59+
community/contributing/mechanics/creating-an-extensions-repo.md: https://github.com/knative/community/blob/main/mechanics/CREATING-AN-EXTENSIONS-REPO.md
6060
community/contributing/mechanics/feature-tracks.md: https://github.com/knative/community/blob/main/mechanics/FEATURE-TRACKS.md
6161
community/contributing/mechanics/golang-policy.md: https://github.com/knative/community/blob/main/mechanics/GOLANG-POLICY.md
6262
community/contributing/mechanics/release-schedule.md: https://github.com/knative/community/blob/main/mechanics/RELEASE-SCHEDULE.md

contribute-to-docs/style-guide/word-and-phrase-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For the correct spellings of words, see [Merriam-Webster](https://www.merriam-we
2323
| Knative&nbsp;Eventing | eventing<br>Eventing&nbsp;Component | |
2424
| Knative&nbsp;Service<br>Service | Knative&nbsp;service<br>service<br>ksvc<br>svc | |
2525
| Knative&nbsp;Serving | serving<br>Serving&nbsp;Component | |
26-
|\`knative/docs\`&nbsp;GitHub&nbsp;repository | Knative&nbsp;Docs&nbsp;repo<br>Docs&nbsp;repo | This is true for every Knative repo, such as Sandbox, etc. |
26+
|\`knative/docs\`&nbsp;GitHub&nbsp;repository | Knative&nbsp;Docs&nbsp;repo<br>Docs&nbsp;repo | This is true for every Knative repo, such as Extensions, etc. |
2727
| Kubernetes | kubernetes | |
2828
| later | below | Don't use directional language to refer to a position in a document. |
2929
| might | may | Reserve "may" for official policy or legal considerations. To convey possibility, use "can" or "might". To convey permission, use "can". |

docs/client/kn-plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ An event source plugin has the following characteristics:
1515

1616
## List of Knative plugins
1717

18-
You can view all available `kn` plugins in the [Knative Sandbox repository](https://github.com/orgs/knative-extensions/repositories?q=kn+plugin&type=all&language=&sort=).
18+
You can view all available `kn` plugins in the [Knative Extensions repository](https://github.com/orgs/knative-extensions/repositories?q=kn+plugin&type=all&language=&sort=).
1919

20-
<!--TODO: If we're including the following table, the Client WG must be responsible for ensuring that the table is kept up to date, otherwise it should be removed from the docs and just the link to the sandbox repo should be provided-->
20+
<!--TODO: If we're including the following table, the Client WG must be responsible for ensuring that the table is kept up to date, otherwise it should be removed from the docs and just the link to the extensions repo should be provided-->
2121

2222
| Plugin | Description | Available via Homebrew? |
2323
| --- | --- | :---: |

docs/community/governance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ election process for our technical oversight committee.
6565
- [Repository Guidelines](https://github.com/knative/community/blob/main/REPOSITORY-GUIDELINES.md):
6666
how we create and remove core repositories.
6767

68-
- [Sandbox repo process](https://github.com/knative/community/blob/main/mechanics/CREATING-A-SANDBOX-REPO.md):
68+
- [Extensions repo process](https://github.com/knative/community/blob/main/mechanics/CREATING-AN-EXTENSIONS-REPO.md):
6969
how to create a repo in the [`knative-extensions`](https://github.com/knative-extensions) GitHub org.
7070

7171
- [Feature tracks](https://github.com/knative/community/blob/main/mechanics/FEATURE-TRACKS.md):

docs/eventing/custom-event-source/custom-event-source/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This type of integration requires more effort than using some simpler integratio
77
!!! note
88
If you have created a new event source type that is not a part of the core Knative project, you can open a pull request to add it to the list of [Third-Party Sources](../../sources/#third-party-sources), and announce the new source in the [#knative-eventing Slack channel](https://cloud-native.slack.com/archives/C04LMU33V1S).
99

10-
You can also add your event source to the [`knative-extensions`](https://github.com/knative-extensions) organization, by following the instructions to [create a sandbox repository](https://github.com/knative/community/blob/main/mechanics/CREATING-A-SANDBOX-REPO.md).
10+
You can also add your event source to the [`knative-extensions`](https://github.com/knative-extensions) organization, by following the instructions to [create a extensions repository](https://github.com/knative/community/blob/main/mechanics/CREATING-AN-EXTENSIONS-REPO.md).
1111

1212
## Required components
1313

docs/eventing/experimental-features/delivery-retryafter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ spec:
6565
implementations, such as Channels or Sources, actually implement support
6666
for the field. The shared `HTTPMessageSender.SendWithRetries()` logic has
6767
been enhanced to support this feature, and all implementations using it to
68-
perform retries will automatically benefit. Sandbox implementations not
68+
perform retries will automatically benefit. Extensions implementations not
6969
based on this shared library, for example RabbitMQ or Google Pub/Sub, would
7070
require additional development effort to respect the `retryAfterMax` field.

docs/functions/language-packs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ For more information see the [language pack](https://github.com/knative/func/blo
77
## Using external Git repositories
88

99
When creating a new function, a Git repository can be specified as the source
10-
for the template files. The Knative Sandbox maintains a set of [example templates](https://github.com/knative-extensions/func-tastic){target=_blank} which can be used during project creation.
10+
for the template files. The Knative Extensions maintains a set of [example templates](https://github.com/knative-extensions/func-tastic){target=_blank} which can be used during project creation.
1111

1212
For example, you can run the following command to use the [`metacontroller`](https://metacontroller.github.io/metacontroller/){target=_blank} template for Node.js:
1313

@@ -19,13 +19,13 @@ func create myfunc -l nodejs -t metacontroller --repository https://github.com/k
1919

2020
Language packs can be installed locally by using the [`func repository`](https://github.com/knative/func/blob/main/docs/reference/func_repository.md){target=_blank} command.
2121

22-
For example, to add the Knative Sandbox example templates, you can run the following command:
22+
For example, to add the Knative Extensions example templates, you can run the following command:
2323

2424
```{ .console }
2525
func repository add knative https://github.com/knative-extensions/func-tastic
2626
```
2727

28-
After the Knative Sandbox example templates are installed, you can use the `metacontroller` template by specifying the `knative` prefix in the `create` command:
28+
After the Knative Extensions example templates are installed, you can use the `metacontroller` template by specifying the `knative` prefix in the `create` command:
2929

3030
```{ .console }
3131
func create -t knative/metacontroller -l nodejs my-controller-function

0 commit comments

Comments
 (0)