Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Latest commit

 

History

History

README.md

MADE.NET UI Documentation

This folder contains source code for the generation of MADE.NET UI's documentation.

Contributing to the docs

Install dependencies

Download and install docfx on your computer.

MacOS

brew install docfx

Windows

choco install docfx

Running locally

docfx .\docfx.json --serve

This will run the docs on http://localhost:8080