Skip to content
Honen Academy

Docs

Documentation file formats

GitHub Documentation

GitHub Documentation brings supported documents and referenced repository images into Honen. Use these formats when maintaining a documentation folder.

Format What to include
Markdown (.md, .markdown) Headings, text, lists, tables, links, fenced code, and inline or reference-style images.
MDX (.mdx) Documentation content. Custom React components and application code are not executed.
HTML (.html, .htm) Semantic document content, including headings, tables, and image tags. Scripts and styling are omitted.
Images Commit the image and reference it from a document. Relative paths resolve from the document's folder.

Example: a referenced repository screenshot

The image below is stored beside the documentation in GitHub and copied to Honen's image storage during sync.

Honen course composer with an outcome-based brief and a processed playbookA course brief names the audience, source, and intended outcome.

Before publishing

  1. Commit the document and every referenced asset.
  2. Refresh the linked Knowledge Base folder.
  3. Open the synced page and confirm its title, formatting, and images.
  4. Open the published academy as a visitor and verify the same content.