diff options
| author | William Boman <william@redwill.se> | 2023-03-12 09:26:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-12 09:26:02 +0100 |
| commit | 698cd0c4f10480991e665f31977650858d625af1 (patch) | |
| tree | 0b4b93cd3ff4b31d1be2e1b47a7d37927150df2f /doc | |
| parent | feat: add github registry source capabilities (#1091) (diff) | |
| download | mason-698cd0c4f10480991e665f31977650858d625af1.tar mason-698cd0c4f10480991e665f31977650858d625af1.tar.gz mason-698cd0c4f10480991e665f31977650858d625af1.tar.bz2 mason-698cd0c4f10480991e665f31977650858d625af1.tar.lz mason-698cd0c4f10480991e665f31977650858d625af1.tar.xz mason-698cd0c4f10480991e665f31977650858d625af1.tar.zst mason-698cd0c4f10480991e665f31977650858d625af1.zip | |
style: enforce import order (#1092)
* chore(workflows): update dependencies
* style: enforce import order
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/reference.md | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/reference.md b/doc/reference.md index ba121423..b9ff564e 100644 --- a/doc/reference.md +++ b/doc/reference.md @@ -105,30 +105,30 @@ registry:on( **Type:** -| Key | Value | -| ---------- | ------------------------------------ | -| name | `string` | -| desc | `string` | -| homepage | `string` | +| Key | Value | +| ---------- | ----------------------------------- | +| name | `string` | +| desc | `string` | +| homepage | `string` | | categories | [`PackageCategory[]`](#packagecat) | | languages | [`PackageLanguage[]`](#packagelang) | -| install | `async fun(ctx: InstallContext)` | +| install | `async fun(ctx: InstallContext)` | ## `RegistryPackageSpec` -| Key | Value | -| ----------- | ------------------------------------ | -| schema | `"registry+v1"` | -| name | `string` | -| description | `string` | -| homepage | `string` | -| licenses | `string` | +| Key | Value | +| ----------- | ----------------------------------- | +| schema | `"registry+v1"` | +| name | `string` | +| description | `string` | +| homepage | `string` | +| licenses | `string` | | categories | [`PackageCategory[]`](#packagecat) | | languages | [`PackageLanguage[]`](#packagelang) | -| source | `table` | -| bin | `table<string, string>?` | -| share | `table<string, string>?` | -| opt | `table<string, string>?` | +| source | `table` | +| bin | `table<string, string>?` | +| share | `table<string, string>?` | +| opt | `table<string, string>?` | ## `Package` |
