@fliegwerk/fliegdoc-dita-theme
v0.0.6
Published
A DITA API Reference generator theme for fliegdoc
Downloads
13
Readme
Welcome to @fliegwerk/fliegdoc-dita-theme 👋
A DITA API Reference generator theme for fliegdoc
Install
npm install --save-dev @fliegwerk/fliegdoc-dita-theme
Usage
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
};
Author
👤 Pablo Klaschka
- Website: https://github.com/pklaschka
- Twitter: @pklaschka2000
- Github: @pklaschka
- LinkedIn: @pklaschka
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator