Skip to content

Motion-Core/motion-core-docs-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT Svelte SvelteKit TypeScript

Motion Core Documentation Template

A reusable SvelteKit docs template for launching branded documentation fast.

This repository provides a ready-to-use docs app with configurable SEO, navigation, interactive docs UI, OG image generation, and mdsvex content structure.

Quick Start

bun install
bun run dev

App runs in apps/web.

Configure For A New Project

Update these files first:

  • apps/web/src/lib/config/site.ts - site name, description, keywords, links, package metadata, canonical URL.
  • apps/web/src/lib/config/branding.ts - logo source and brand label used in shared UI.
  • apps/web/src/lib/config/navigation.ts - manual sidebar structure and docs order.
  • apps/web/src/lib/config/docs-ui.ts - search, TOC, doc actions, pagination, package manager tabs, theme defaults.

Then adjust docs content:

  • apps/web/src/routes/docs/**/* - page content (.svx) and docs routes.

Common Commands

bun run dev
bun run check
bun run lint
bun run build
bun run deploy:web

License

MIT. See LICENSE.

About

Official documentation template for Motion Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors