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
The scripting library which determines the commonality between the backend and the clients:
3
+
The scripting library that defines the commonality between the backend and the clients:
4
4
- Scripting functions
5
5
- Scripting runtime
6
6
- Script parsers
7
7
- System scripts
8
8
9
+
## HTML documentantion
10
+
The client scripting library contains static HTML documentation for scripting developers. This is created using [docx](https://github.com/dotnet/docfx)[MIT]. The following commands are available in the `docfx` folder:
11
+
-`Static.Build` - builds the static HTML content (output is the `_site` subdirectory)
12
+
-`Static.Static` - opens the static help (`_site\index.html`)
13
+
-`Server.Start` - start the static help on http://localhost:5865/ (dark mode support)
14
+
9
15
## Build
10
16
Supported runtime environment variables:
11
-
-*PayrollEnginePackageDir* - the NuGet package target direcotry (optional)
17
+
-*PayrollEnginePackageDir* - the NuGet package destination directory (optional)
0 commit comments