A DITA API Reference generator theme for fliegdoc
npm install --save-dev @fliegwerk/fliegdoc-dita-theme
In your fliegdoc.config.js
(or other applicable config file names for fliegdoc), set theme
to FliegdocDITATheme
:
// fliegdoc.config.js
const { FliegdocDITATheme } = require('@fliegwerk/fliegdoc-dita-theme');
module.exports = {
// [...]
theme: FliegdocDITATheme
};
👤 Pablo Klaschka
- Website: https://github.com/pklaschka
- Twitter: @pklaschka2000
- Github: @pklaschka
- LinkedIn: @pklaschka
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator