Feat/toc component (#33964)

* test fuma toc

* make toc work

* ok toc

* ui-patterns toc

* fix types

* cleanup

* fix overflow issues

* cleanup

* fix loading w

* Update apps/docs/components/GuidesTableOfContents.tsx

* fix prettier

* format

* install deps

* target ES2018

* tweak regex

* update docs test snapshots

* fix useSubscribeTocRerender
This commit is contained in:
Francesco Sansalvadore
2025-03-05 23:10:02 +01:00
committed by GitHub
parent 1413671941
commit d24df14aab
29 changed files with 1498 additions and 260 deletions

View File

@@ -60,6 +60,13 @@
"pnpm": ">=9",
"node": ">=20"
},
"keywords": ["postgres", "firebase", "storage", "functions", "database", "auth"],
"keywords": [
"postgres",
"firebase",
"storage",
"functions",
"database",
"auth"
],
"packageManager": "pnpm@9.15.5"
}