Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 539 Bytes

File metadata and controls

23 lines (15 loc) · 539 Bytes

Documentation

This repository hosts the Documentation for Netick.

Contributing Guide

The documentation of Netick is built using docfx. The documentation articles are located at articles, and they are written using markdown format.

Getting Started

Installing docfx:

dotnet tool install -g docfx

Serving the docs on localhost:

docfx --serve

Adding New Articles

Make a new page at articles, and link it in articles\toc.md.