Skip to content
/ docify Public

Content oriented static site generator with the support of markdown, razor pages, plugins in .NET Core, includes, layouts, etc. Ideal for user guides, technical documentation, blogs etc.

License

Notifications You must be signed in to change notification settings

xarial/docify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 *

About

Content oriented static site generator with the support of markdown, razor pages, plugins in .NET Core, includes, layouts, etc. Ideal for user guides, technical documentation, blogs etc.

Topics

Resources

License

Stars

Watchers

Forks