Configuration & CLI Options
Kabra is configured entirely through command-line arguments.
Available Options
Option |
Description |
|---|---|
|
Required. Path to the directory containing your source Markdown files. |
|
Optional. Path to the directory where the generated HTML files should be placed. Defaults to |
|
Optional. Path to static assets (images, etc.) referenced by your Markdown. These will be copied to |
|
Optional. Path to a custom |
|
Optional. Set the |
|
Display the help message and exit. |
Example Command
Generate a documentation site from a docs/ folder, outputting to a public/ folder, while including static images from assets/:
kabra --src=docs/ --out=public/ --assets=assets/