From 0acbd342768087f93fea84a94abe3a2bda91257c Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Fri, 28 Feb 2025 10:11:21 -0600 Subject: [PATCH] updates following sig Signed-off-by: aramissennyeydd --- docs/golden-path/{adoptions => adoption}/meta.md | 0 docs/golden-path/plugins/backend/meta.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/golden-path/{adoptions => adoption}/meta.md (100%) diff --git a/docs/golden-path/adoptions/meta.md b/docs/golden-path/adoption/meta.md similarity index 100% rename from docs/golden-path/adoptions/meta.md rename to docs/golden-path/adoption/meta.md diff --git a/docs/golden-path/plugins/backend/meta.md b/docs/golden-path/plugins/backend/meta.md index 73091f0dde..4507a934d5 100644 --- a/docs/golden-path/plugins/backend/meta.md +++ b/docs/golden-path/plugins/backend/meta.md @@ -33,7 +33,7 @@ This section should contain learnings from successful Backstage deployments abou ## Creating your first plugin -This section should be extremely deliberate in showing readers every step of the way to create a plugin using Backstage's best practices. A reader that finishes this section should feel extremely comfortable adding and installing new plugins regardless of their experience with JS/TS and Backstage. +This section should be extremely deliberate in showing readers every step of the way to create a plugin using Backstage's best practices. A reader that finishes this section should feel extremely comfortable creating new plugins and how to install and use plugins regardless of their experience with JS/TS and Backstage. ### Setting up your environment