Latest
- Install the global tool
dotnet tool install --global Tanka.DocsGen
- Add tanka-docs.yml configuration file to root of your repo
- Add some sections with markdown docs and tanka-docs-section.yml
- Run the tool in the directory with tanka-docs.yml
tanka-docs
- Output will be generated to output (example:
gh-pages
)
- Install dotnet-serve https://github.com/natemcmaster/dotnet-serve
- Run dotnet serve in the output folder
dotnet serve