Chapter 041 min read
Platform Features
What CCHP does — and a live check of the docs toolchain.
Product feature docs are coming soon. This page doubles as a live check that the documentation toolchain (callouts, math, diagrams, code, tabs) renders.
Callouts#
Nextra callouts render.
Math (KaTeX)#
Inline , and a block:
Diagram (Mermaid)#
Request flow through the CCHP gatewayCode (with copy button)#
export const hello = (name: string) => `Hello, ${name}`Tabs#
npm
npm installbun
bun install