LPAI AI 游戏编辑器文档

Start Here

LP_AI Docs

A starter documentation shell living inside the LP_AI single-page app.

# LP_AI Docs

This page is rendered from a local Markdown file, but it lives inside the LP_AI Vue app at /docs.

# What this scaffold already supports

  • Sidebar navigation driven by Markdown metadata
  • Address-bar anchors such as /docs/overview#what-this-scaffold-already-supports
  • Internal doc links without leaving the SPA
  • Markdown rendering with code blocks, tables, callouts, images, SVG, and raw HTML

# Try the navigation

# Hash navigation

Open this page with a hash, for example:

/docs/overview#hash-navigation

The router will keep the address bar in sync and scroll to the matching section.

Use the search box in the docs sidebar. The current scaffold searches document titles, descriptions, headings, and Markdown body text.

# Next steps

This is only the frame. After this, we can add:

  • Better syntax highlighting
  • Auto-generated breadcrumbs
  • Versioned docs
  • Algolia or Pagefind search
  • Shared MD components for tips, API cards, and feature demos