blob: e6ebfbcf4c31cd8f3d9314f83b65fda3e1c074ad [file] [log] [blame]
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
module.exports = {
releaseNote: [
'pulsar',
{
"type": "category",
"label": "Clients Release Notes",
link: {type: 'doc', id: 'clients'},
items: [
'client-java',
'client-ws',
'client-cpp',
'client-python',
'client-go',
'client-node',
'client-cs',
],
collapsed: false,
},
'pulsar-manager',
],
};