WebPage: https://nfdi4plants.github.io/ISADotNet-docs/ ISADotNet: https://github.com/nfdi4plants/ISADotNet
After initializing this template please replace two placeholder variables:
src/generators/layout.fsx
, replace"placeholder"
inlet baseUrl = "placeholder"
with the correct base url. See example above.src/loaders/docsloader.fsx
, replace"placeholder"
inlet productionBasePath = "placeholder"
with the repository name if for example hosted on GitHub pages.
Then run the following commands to get started:
dotnet tool restore
, will restore local dotnet tools fornax and paket.dotnet paket install
, will download the Nfdi4Plants.Fornax library.cd src
->dotnet fornax watch
Done! 🎉 You can now open your static website on http://127.0.0.1:8080
Check out the docs for usage here.