items: reverseSidebarItems()

in docusaurus.config.js [10:41]


        items: reverseSidebarItems(item.items),
      };
    }
    return item;
  });

  result.reverse();
  return result;
};

/** @type {import('@docusaurus/types').DocusaurusConfig} */
module.exports = {
  title: 'Apache EventMesh',
  tagline: `
    EventMesh is a new generation serverless event middleware for building distributed event-driven applications.
  `,
  url: 'https://eventmesh.apache.org',
  baseUrl: '/',
  onBrokenLinks: 'warn',
  onBrokenMarkdownLinks: 'warn',
  favicon: 'images/favicon.ico',
  organizationName: 'apache',
  projectName: 'eventmesh',
  themeConfig: {
    algolia: {
      appId: 'D5N4C17BGA',
      apiKey: 'b88c3c5f941724113717b2c8456d0422',
      indexName: 'apache_eventmesh',
    },
    navbar: {
      title: 'Apache EventMesh',
      logo: {