mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-04 21:08:03 +00:00
doc: Add schema to proclamation config, mark some sections as sort-by-prefix.
This feature requires proclamation 1.1.0 or newer.
This commit is contained in:
parent
fb9ebe8b88
commit
9a398b7de5
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"$schema": "https://ryanpavlik.gitlab.io/proclamation/proclamation.schema.json",
|
||||
"#": "This is a config file for Proclamation, the changelog combiner: https://gitlab.com/ryanpavlik/proclamation",
|
||||
"SPDX-License-Identifier: CC0-1.0": "",
|
||||
"SPDX-FileCopyrightText: 2020 Collabora, Ltd. and the Proclamation contributors": "",
|
||||
|
@ -13,10 +14,12 @@
|
|||
"directory": "xrt"
|
||||
},
|
||||
"State Trackers": {
|
||||
"directory": "state_trackers"
|
||||
"directory": "state_trackers",
|
||||
"sort_by_prefix": true
|
||||
},
|
||||
"Drivers": {
|
||||
"directory": "drivers"
|
||||
"directory": "drivers",
|
||||
"sort_by_prefix": true
|
||||
},
|
||||
"IPC": {
|
||||
"directory": "ipc"
|
||||
|
@ -25,7 +28,8 @@
|
|||
"directory": "compositor"
|
||||
},
|
||||
"Helper Libraries": {
|
||||
"directory": "auxiliary"
|
||||
"directory": "auxiliary",
|
||||
"sort_by_prefix": true
|
||||
},
|
||||
"Misc. Features": {
|
||||
"directory": "misc_features"
|
||||
|
|
Loading…
Reference in a new issue