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
Main library for Payroll Engine clients, including all required dependencies:
4
-
- Function controllers (local scripting development)
4
+
- Function controllers (local script development)
5
5
- Function invokers
6
6
- JSON schemas
7
7
8
+
## HTML documentantion
9
+
The client scripting library contains static HTML documentation for client developers. This is created using [docx](https://github.com/dotnet/docfx)[MIT]. The following commands are available in the `docfx` folder:
10
+
-`Static.Build` - builds the static HTML content (output is the `_site` subdirectory)
11
+
-`Static.Static` - opens the static help (`_site\index.html`)
12
+
-`Server.Start` - start the static help on http://localhost:4037/ (dark mode support)
13
+
8
14
## Build
9
15
Supported runtime environment variables:
10
-
-*PayrollEnginePackageDir* - the NuGet package target direcotry (optional)
16
+
-*PayrollEnginePackageDir* - the NuGet package destination directory (optional)
0 commit comments