Browse Source

docs: Added page to sidebar

Kevin Mattutat 1 year ago
parent
commit
2e1ae2b533
2 changed files with 2 additions and 1 deletions
  1. 1 1
      docs/docs/guides/developer-guide/channel-aware/index.md
  2. 1 0
      docs/sidebars.js

+ 1 - 1
docs/docs/guides/developer-guide/channel-aware/index.md

@@ -1,5 +1,5 @@
 ---
-title: "Channel-aware Entities"
+title: "Channelaware entities"
 showtoc: true
 ---
 

+ 1 - 0
docs/sidebars.js

@@ -91,6 +91,7 @@ const sidebars = {
                     value: 'Advanced Topics',
                     className: 'sidebar-section-header',
                 },
+                'guides/developer-guide/channel-aware/index',
                 'guides/developer-guide/db-subscribers/index',
                 'guides/developer-guide/importing-data/index',
                 'guides/developer-guide/logging/index',