Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 645 Bytes

File metadata and controls

18 lines (10 loc) · 645 Bytes

APSIM.Docs

APSIM.Docs is a Blazor Web App that uses ApsimX tutorial and Validation files to display documentation.

How to use

Local Development

Local development can be conducted if you have the ApsimX repository as a 'sibling' in the same directory. NET8.0 is required to run the app locally.

Running the container

Use the deploy script to build and run the container. Once running the container can be viewed at http://localhost:8080/

Adding a new doc

In Program.cs add the required model type to the modelsToDocument list. Next create a new DocLink for the model with the required data.