From 5010bf5fe0e7904fb21e5b06fa476d670ebcd950 Mon Sep 17 00:00:00 2001 From: Harvey Date: Mon, 26 Oct 2020 00:07:12 -0400 Subject: [PATCH] Clarify sidebars editing --- docs/support/project-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/support/project-structure.md b/docs/support/project-structure.md index 8c1bb6cd9e..9720c4db3e 100644 --- a/docs/support/project-structure.md +++ b/docs/support/project-structure.md @@ -44,7 +44,7 @@ the code. where we keep all of our documentation Markdown files. These ends up on http://backstage.io/docs. Just keep in mind that changes to the [`sidebars.json`](https://github.com/spotify/backstage/blob/master/microsite/sidebars.json) - file also needs to be updated. + file may be needed as sections are added/removed. - [`.editorconfig`](https://github.com/spotify/backstage/tree/master/.editorconfig) - A configuration file used by most common code editors.