Use CasesMarkdown Docs

Markdown Docs

Use internalpage for Markdown documents that should be easy to share internally without moving them into a wiki or collaborative editor.

Good fits:

  • RFCs and architecture notes
  • incident runbooks
  • launch checklists
  • release notes
  • generated summaries from scripts or AI tools

Create a Markdown page:

npx @internalpage/cli auth login
npx @internalpage/cli pages create ./runbook.md --slug incident-runbook

Update the same private URL when the source changes:

npx @internalpage/cli pages update pg_xxx ./runbook.md

Markdown is rendered as a GitHub-like document. The source file remains the version source, but viewers see the rendered page by default.