The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: Add schema to proclamation config, mark some sections as sort-by-prefix.

This feature requires proclamation 1.1.0 or newer.

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
9a398b7d fb9ebe8b

+7 -3
+7 -3
doc/changes/.proclamation.json
··· 1 1 { 2 + "$schema": "https://ryanpavlik.gitlab.io/proclamation/proclamation.schema.json", 2 3 "#": "This is a config file for Proclamation, the changelog combiner: https://gitlab.com/ryanpavlik/proclamation", 3 4 "SPDX-License-Identifier: CC0-1.0": "", 4 5 "SPDX-FileCopyrightText: 2020 Collabora, Ltd. and the Proclamation contributors": "", ··· 13 14 "directory": "xrt" 14 15 }, 15 16 "State Trackers": { 16 - "directory": "state_trackers" 17 + "directory": "state_trackers", 18 + "sort_by_prefix": true 17 19 }, 18 20 "Drivers": { 19 - "directory": "drivers" 21 + "directory": "drivers", 22 + "sort_by_prefix": true 20 23 }, 21 24 "IPC": { 22 25 "directory": "ipc" ··· 25 28 "directory": "compositor" 26 29 }, 27 30 "Helper Libraries": { 28 - "directory": "auxiliary" 31 + "directory": "auxiliary", 32 + "sort_by_prefix": true 29 33 }, 30 34 "Misc. Features": { 31 35 "directory": "misc_features"