Robert Jackson
|
9ed1fde364
|
docs: Expose config-schema.json in the docs site
binaries / Build binary artifacts (push) Waiting to run
website / prerelease-docs-build-deploy (ubuntu-24.04) (push) Waiting to run
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run
When landed and published, this will expose the config file as:
https://jj-vcs.github.io/jj/latest/config-schema.json
Exposing the schema like that will allow users to reference in their
`~/.config/jj/config.toml` like:
```toml
"$schema" = 'https://jj-vcs.github.io/jj/latest/config-schema.json'
```
At which point any user with a configured LSP for TOML files will get
inline documentation, suggestions on valid keys, &c.
|
2025-01-14 13:45:36 +00:00 |
|