Files
documenso/apps/docs
roshboi 1b1e3d197b Add "Apply Your License Key" self-hosting guide (#3077)
Adds a dedicated self-hosting page documenting how to apply an
Enterprise license key, and cross-links it from the related docs.

New page: self-hosting/configuration/license.mdx — "Apply Your License
Key"
Set NEXT_PRIVATE_DOCUMENSO_LICENSE_KEY (Docker Compose / docker run /
.env tabs)
2026-07-08 16:11:49 +10:00
..
2026-05-08 16:04:22 +10:00
2026-02-27 22:05:27 +11:00
2026-05-08 16:04:22 +10:00
2026-05-18 22:25:48 +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.