Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.2 KB

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