Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This file provides guidance to WARP (warp.dev) when working with code in this re

## Project Overview

Tiger Data documentation site built on Astro + Starlight using the Stainless Docs Platform (`@stainless-api/docs`). Documentation content is sourced from three sibling repositories: `timescaledb`, `pgai`, and `pgvectorscale`. Includes experimental AI chat via `@stainless-api/docs-ai-chat`.
Tiger Data documentation site built on Astro + Starlight using the Stainless Docs Platform (`@stainless-api/docs`). Documentation content is sourced from three sibling repositories: `timescaledb`, `pgai`, and `pgvectorscale`.

## Commands

Expand Down
4 changes: 1 addition & 3 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { join } from "node:path";
import { defineConfig } from "astro/config";
import type { AstroIntegration } from "astro";
import { generateAPIReferenceItems, stainlessDocs } from "@stainless-api/docs";
import aiChat from "@stainless-api/docs-ai-chat/plugin";
import starlightLlmsTxt from "starlight-llms-txt";
import rehypeBasePath from "./src/plugins/rehype-base-path";
import remarkResolveConstantsInHeadings from "./src/plugins/remark-resolve-constants-in-headings";
Expand Down Expand Up @@ -289,8 +288,7 @@ export default defineConfig({
// ],
experimental: {
...(DOCS_LOCAL_WITHOUT_STAINLESS ? { disableStainlessProseIndexing: true } : {}),
aiChat: aiChat(),
starlightCompat: {
starlightCompat: {
components: {
Head: "./src/components/Head.astro",
Header: "./src/components/Header.astro",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"@fontsource/geist-sans": "^5.2.5",
"@sentry/astro": "^10.48.0",
"@stainless-api/docs": "0.1.0-beta.125",
"@stainless-api/docs-ai-chat": "0.1.0-beta.53",
"@stainless-api/ui-primitives": "0.1.0-beta.49",
"astro": "^6.1.6",
"lucide-react": "^0.575.0",
Expand All @@ -36,7 +35,8 @@
"react-dom": "^19.2.4",
"sharp": "^0.34.5",
"starlight-links-validator": "^0.20.1",
"starlight-llms-txt": "0.8.0"
"starlight-llms-txt": "0.8.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "^22.19.15",
Expand Down
Loading
Loading