Pil0tXia commented on code in PR #132:
URL: https://github.com/apache/eventmesh-site/pull/132#discussion_r1426979676
##########
sidebars/docs.js:
##########
@@ -11,18 +11,85 @@
module.exports = {
// By default, Docusaurus generates a sidebar from the docs folder structure
- tutorialSidebar: [{
- type: 'autogenerated', dirName: '.',
- }],
+ // tutorialSidebar: [{
+ // type: 'autogenerated', dirName: '.',
+ // }],
// But you can create a sidebar manually
- /*
+
tutorialSidebar: [
+ 'introduction',
+ 'roadmap',
+ {
+ type: 'category',
+ label: 'Design Document',
+ collapsible: true,
+ collapsed: false,
+ items: [
+ {
+ type: 'category',
+ label: 'Event Handling and Integration',
+ collapsible: true,
+ collapsed: false,
+ items: [
+ {
+ type: 'autogenerated',
+ dirName: 'design-document/01-event-handling-and-integration',
+ },
+ ],
+ },
+ {
+ type: 'category',
+ label: 'Observability',
+ collapsible: true,
+ collapsed: false,
+ items: [
+ {
+ type: 'autogenerated',
+ dirName: 'design-document/02-observability',
+ },
+ ],
+ },
+ 'design-document/schema-registry',
+ 'design-document/spi',
+ 'design-document/stream',
+ ],
+ },
+ {
+ type: 'category',
+ label: 'Installation and Deployment',
+ collapsible: true,
Review Comment:
Fixed in https://github.com/apache/eventmesh-site/pull/152.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]