@concourse/docs.tredis is the documentation application for the next version of Tredis. It renders MDX content from docs/tredis.
Complete the repository quick start. Then run:
pnpm devThe root command also starts foreground Maildev and Drizzle Studio. Press Ctrl+C to stop all repository development processes.
Open http://localhost:3002.
The content source is outside this app:
docs/
└── tredis/
├── *.md
└── *.mdxAdd Tredis documentation under docs/tredis.
Do not add content pages under apps/docs.tredis.
lib/source.ts defines the Tredis documentation source with defineDocs. The application does not publish docs/tredis.
Use frontmatter and navigation files that match the existing Fumadocs content. Open the local app after each content change.
The app provides:
/docs for rendered documentation./api/search for search data./llms.txt and /llms-full.txt for language-model readers./llms.mdx/docs/... for processed page content./og/docs/... for generated Open Graph images.Do not move the content source without updating lib/source.ts and every generated source link.
Run these commands from the repository root:
| Command | Purpose |
|---|---|
pnpm dev | Start every development app |
pnpm --filter @concourse/docs.tredis check-types | Generate route types and run TypeScript |
pnpm --filter @concourse/docs.tredis build | Build this app with Turbopack |
pnpm --filter @concourse/docs.tredis start | Start this production build |
pnpm build | Build all deployable apps |
pnpm verify | Run all repository merge gates |
Use a docs.tredis Vercel project with root directory apps/docs.tredis. Keep access to workspace
files outside the root directory enabled.
The app needs docs/tredis and shared workspace packages during its build. It has no application secrets.
The documentation app deploys independently from the Concourse application.
Verify /docs, /api/search, the LLM routes, and an Open Graph image after each deployment.
@concourse/docs.tredis is the documentation application for the next version of Tredis. It renders MDX content from docs/tredis.
Complete the repository quick start. Then run:
pnpm devThe root command also starts foreground Maildev and Drizzle Studio. Press Ctrl+C to stop all repository development processes.
Open http://localhost:3002.
The content source is outside this app:
docs/
└── tredis/
├── *.md
└── *.mdxAdd Tredis documentation under docs/tredis.
Do not add content pages under apps/docs.tredis.
lib/source.ts defines the Tredis documentation source with defineDocs. The application does not publish docs/tredis.
Use frontmatter and navigation files that match the existing Fumadocs content. Open the local app after each content change.
The app provides:
/docs for rendered documentation./api/search for search data./llms.txt and /llms-full.txt for language-model readers./llms.mdx/docs/... for processed page content./og/docs/... for generated Open Graph images.Do not move the content source without updating lib/source.ts and every generated source link.
Run these commands from the repository root:
| Command | Purpose |
|---|---|
pnpm dev | Start every development app |
pnpm --filter @concourse/docs.tredis check-types | Generate route types and run TypeScript |
pnpm --filter @concourse/docs.tredis build | Build this app with Turbopack |
pnpm --filter @concourse/docs.tredis start | Start this production build |
pnpm build | Build all deployable apps |
pnpm verify | Run all repository merge gates |
Use a docs.tredis Vercel project with root directory apps/docs.tredis. Keep access to workspace
files outside the root directory enabled.
The app needs docs/tredis and shared workspace packages during its build. It has no application secrets.
The documentation app deploys independently from the Concourse application.
Verify /docs, /api/search, the LLM routes, and an Open Graph image after each deployment.