From a5a9827d9c804d5c7cc07ce032d0669dae30a75a Mon Sep 17 00:00:00 2001 From: Nolan Brubaker Date: Mon, 2 Dec 2019 14:37:25 -0800 Subject: [PATCH] Document common GitHub topic for plugins (#2091) * Document common GitHub topic for plugins Signed-off-by: Nolan Brubaker --- site/docs/master/overview-plugins.md | 5 ++++- site/docs/v1.2.0/overview-plugins.md | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/site/docs/master/overview-plugins.md b/site/docs/master/overview-plugins.md index 06aa2ae37..83b086e99 100644 --- a/site/docs/master/overview-plugins.md +++ b/site/docs/master/overview-plugins.md @@ -19,6 +19,9 @@ Anyone can add integrations for any platform to provide additional backup and vo After you publish your plugin on your own repository, open a PR that adds a link to it under the appropriate list of [supported providers][3] page in our documentation. +You can also add the [`velero-plugins` GitHub Topic][4] to your repo, and it will be shown under the aggregated list of repositories automatically. + [1]: https://github.com/vmware-tanzu/velero-plugin-example/ [2]: custom-plugins.md -[3]: supported-providers.md \ No newline at end of file +[3]: supported-providers.md +[4]: https://github.com/topics/velero-plugin diff --git a/site/docs/v1.2.0/overview-plugins.md b/site/docs/v1.2.0/overview-plugins.md index 66ebfb518..83b086e99 100644 --- a/site/docs/v1.2.0/overview-plugins.md +++ b/site/docs/v1.2.0/overview-plugins.md @@ -19,6 +19,9 @@ Anyone can add integrations for any platform to provide additional backup and vo After you publish your plugin on your own repository, open a PR that adds a link to it under the appropriate list of [supported providers][3] page in our documentation. +You can also add the [`velero-plugins` GitHub Topic][4] to your repo, and it will be shown under the aggregated list of repositories automatically. + [1]: https://github.com/vmware-tanzu/velero-plugin-example/ [2]: custom-plugins.md [3]: supported-providers.md +[4]: https://github.com/topics/velero-plugin