DocsDemo Test Page

Demo Test Page

A test documentation page demonstrating all block types

Last updated: January 24, 2026

Demo Test Page

This is a test documentation page created to verify the docs system is working correctly.

Test Page

This page was auto-generated for testing purposes. It demonstrates the block types available in HERA docs.

Block Type Examples

Below are examples of the various block types supported by the docs renderer.

Code Block

example.ts
// Example TypeScript code
const greeting = "Hello, HERA!";
console.log(greeting);
typescript

Steps Block

1

Step One

This is the first step in the process.

2

Step Two

This is the second step in the process.

3

Step Three

This is the third and final step.

Callout Variants

Success

This is a success callout for positive messages.

Warning

This is a warning callout for cautionary messages.

Danger

This is a danger callout for critical warnings.


End of test page. All block types rendered successfully!