feat(hooks): Hook System Documentation (#14307)

This commit is contained in:
Edilmo Palencia
2025-12-03 10:57:05 -08:00
committed by GitHub
parent f588219bb9
commit 8d4082ef2e
5 changed files with 2418 additions and 0 deletions

View File

@@ -193,6 +193,23 @@
}
]
},
{
"label": "Hooks",
"items": [
{
"label": "Introduction",
"slug": "docs/hooks"
},
{
"label": "Writing hooks",
"slug": "docs/hooks/writing-hooks"
},
{
"label": "Best practices",
"slug": "docs/hooks/best-practices"
}
]
},
{
"label": "IDE integration",
"items": [