From 8e434302cdcc3245135900c4bf34204866386295 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Fri, 22 Dec 2023 22:10:58 +0100 Subject: [PATCH] docs: remove link Signed-off-by: Vincenzo Scamporlino --- docs/frontend-system/architecture/03-extensions.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/frontend-system/architecture/03-extensions.md b/docs/frontend-system/architecture/03-extensions.md index ad3364e2f0..817426d19d 100644 --- a/docs/frontend-system/architecture/03-extensions.md +++ b/docs/frontend-system/architecture/03-extensions.md @@ -293,8 +293,6 @@ app: title: 'Backstage' ``` -For further information on how to write documentation please follow the architecture section on this (TODO: Link). - ## Extension Creators With creating an extension by using `createExtension(...)` you have the advantage that the extension can be anything in your Backstage application. We realised that this comes with the trade-off of having to repeat boilerplate code for similar building blocks. Here extension creators come into play for covering common building blocks in Backstage like pages using `createPageExtension`, themes using the `createThemeExtension` or items for the navigation using `createNavItemExtension`.