From 6b760813067569d7d57904e30ce29854872f48c6 Mon Sep 17 00:00:00 2001 From: Osho Emmanuel Date: Thu, 23 Apr 2026 16:08:28 +0100 Subject: [PATCH] docs: cleanup mint files --- docs/docs.json | 131 ------------------------------------ docs/mint.json => mint.json | 0 2 files changed, 131 deletions(-) delete mode 100644 docs/docs.json rename docs/mint.json => mint.json (100%) diff --git a/docs/docs.json b/docs/docs.json deleted file mode 100644 index c3f300b..0000000 --- a/docs/docs.json +++ /dev/null @@ -1,131 +0,0 @@ -{ - "$schema": "https://mintlify.com/docs.json", - "theme": "mint", - "name": "VectorLint", - "colors": { - "primary": "#7C3AED", - "light": "#A78BFA", - "dark": "#5B21B6" - }, - "favicon": "/favicon.svg", - "navigation": { - "tabs": [ - { - "tab": "Documentation", - "groups": [ - { - "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" - ] - } - ] - }, - { - "tab": "Reference", - "groups": [ - { - "group": "Reference", - "pages": [ - "cli-reference", - "configuration-schema", - "env-variables", - "frontmatter-fields", - "troubleshooting" - ] - } - ] - } - ], - "global": { - "anchors": [ - { - "anchor": "GitHub", - "href": "https://github.com/TRocket-Labs/vectorlint", - "icon": "github" - }, - { - "anchor": "npm", - "href": "https://www.npmjs.com/package/vectorlint", - "icon": "box" - } - ] - } - }, - "logo": { - "light": "/logo/logo.svg", - "dark": "/logo/logo.svg" - }, - "navbar": { - "links": [ - { - "label": "GitHub", - "href": "https://github.com/TRocket-Labs/vectorlint" - } - ], - "primary": { - "type": "button", - "label": "Get started", - "href": "https://www.npmjs.com/package/vectorlint" - } - }, - "contextual": { - "options": [ - "copy", - "view", - "chatgpt", - "claude", - "perplexity", - "cursor", - "vscode" - ] - }, - "footer": { - "socials": { - "github": "https://github.com/TRocket-Labs/vectorlint" - } - } -} \ No newline at end of file diff --git a/docs/mint.json b/mint.json similarity index 100% rename from docs/mint.json rename to mint.json