From 65d93c24af8a5fc621a5cee36477a8f3c884db4d Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Fri, 9 Dec 2022 15:52:23 -0800 Subject: [PATCH] Extensions: link to dev docs --- docs/integrations-in-rancher/rancher-extensions.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/integrations-in-rancher/rancher-extensions.md b/docs/integrations-in-rancher/rancher-extensions.md index a8ae65d3b1a..8ae5ba5dc24 100644 --- a/docs/integrations-in-rancher/rancher-extensions.md +++ b/docs/integrations-in-rancher/rancher-extensions.md @@ -77,4 +77,8 @@ Under the **Installed** tab, click the **Rollback** button on the extension you You must reload the page after rolling back extensions or display issues may occur. -::: \ No newline at end of file +::: + +## Developing Extensions + +To learn how to develop your own extensions, refer to the [UI DevKit Documentation](https://rancher.github.io/dashboard/plugins/plugins-getting-started).