mirror of
https://github.com/documenso/documenso.git
synced 2026-07-07 03:24:58 +10:00
94adea149d
Refresh README/docs for the current stack, add a security policy, note the external-PR pause, and remove dead config and workflows.
17 lines
561 B
Markdown
17 lines
561 B
Markdown
# @documenso/docs
|
|
|
|
The Documenso documentation site, built with [Next.js](https://nextjs.org/) and [Fumadocs](https://fumadocs.dev/). Published at [docs.documenso.com](https://docs.documenso.com).
|
|
|
|
Content lives under `content/docs/` as MDX. See [WRITING_STYLE.md](../../WRITING_STYLE.md) for the documentation writing conventions.
|
|
|
|
```bash
|
|
# From the monorepo root
|
|
npm run dev --filter=@documenso/docs
|
|
```
|
|
|
|
## Structure
|
|
|
|
- `content/docs/`: Documentation pages (MDX).
|
|
- `lib/source.ts`: Content source adapter.
|
|
- `lib/layout.shared.tsx`: Shared layout options.
|