You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CLAUDE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,10 @@ npm run test:coverage # Run tests with v8 coverage
26
26
27
27
The project produces two separate Astro builds merged into one output:
28
28
29
-
1.**Main marketing site** (`src/`) — Astro + React + Tailwind. Single-page landing at `/opensearch-agentops-website/`. Configured in root `astro.config.mjs`.
30
-
2.**Documentation site** (`starlight-docs/`) — Astro Starlight. Served at `/opensearch-agentops-website/docs/`. Has its own `package.json` and `astro.config.mjs`. The `build` script runs both and copies Starlight output into `dist/docs/`.
29
+
1.**Main marketing site** (`src/`) — Astro + React + Tailwind. Single-page landing at `/`. Configured in root `astro.config.mjs`.
30
+
2.**Documentation site** (`starlight-docs/`) — Astro Starlight. Served at `/docs/`. Has its own `package.json` and `astro.config.mjs`. The `build` script runs both and copies Starlight output into `dist/docs/`.
31
31
32
-
Both sites use `base: '/opensearch-agentops-website'` (or `/opensearch-agentops-website/docs`) for GitHub Pages deployment. All internal links must respect this base path.
32
+
Both sites use `base: '/'` (or `/docs`) for custom domain deployment at `observability.opensearch.org`. All internal links must respect this base path.
**🌐 Live Site**: [https://opensearch-project.github.io/opensearch-agentops-website/](https://opensearch-project.github.io/opensearch-agentops-website/)
Marketing website and documentation for OpenSearch - Observability Stack - an OpenTelemetry-native observability platform for AI agents and LLM applications.
11
11
@@ -186,7 +186,7 @@ cd starlight-docs
186
186
npm run dev
187
187
```
188
188
189
-
The docs will be available at `http://localhost:4321/opensearch-agentops-website/docs/`
189
+
The docs will be available at `http://localhost:4321/docs/`
0 commit comments