diff --git a/docs-mintlify/llms-full.txt b/docs-mintlify/llms-full.txt index 8664e261e..f97a50f62 100644 --- a/docs-mintlify/llms-full.txt +++ b/docs-mintlify/llms-full.txt @@ -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) diff --git a/packages/shared/src/ai/unified-prompts/skill-site-prompt-parts/docs-json.generated.ts b/packages/shared/src/ai/unified-prompts/skill-site-prompt-parts/docs-json.generated.ts index 7dde2faa6..7de65323c 100644 --- a/packages/shared/src/ai/unified-prompts/skill-site-prompt-parts/docs-json.generated.ts +++ b/packages/shared/src/ai/unified-prompts/skill-site-prompt-parts/docs-json.generated.ts @@ -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;