Skip to content

umami-software/shiso

Repository files navigation

Shiso

Shiso is built with Next.js and MDX. It is designed to run as your docs site directly (similar to Fumadocs/Nextra workflows), not as an embeddable package.

Quick start

pnpm install
pnpm dev

Open http://localhost:8001/docs.

How it works

  • Docs navigation lives in src/docs.json
  • Docs content lives in content/docs/**/*.mdx (or .md)
  • The docs route is src/app/docs/[[...slug]]/page.tsx

Every page in src/docs.json navigation must map to a real file in content/docs.

Common commands

pnpm dev
pnpm build
pnpm start
pnpm lint

License

MIT

About

A content layer for Next.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors