From cc4ca7fe9d4f3ccf8b2f1ead4570f1812c252989 Mon Sep 17 00:00:00 2001 From: Tobi Date: Mon, 17 Nov 2025 16:17:28 +0100 Subject: [PATCH] added table of contents (#2609) * added table of contents * fixed lint error * fixed package.json review * added foldedable table of contents * added foldedable table of contents * added foldedable table of contents * added foldedable table of contents * added foldedable table of contents --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 4b752b259..77ec37089 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,35 @@ They provide an unopinionated, white-label layer that can be extended to your ow Explore the Lion Guides  ▶

+
+

Table of Contents

+ +
+ ## Astro migration - Keep using `/docs` on the root level as we used it in the `master` branch. The documentation is copied into Astro related directories on `npm run start` and when when anything in `/docs` is updated.