diff --git a/docusaurus.config.js b/docusaurus.config.js
index 8a67605..fbbe339 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -78,28 +78,37 @@ const config = {
logo: {
alt: 'Pixee',
src: 'img/pixee-logo.png',
- href: 'https://pixee.ai',
+ /*
+ to: '/index',
+ */
},
-
+/* */
items: [
{
type: 'doc',
docId: 'intro',
position: 'left',
- label: 'Docs',
+ label: 'Home',
className: 'header-routes',
},
+ /*
{
to: '/status',
label: 'Status',
position: 'left',
className: 'header-routes',
},
+ */
+ {
+ type: 'html',
+ position: 'left',
+ value: '',
+ },
{
type: 'html',
position: 'right',
value:
- '',
+ '',
},
{
type: 'html',