Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.69 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.69 KB

User Guide

Docify - content oriented static site generator developed in .NET Core. Best suited for developing blogs, technical user documentation, help files.

Features

CLI

NuGet version (Docify) Build status

CLI can be accessed from the command line and published as global .NET Core Tool

To install

dotnet tool install -g docify

Build the site using the build command

docify build --src "{Source Folder}" --out "{Output Folder}"

Library

Build status

Standard library can be installed using the following command

docify library --install

To use the standard library specify the --lib argument and pass the * as parameter

docify build --src "{Source Folder}" --out "{Output Folder}" --lib *