Skip to content

fliegwerk/fliegdoc-dita-theme

Repository files navigation

Welcome to @fliegwerk/fliegdoc-dita-theme 👋

License: MIT Twitter: pklaschka2000

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

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator