From 26f7017f650cc73a820131f91bfc5f88c1f7cf73 Mon Sep 17 00:00:00 2001 From: Eeshaan Sawant Date: Sat, 21 Feb 2026 14:01:13 +0530 Subject: [PATCH] Add Plugins section Signed-off-by: Eeshaan Sawant --- docs/content/en/docs-v1.0.x/plugins/_index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/content/en/docs-v1.0.x/plugins/_index.md diff --git a/docs/content/en/docs-v1.0.x/plugins/_index.md b/docs/content/en/docs-v1.0.x/plugins/_index.md new file mode 100644 index 0000000000..905a23803e --- /dev/null +++ b/docs/content/en/docs-v1.0.x/plugins/_index.md @@ -0,0 +1,10 @@ +--- +title: "Plugins" +linkTitle: "Plugins" +weight: 2 +description: > + Learn more about Plugins in PipeCD v1. +--- + +> **Note:** +> The Plugins section is a work in progress. Check back soon. Happy PipeCDing!