2026-07-18 17:01:34 -04:00
2025-04-01 15:54:13 -04:00
2025-04-01 15:54:13 -04:00
2026-07-03 13:32:10 -06:00
2026-07-03 13:37:39 -06:00
2026-03-24 10:31:23 -06:00
2025-04-01 15:54:13 -04:00
2026-02-13 13:42:48 -07:00
2026-03-24 10:31:23 -06:00
2026-07-03 13:32:10 -06:00
2026-07-03 13:32:10 -06:00
2026-03-24 10:31:23 -06:00
2026-07-03 13:37:39 -06:00
2025-04-01 15:54:13 -04:00
2025-04-01 15:54:13 -04:00

For more details regarding the setup see: shadcn-docs-nuxt.

Setup

Make sure to install the dependencies:


# bun
bun install

Development Server

Start the development server on http://localhost:3000

bun run dev

Production

Build the application for production:

bun run build

Locally preview production build:

bun run preview

Generate Docs Artifacts

To generate docs artifacts, run:

bun run docs:artifacts

This creates or updates:

  • public/studio-docs.txt with all markdown content and YAML frontmatter removed.
  • public/sitemap.xml with canonical https://docs.msty.ai/studio docs routes.
  • public/llms.txt with an LLM-friendly index of canonical docs pages.
S
Description
No description provided
Readme 18 MiB
Languages
Vue 39.9%
JavaScript 27.3%
TypeScript 26.9%
CSS 5.9%