8000 GitHub - prisma/web: ๐Ÿ“š Prisma Documentation
[go: up one dir, main page]

Skip to content

prisma/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4,777 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Prisma Documentation

PRs Welcome Discord

This repository is a pnpm monorepo containing the Prisma documentation, blog, design system docs, and shared packages.

Repository structure

Path Description
apps/docs Prisma documentation site (Next.js + Fumadocs)
apps/blog Prisma blog
apps/eclipse Eclipse design system documentation
packages/eclipse Eclipse design system component library (@prisma-docs/eclipse)
packages/ui Shared UI components and utilities (@prisma-docs/ui)

See each appโ€™s README.md for more detail.

Contributing

New contributors are welcome. Read the contributing guide before submitting changes.

Run locally

From the repository root:

pnpm install
pnpm dev

This starts all apps via Turbo:

To run a single app:

pnpm --filter docs dev      # docs only
pnpm --filter blog dev      # blog only
pnpm --filter eclipse dev   # eclipse design system docs only

Build

pnpm build

To build and serve the docs site:

pnpm --filter docs build
pnpm --filter docs start

Scripts

Script Description
pnpm lint:links Validate internal and external links (docs)
pnpm lint:code Lint code blocks in MDX (docs)
pnpm lint:spellcheck Spell-check content (docs)
pnpm format Format code (.md / .mdx excluded โ€” see note below)

Content

  • Docs โ€” apps/docs/content/docs/ (latest), apps/docs/content/docs.v6/ (versioned). Sidebar structure comes from meta.json in each folder. See Fumadocs collections.
  • Blog โ€” apps/blog/content/blog/ (MDX with authors, dates, hero images).
  • Eclipse โ€” apps/eclipse/content/design-system/ (component docs).

Note on formatting

.md and .mdx files are not formatted by Prettier because they use MDX 3, which Prettier does not support. See prettier/prettier#12209.

About

๐Ÿ“š Prisma Documentation

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors 740

Languages

0