@factor/theme-docs

A markdown based documentation theme for Factor.

Usage no npm install needed!

<script type="module">
  import factorThemeDocs from 'https://cdn.skypack.dev/@factor/theme-docs';
</script>

README

Factor Docs Theme

A markdown based documentation theme for Factor.

Live demo: https://docs-theme.factor.dev/


Installing & Customizing Themes

Install

To install theme just add to your Factor app's project dependencies:

$ cd my-project
$ yarn add @factor/theme-docs

Customize

This theme uses Factor's native theme settings system.

Copy the factor-settings.js file and place in your applications source folder src.

Edit the settings you'd like to change, the result will be merged with the theme settings file.

Documentation