From aae008e1e4f3df9d54cdb403ae58e528683e30b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= <583546+oandregal@users.noreply.github.com> Date: Wed, 2 Feb 2022 10:22:18 +0100 Subject: [PATCH] Add page to the handbook --- docs/manifest.json | 6 ++++++ docs/toc.json | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/manifest.json b/docs/manifest.json index 9ba8344f3ed30..0a6a9de90166c 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1919,6 +1919,12 @@ "markdown_source": "../docs/explanations/architecture/full-site-editing-templates.md", "parent": "architecture" }, + { + "title": "Styles", + "slug": "styles", + "markdown_source": "../docs/explanations/architecture/styles.md", + "parent": "architecture" + }, { "title": "Frequently Asked Questions", "slug": "faq", diff --git a/docs/toc.json b/docs/toc.json index 527ac165faa22..1e8e83bfa75c4 100644 --- a/docs/toc.json +++ b/docs/toc.json @@ -274,7 +274,8 @@ }, { "docs/explanations/architecture/full-site-editing-templates.md": [] - } + }, + { "docs/explanations/architecture/styles.md": [] } ] }, { "docs/explanations/faq.md": [] },