Knowledge Base Generation
The Knowledge Base feature generates a parallel set of Markdown files that mirror your Reverb 2.0 output structure. This enables AI systems to access your documentation content in a format optimized for AI processing and retrieval.
Output Format
When enabled, ePublisher creates a
Knowledge Base.zip archive in the Output directory alongside the index.html entry-point file. The archive contains Markdown (.md) files that match the structure and filenames of the generated Reverb HTML pages.File Structure
The folder structure and filenames within the Knowledge Base archive exactly match those of the Reverb 2.0 output. Each HTML page has a corresponding Markdown file with the same name but with a
.md extension.AI Integration
The Knowledge Base enables AI systems to align their knowledge with your published Reverb output. AI assistants can use these Markdown files to provide accurate, up-to-date answers based on your documentation.
Knowledge Base Output Example
For a Reverb 2.0 output with the following structure:
Output/
├── index.html
├── Knowledge Base.zip
└── Getting Started/
├── introduction.html
└── installation.htmlThe
Knowledge Base.zip archive contains:Getting Started/
├── introduction.md
└── installation.mdLast modified date: 01/21/2026