Help for those that want to contribute to documentation
Plantuml
Plantuml is enabled:
Doc file names
In sub-directories, prefix names with a number to be able to use autogenerated:

buildSidebar: [
{
type: 'category',
label: 'Build',
items: [
'build/intro',
],
},
{
type: 'category',
label: 'Getting Started',
items: [
{
type: 'autogenerated',
dirName: 'build/getting-started', // auto-generate from this subfolder
},
],
},
],
