Skip to content

iamgoatedaf/documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lighter MCP — documentation site

This folder is a Mintlify project. The contents get deployed automatically by Mintlify whenever they're pushed to the main branch on GitHub.

Local preview

Requires Node.js ≥ 20.17.

# from the repo root
cd website
npm install
npm run dev
# open http://localhost:3000

The CLI watches the folder and live-reloads on every save.

Project layout

website/
├── docs.json                  # site config (theme, navigation, branding)
├── index.mdx                  # landing page (hero + cards)
├── logo/                      # light / dark logos rendered in the header
├── favicon.svg
├── get-started/               # onboarding pages
├── tools/                     # MCP tool reference (one page per family)
├── reference/                 # internals: safety, confirmations, audit, CLI
├── adapters/                  # per-agent setup (Cursor, Claude, Codex, …)
├── guides/                    # end-to-end walkthroughs
└── security/                  # threat model + disclaimer

Deployment

  1. Sign in at mintlify.com/start and link the repo. Mintlify installs a GitHub App that auto-deploys every push that touches website/.
  2. Your site is reachable at https://<your-project>.mintlify.app immediately after the first build.
  3. Optional: attach a custom domain (e.g. docs.lighter-mcp.xyz) from the Mintlify dashboard.

Editing rules

  • All content pages are MDX (.mdx). Frontmatter requires title and description.
  • Use built-in components (<Card>, <CardGroup>, <Steps>, <Tabs>, <CodeGroup>, <Note>, <Warning>, <ParamField>, <ResponseField>, …) — they're already styled by the theme.
  • Cross-page links are relative to the docs root (/tools/read, not /tools/read.mdx).
  • Run npm run broken-links before opening a PR.

Source of truth

When tool behavior, schemas, or safety semantics change in the Python code, update the corresponding Mintlify page in the same PR. The CI job in .github/workflows/docs.yml enforces that any change under lighter_mcp/tools_*.py also touches website/tools/*.mdx.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from mintlify/starter