Robert Jackson
|
9ed1fde364
|
docs: Expose config-schema.json in the docs site
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 |
|