We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e1bf6 commit cda3d38Copy full SHA for cda3d38
docusaurus/sidebars.js
@@ -739,8 +739,22 @@ const sidebars = {
739
label: 'Advanced configuration',
740
items: [
741
'cloud/advanced/database',
742
- 'cloud/advanced/email',
743
- 'cloud/advanced/upload',
+ {
+ type: "doc",
744
+ id: "cloud/advanced/email",
745
+ label: "Email provider",
746
+ customProps: {
747
+ new: true,
748
+ },
749
750
751
752
+ id: "cloud/advanced/upload",
753
+ label: "Upload provider",
754
755
756
757
758
]
759
}
760
],
0 commit comments