Files
documenso/apps/docs
ephraimduncan 4e87121bef docs: fix workflows, authentication, error codes and id formats
- workflows: flat pagination shape, signing URLs via /envelope/distribute, pending version value
- authentication: tokens are team-scoped; fix expiry options and use GET /envelope for the check
- recipients: envelope IDs use the envelope_ prefix format, not cuid
- common-errors: add ENVELOPE_CANCELLED, ENVELOPE_TSP_LOCKED and CSC_* codes
2026-07-30 22:04:01 +00:00
..
2026-07-23 13:57:09 +10:00
2026-02-27 22:05:27 +11:00
2026-05-08 16:04:22 +10:00
2026-02-27 22:05:27 +11:00
2026-02-27 22:05:27 +11:00
2026-05-08 16:04:22 +10:00

@documenso/docs

The Documenso documentation site, built with Next.js and Fumadocs. Published at docs.documenso.com.

Content lives under content/docs/ as MDX. See WRITING_STYLE.md for the documentation writing conventions.

# 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.