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
4 changes: 2 additions & 2 deletions packages/docs/src/content/docs/ai-tools/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It provides:
- **Component documentation** — pages, props, events, and slots.
- **Live content** — read on demand from `coreui.io`, always matching the latest release.
- **Cross-framework links** — where each component is documented for Angular, Bootstrap, React, and Vue.
- **Coverage of Bootstrap, React, and Vue** from a single server.
- **Coverage of Angular, Bootstrap, React, and Vue** from a single server.

The server runs locally over stdio via `npx` — no global install required.

Expand Down Expand Up @@ -118,7 +118,7 @@ Once connected, your assistant can call the following tools:

| Flag | Environment variable | Default | Description |
| --- | --- | --- | --- |
| `--framework <list>` | `COREUI_DOCS_FRAMEWORKS` | `bootstrap,react,vue` | Enabled editions (comma-separated). The first is the default for tools. |
| `--framework <list>` | `COREUI_DOCS_FRAMEWORKS` | `angular,bootstrap,react,vue` | Enabled editions (comma-separated). The first is the default for tools. |
| `--base-url <url>` | `COREUI_DOCS_BASE_URL` | `https://coreui.io` | Origin of the CoreUI site. The `/<framework>/docs` path is appended automatically — override only for a staging or self-hosted mirror. |
| `--ttl <minutes>` | `COREUI_DOCS_TTL_MINUTES` | `360` | Cache freshness window. |
| — | `COREUI_DOCS_CACHE_DIR` | OS cache directory | On-disk cache location. |
Expand Down
2 changes: 2 additions & 0 deletions packages/docs/src/content/docs/components/chart/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "React Chart.js Component"
name: "Chart"
description: "React wrapper for Chart.js 4.x, the most popular charting library."
css:
- "https://cdn.jsdelivr.net/npm/@coreui/chartjs@4.2.0/dist/css/coreui-chartjs.min.css"
---

import { ChartLineExample } from './examples/ChartLineExample'
Expand Down
Loading