You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'GrazeDocs is a static site generator for creating documentation for your projects.'
12
+
---
13
+
```
14
+
dotnet tool install -g GrazeDocs
15
+
```
16
+
17
+
GrazeDocs is a static site generator for creating documentation for your projects. The content is created using Markdown which GrazeDocs converts into a beautiful web site. GrazeDocs provides a live preview feature which allows you to focus on writing your content.
18
+
19
+
The default theme is optimized for technical documentation sites. GrazeDocs is open source and MIT licensed.
20
+
21
+
Source code is available through https://github.com/mikoskinen/GrazeDocs
0 commit comments