feat: add configuration options to preserve schema property order in Docusaurus

This commit is contained in:
kastov
2025-09-23 18:23:55 +03:00
parent ff2560f548
commit 6dc7e29780

View File

@@ -120,6 +120,8 @@ const config: Config = {
},
theme: 'purple',
hideDarkModeToggle: true,
orderSchemaPropertiesBy: 'preserve',
orderRequiredPropertiesFirst: true,
searchHotKey: 'k',
metaData: {
title: 'Remnawave API Specification',