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:
IP_TOKEN=ipat_xxx \
npx @internalpage/cli pages create ./runbook.md --slug incident-runbookUpdate the same private URL when the source changes:
IP_TOKEN=ipat_xxx \
npx @internalpage/cli pages update pg_xxx ./runbook.mdMarkdown is rendered as a GitHub-like document. The source file remains the version source, but viewers see the rendered page by default.