From 1fb3a7bfc753496492e3a195e4731358c6a5335f Mon Sep 17 00:00:00 2001 From: Osho Emmanuel Date: Thu, 23 Apr 2026 17:03:48 +0100 Subject: [PATCH 1/2] fix: move mint.json into docs/ subdirectory for multirepo action --- docs/mint.json | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 docs/mint.json diff --git a/docs/mint.json b/docs/mint.json new file mode 100644 index 0000000..ada711c --- /dev/null +++ b/docs/mint.json @@ -0,0 +1,65 @@ +{ + "$schema": "https://mintlify.com/schema.json", + "name": "VectorLint", + "navigation": [ + { + "group": "Overview", + "pages": [ + "introduction", + "use-cases", + "how-it-works" + ] + }, + { + "group": "Get started", + "pages": [ + "quickstart", + "installation", + "initial-style-check" + ] + }, + { + "group": "Configuration", + "pages": [ + "configuration", + "project-config", + "style-guide", + "customize-style-rules", + "llm-providers", + "presets" + ] + }, + { + "group": "Quality scoring", + "pages": [ + "quality-scoring", + "density-scoring", + "rubric-scoring" + ] + }, + { + "group": "For teams & organizations", + "pages": [ + "ci-integration", + "team-rule-packs", + "false-positive-tuning" + ] + }, + { + "group": "Best practices", + "pages": [ + "best-practices" + ] + }, + { + "group": "Reference", + "pages": [ + "cli-reference", + "configuration-schema", + "env-variables", + "frontmatter-fields", + "troubleshooting" + ] + } + ] +} From 98c657e1129c145ee63946f2ae1bb92148025aba Mon Sep 17 00:00:00 2001 From: Osho Emmanuel Date: Thu, 23 Apr 2026 17:07:13 +0100 Subject: [PATCH 2/2] fix: remove root mint.json, docs/mint.json is the correct location --- mint.json | 65 ------------------------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 mint.json diff --git a/mint.json b/mint.json deleted file mode 100644 index ada711c..0000000 --- a/mint.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "$schema": "https://mintlify.com/schema.json", - "name": "VectorLint", - "navigation": [ - { - "group": "Overview", - "pages": [ - "introduction", - "use-cases", - "how-it-works" - ] - }, - { - "group": "Get started", - "pages": [ - "quickstart", - "installation", - "initial-style-check" - ] - }, - { - "group": "Configuration", - "pages": [ - "configuration", - "project-config", - "style-guide", - "customize-style-rules", - "llm-providers", - "presets" - ] - }, - { - "group": "Quality scoring", - "pages": [ - "quality-scoring", - "density-scoring", - "rubric-scoring" - ] - }, - { - "group": "For teams & organizations", - "pages": [ - "ci-integration", - "team-rule-packs", - "false-positive-tuning" - ] - }, - { - "group": "Best practices", - "pages": [ - "best-practices" - ] - }, - { - "group": "Reference", - "pages": [ - "cli-reference", - "configuration-schema", - "env-variables", - "frontmatter-fields", - "troubleshooting" - ] - } - ] -}