You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Star our repository on <a target="_blank" rel="noopener noreferrer" href="https://github.com/litmuschaos/litmus">GitHub</a> to stay updated with new features and contribute to our project!',
58
+
backgroundColor: '#d8dbfa',
59
+
textColor: '#5b44ba',
60
+
isCloseable: true,
61
+
},
54
62
navbar: {
55
63
title: 'Litmus Docs',
56
64
logo: {
@@ -59,10 +67,6 @@ module.exports = {
59
67
src: 'img/litmus-light-icon.svg'
60
68
},
61
69
items: [
62
-
{
63
-
type: 'docsVersion',
64
-
position: 'right'
65
-
},
66
70
{
67
71
activeBasePath: 'Version',
68
72
label: 'Versions',
@@ -84,6 +88,15 @@ module.exports = {
84
88
},
85
89
]
86
90
},
91
+
{
92
+
type: 'docsVersion',
93
+
position: 'left'
94
+
95
+
},
96
+
{
97
+
type: 'search',
98
+
position: 'right',
99
+
},
87
100
{
88
101
label: 'APIs',
89
102
to: 'https://litmuschaos.github.io/litmus/graphql/v3.11.0/api.html',
@@ -95,23 +108,33 @@ module.exports = {
95
108
position: 'right'
96
109
},
97
110
{
98
-
to: 'https://github.com/litmuschaos/litmus',
99
-
label: 'GitHub',
111
+
to: 'https://hub.litmuschaos.io/',
112
+
label: 'ChaosHub',
100
113
position: 'right'
114
+
},
115
+
{
116
+
to: 'https://github.com/litmuschaos/litmus',
117
+
position: 'right',
118
+
label: 'Try Litmus',
119
+
className: 'try-button',
120
+
'aria-label': 'Try Litmus',
101
121
},
102
122
{
103
-
to: 'https://app.slack.com/client/T09NY5SBT/CNXNB0ZTN',
0 commit comments