Skip to content

Commit ef308f8

Browse files
committed
adds zero pill to custom domains
1 parent 399a21c commit ef308f8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sidebars.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@ const sidebars = {
5757
label: 'Capabilities',
5858
items: [
5959
// zero
60-
'docs/capabilities/custom-domains',
60+
{
61+
id: 'docs/capabilities/custom-domains',
62+
className: 'zero',
63+
type: 'doc',
64+
label: 'Custom Domains',
65+
},
6166
// core & open source
6267
//
6368
// Core concepts

0 commit comments

Comments
 (0)