Hexclave rename PR5: regenerate docs index + llms-full after rebase onto dev

Rebased PR5 onto origin/dev (which now contains the squash-merged friendly-lewin
base + PR4). Regenerated docs-json.generated.ts (hexclave-app slugs + redirects)
and llms-full.txt ([Hexclave App] link text) to match the Step 18 docs renames
on the new base. typecheck + lint green (28/28).
This commit is contained in:
Bilal Godil 2026-06-03 12:21:18 -07:00
parent e1e36dbe9b
commit 28d3aeac98
2 changed files with 17 additions and 5 deletions

View File

@ -34,7 +34,7 @@ The full docs sidebar — generated from the live navigation. Fetch any of these
- [User Fundamentals](https://docs.hexclave.com/guides/getting-started/user-fundamentals)
- [AI Integration](https://docs.hexclave.com/guides/getting-started/ai-integration)
- **Going Further**
- [Stack App](https://docs.hexclave.com/guides/going-further/hexclave-app)
- [Hexclave App](https://docs.hexclave.com/guides/going-further/hexclave-app)
- [Backend Integration](https://docs.hexclave.com/guides/going-further/backend-integration)
- [CLI](https://docs.hexclave.com/guides/going-further/cli)
- [User Metadata](https://docs.hexclave.com/guides/going-further/user-metadata)

View File

@ -77,7 +77,7 @@ const docsJson = {
{
"group": "Going Further",
"pages": [
"guides/going-further/stack-app",
"guides/going-further/hexclave-app",
"guides/going-further/backend-integration",
"guides/going-further/cli",
"guides/going-further/user-metadata"
@ -172,7 +172,7 @@ const docsJson = {
{
"group": "Objects",
"pages": [
"sdk/objects/stack-app"
"sdk/objects/hexclave-app"
]
},
{
@ -195,7 +195,7 @@ const docsJson = {
{
"group": "Hooks",
"pages": [
"sdk/hooks/use-stack-app",
"sdk/hooks/use-hexclave-app",
"sdk/hooks/use-user"
]
}
@ -257,6 +257,18 @@ const docsJson = {
]
},
"redirects": [
{
"source": "/guides/going-further/stack-app",
"destination": "/guides/going-further/hexclave-app"
},
{
"source": "/sdk/objects/stack-app",
"destination": "/sdk/objects/hexclave-app"
},
{
"source": "/sdk/hooks/use-stack-app",
"destination": "/sdk/hooks/use-hexclave-app"
},
{
"source": "/rest-api/overview",
"destination": "/api/overview"
@ -299,7 +311,7 @@ const docsJson = {
},
{
"source": "/others/js-client",
"destination": "/guides/going-further/stack-app"
"destination": "/guides/going-further/hexclave-app"
}
]
} as const;