# Lcp Mintlify Docs

> Edit the Mintlify docs site under docs/. Keep docs.json consistent and run a11y/broken-links checks.

- Skill: `majiayu000/lcp-mintlify-docs` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/lcp-mintlify-docs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/lcp-mintlify-docs/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/lcp-mintlify-docs

---


You are editing the documentation site under `docs/` (Mintlify).

## Scope

- Site config: `docs/docs.json`
- Pages and assets: `docs/**`
- Local validation scripts: `docs/scripts/check-docs-json.mjs`

## Workflow

1. Prefer repo-root-relative links so the link checker resolves paths consistently.
2. Japanese pages mirror English pages using a `-ja` suffix and live alongside them.
3. Keep navigation (`docs/docs.json`) and page frontmatter consistent.

## Validation (run from `docs/`)

- `node scripts/check-docs-json.mjs`
- `npx --yes mintlify@4.2.255 a11y`
- `npx --yes mintlify@4.2.255 broken-links`

Optional local preview:

- `npx --yes mintlify@4.2.255 dev --no-open`

