[mod] docs

This commit is contained in:
Andy Bunce 2025-06-04 15:23:58 +01:00
parent 0ae74baba3
commit 4bcac97ae0
4 changed files with 40 additions and 41 deletions

View file

@ -51,6 +51,11 @@ pdfbox:with-pdf("...path/to/pdf.pdf",
* `scripts/make-xar.xq` packages the required `jar`s and `xqm` files to a `xar` file in the `dist` folder.
The `package.json` is (ab)used as a configuration source. Non standard information is held in the `expkg_zone58` section. This is experimental and may change.
`package.json` contains script to run
1. The XAR build.
2. The tests
3. The documentation
### Action support
The workflow `ci-basex.yaml` builds and tests the package. This can be used as an action on [github](https://github.com/features/actions), or on a local [gitea](https://docs.gitea.com/usage/actions/overview) or [forgejo](https://forgejo.org/) installation.