Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 804 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 804 Bytes

Tanka Documentation Generator

  • master

Latest

Install

  1. Install the global tool
dotnet tool install --global Tanka.DocsGen
  1. Add tanka-docs.yml configuration file to root of your repo
  2. Add some sections with markdown docs and tanka-docs-section.yml
  3. Run the tool in the directory with tanka-docs.yml
tanka-docs
  1. Output will be generated to output (example: gh-pages)

Serve

  1. Install dotnet-serve https://github.com/natemcmaster/dotnet-serve
  2. Run dotnet serve in the output folder
dotnet serve