From 6d76005ea92df01e92bcc42b7740d4c04ad0f0ff Mon Sep 17 00:00:00 2001 From: Gurvinder Dhillon <108829574+gurvinder-dhillon@users.noreply.github.com> Date: Sun, 6 Jul 2025 22:05:57 -0700 Subject: [PATCH 1/3] Documentation edits made through Mintlify web editor --- docs/docs.json | 102 +++++++++++++++++++++++++------------------------ 1 file changed, 53 insertions(+), 49 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 9ffcb1e..db04b7e 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -8,55 +8,59 @@ "dark": "#ff4f4f" }, "favicon": "/logo.svg", - "navigation": [ - { - "group": "Getting Started", - "pages": [ - "quickstart", - "installation", - "environment-setup" - ] - }, - { - "group": "Usage Modes", - "pages": [ - "usage/standalone-mode", - "usage/playwright-test-mode", - "usage/auto-detection-mode", - "usage/bdd-mode" - ] - }, - { - "group": "Actions", - "pages": [ - "actions/clicking", - "actions/typing", - "actions/navigation", - "actions/forms", - "actions/verification" - ] - }, - { - "group": "Reference", - "pages": [ - "features", - "faq" - ] - } - ], - "anchors": [ - { - "name": "GitHub", - "url": "https://github.com/auto-browse/auto-browse-ts", - "icon": "github" - }, - { - "name": "NPM", - "url": "https://www.npmjs.com/package/@auto-browse/auto-browse", - "icon": "npm" + "navigation": { + "groups": [ + { + "group": "Getting Started", + "pages": [ + "quickstart", + "installation", + "environment-setup" + ] + }, + { + "group": "Usage Modes", + "pages": [ + "usage/standalone-mode", + "usage/playwright-test-mode", + "usage/auto-detection-mode", + "usage/bdd-mode" + ] + }, + { + "group": "Actions", + "pages": [ + "actions/clicking", + "actions/typing", + "actions/navigation", + "actions/forms", + "actions/verification" + ] + }, + { + "group": "Reference", + "pages": [ + "features", + "faq" + ] + } + ], + "anchors": [ + { + "anchor": "GitHub", + "href": "https://github.com/auto-browse/auto-browse-ts", + "icon": "github" + }, + { + "anchor": "NPM", + "href": "https://www.npmjs.com/package/@auto-browse/auto-browse", + "icon": "npm" + } + ] + }, + "footer": { + "socials": { + "github": "https://github.com/auto-browse/auto-browse" } - ], - "footerSocials": { - "github": "https://github.com/auto-browse/auto-browse" } } \ No newline at end of file From 779b715e801af2dac7028f55a663f5959cb7c16c Mon Sep 17 00:00:00 2001 From: Gurvinder Dhillon <108829574+gurvinder-dhillon@users.noreply.github.com> Date: Sun, 6 Jul 2025 22:15:06 -0700 Subject: [PATCH 2/3] Documentation edits made through Mintlify web editor --- docs/docs.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index db04b7e..5ead713 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -9,7 +9,7 @@ }, "favicon": "/logo.svg", "navigation": { - "groups": [ + { "group": "Getting Started", "pages": [ @@ -43,8 +43,7 @@ "features", "faq" ] - } - ], + }, "anchors": [ { "anchor": "GitHub", From 724d709d06a0134c8cbea9d2605846a6b3aa1756 Mon Sep 17 00:00:00 2001 From: Gurvinder Dhillon <108829574+gurvinder-dhillon@users.noreply.github.com> Date: Sun, 6 Jul 2025 22:31:48 -0700 Subject: [PATCH 3/3] fixed docs.json --- docs/docs.json | 88 +++++++++++++++++++++++++++----------------------- 1 file changed, 48 insertions(+), 40 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 5ead713..dd578f6 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -9,51 +9,59 @@ }, "favicon": "/logo.svg", "navigation": { - + "dropdowns": [ { - "group": "Getting Started", - "pages": [ - "quickstart", - "installation", - "environment-setup" + "dropdown": "Documentation", + "icon": "book", + "description": "Complete Auto-Browse documentation", + "groups": [ + { + "group": "Getting Started", + "pages": [ + "quickstart", + "installation", + "environment-setup" + ] + }, + { + "group": "Usage Modes", + "pages": [ + "usage/standalone-mode", + "usage/playwright-test-mode", + "usage/auto-detection-mode", + "usage/bdd-mode" + ] + }, + { + "group": "Actions", + "pages": [ + "actions/clicking", + "actions/typing", + "actions/navigation", + "actions/forms", + "actions/verification" + ] + }, + { + "group": "Reference", + "pages": [ + "features", + "faq" + ] + } ] - }, - { - "group": "Usage Modes", - "pages": [ - "usage/standalone-mode", - "usage/playwright-test-mode", - "usage/auto-detection-mode", - "usage/bdd-mode" - ] - }, - { - "group": "Actions", - "pages": [ - "actions/clicking", - "actions/typing", - "actions/navigation", - "actions/forms", - "actions/verification" - ] - }, - { - "group": "Reference", - "pages": [ - "features", - "faq" - ] - }, - "anchors": [ + } + ] + }, + "navbar": { + "links": [ { - "anchor": "GitHub", - "href": "https://github.com/auto-browse/auto-browse-ts", - "icon": "github" + "label": "GitHub", + "href": "https://github.com/auto-browse/auto-browse-ts" }, { - "anchor": "NPM", - "href": "https://www.npmjs.com/package/@auto-browse/auto-browse", - "icon": "npm" + "label": "NPM", + "href": "https://www.npmjs.com/package/@auto-browse/auto-browse" } ] },