File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,36 @@ const config = {
9595 } ,
9696 items : [
9797 {
98- type : 'doc ' ,
98+ type : 'dropdown ' ,
9999 label : 'Release Notes' ,
100100 position : 'left' ,
101- docId : 'release-notes/rn-whats-new'
101+ items : [
102+ {
103+ type : 'doc' ,
104+ docId : 'release-notes/rn-embedded-cluster' ,
105+ label : 'Embedded Cluster' ,
106+ } ,
107+ {
108+ type : 'doc' ,
109+ docId : 'release-notes/rn-app-manager' ,
110+ label : 'KOTS' ,
111+ } ,
112+ {
113+ type : 'doc' ,
114+ docId : 'release-notes/rn-kubernetes-installer' ,
115+ label : 'kURL' ,
116+ } ,
117+ {
118+ type : 'doc' ,
119+ docId : 'release-notes/rn-replicated-sdk' ,
120+ label : 'Replicated SDK' ,
121+ } ,
122+ {
123+ type : 'doc' ,
124+ docId : 'release-notes/rn-vendor-platform' ,
125+ label : 'Vendor Platform' ,
126+ } ,
127+ ] ,
102128 } ,
103129 {
104130 type : 'dropdown' ,
You can’t perform that action at this time.
0 commit comments