dalyIsaac / Whim

Pluggable dynamic window manager for Windows🏗️🪟
https://dalyisaac.github.io/Whim/
MIT License
184 stars 10 forks source link

Docs revamp #1046

Closed dalyIsaac closed 1 month ago

dalyIsaac commented 1 month ago

To run the docs locally:

dotnet tool restore
cd docs
dotnet docfx .\docfx.json --serve

Unfortunately, every time you make a change to the docs, you need to rebuild the docs. This can take a while. If you just need to make a change to the markdown, you can clear the metadata field in docfx.json, and run:

dotnet docfx build .\docfx.json

Changes