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
Due to the lack of complete .NET 5 and C# 9.0 support (https://github.com/dotnet/docfx/issues/6790), custom fork of DocFX must be used: https://github.com/GlebChili/docfx/tree/charp-9-workaround-by-tanner-gooding. It contains workaround by [Tanner Gooding](https://github.com/tannergooding).
3
+
Docs must be build with [DocFX Version 2.58](https://github.com/dotnet/docfx) or greater. DocFX version 3.x is not (yet) supported.
4
+
5
+
Build instructions (given that DocFX is in your `PATH`):
6
+
7
+
To build docs (compiled docs artifacts will be in the `_site` folder)
8
+
```
9
+
[Path to GmodDotNet repo]\docfx_project> docfx .\docfx.json
10
+
```
11
+
12
+
To host a local http server and preview docs locally:
13
+
```
14
+
[Path to GmodDotNet repo]\docfx_project> docfx .\docfx.json --serve
0 commit comments