@@ -107,68 +107,68 @@ module.exports = {
107107 additionalLanguages : [ "java" , "ruby" , "php" , "bash" ] ,
108108 } ,
109109 // hideableSidebar: true,
110- navbar : {
111- hideOnScroll : false ,
112- logo : {
113- alt : "Keploy logo" ,
114- src : "img/keploy-logo-dark.svg" ,
115- srcDark : "img/keploy-logo-dark.svg" ,
116- } ,
117- items : [
118- {
119- label : "Products" ,
120- position : "left" ,
121- items : [
122- {
123- label : "Unit Testing" ,
124- to : "/running-keploy/utg-pr-agent/" ,
125- } ,
126- {
127- label : "Integration Testing" ,
128- to : "/keploy-explained/introduction" ,
129- } ,
130- {
131- label : "API Testing" ,
132- to : "/running-keploy/about-api-testing" ,
133- } ,
134- ] ,
135- } ,
136- {
137- label : "Blog" ,
138- items : [
139- {
140- label : "Tech Blogs" ,
141- href : "https://keploy.io/blog/technology" ,
142- } ,
143- {
144- label : "Communtity Articles" ,
145- href : "https://keploy.io/blog/community" ,
146- } ,
147- {
148- label : "Glossary" ,
149- href : "/concepts/reference/glossary/" ,
150- } ,
151- ] ,
152- position : "left" ,
153- } ,
154- {
155- to : "/keploy-explained/contribution-guide" ,
156- label : "Contribution Guide" ,
157- position : "left" ,
158- } ,
159- {
160- type : "docsVersionDropdown" ,
161- position : "right" ,
162- dropdownActiveClassDisabled : true ,
163- } ,
164- {
165- href : "https://github.com/keploy/keploy" ,
166- position : "right" ,
167- className : "header-github-link" ,
168- "aria-label" : "GitHub repository" ,
169- } ,
170- ] ,
171- } ,
110+ // navbar: {
111+ // hideOnScroll: false,
112+ // logo: {
113+ // alt: "Keploy logo",
114+ // src: "img/keploy-logo-dark.svg",
115+ // srcDark: "img/keploy-logo-dark.svg",
116+ // },
117+ // items: [
118+ // {
119+ // label: "Products",
120+ // position: "left",
121+ // items: [
122+ // {
123+ // label: "Unit Testing",
124+ // to: "/running-keploy/utg-pr-agent/",
125+ // },
126+ // {
127+ // label: "Integration Testing",
128+ // to: "/keploy-explained/introduction",
129+ // },
130+ // {
131+ // label: "API Testing",
132+ // to: "/running-keploy/about-api-testing",
133+ // },
134+ // ],
135+ // },
136+ // {
137+ // label: "Blog",
138+ // items: [
139+ // {
140+ // label: "Tech Blogs",
141+ // href: "https://keploy.io/blog/technology",
142+ // },
143+ // {
144+ // label: "Communtity Articles",
145+ // href: "https://keploy.io/blog/community",
146+ // },
147+ // {
148+ // label: "Glossary",
149+ // href: "/concepts/reference/glossary/",
150+ // },
151+ // ],
152+ // position: "left",
153+ // },
154+ // {
155+ // to: "/keploy-explained/contribution-guide",
156+ // label: "Contribution Guide",
157+ // position: "left",
158+ // },
159+ // {
160+ // type: "docsVersionDropdown",
161+ // position: "right",
162+ // dropdownActiveClassDisabled: true,
163+ // },
164+ // {
165+ // href: "https://github.com/keploy/keploy",
166+ // position: "right",
167+ // className: "header-github-link",
168+ // "aria-label": "GitHub repository",
169+ // },
170+ // ],
171+ // },
172172 footer : {
173173 copyright : `
174174
0 commit comments