Documentation for the language FanScript
Documentation in markdown format can be found here
Example "games" can be found here
Some information was copied from the Fancade Wiki
- Make sure you have installed dotnet 8 sdk
- Run
dotnet build -c Release
in FanScript.DocumentationGenerator/
- Update the generator and/or files in DocSrc/ (do not change files in MdDocs/, they will be overwritten)
- Build
- Copy
From FanScript.DocumentationGenerator\bin\Release\net8.0 to the top directory
FanScript.DocumentationGenerator.deps.json FanScript.DocumentationGenerator.dll FanScript.DocumentationGenerator.exe FanScript.DocumentationGenerator.runtimeconfig.json
- Run FanScript.DocumentationGenerator.exe
- PRs with modified FanScript.dll will be rejected