|
| 1 | +import { defineConfig } from "vitepress"; |
| 2 | + |
| 3 | +export default defineConfig({ |
| 4 | + title: "MCP Dataverse", |
| 5 | + description: |
| 6 | + "The most complete MCP server for Microsoft Dataverse — 79 tools, multi-mode auth, works with VS Code, Claude, Cursor & more.", |
| 7 | + base: "/mcp-dataverse/", |
| 8 | + |
| 9 | + appearance: true, |
| 10 | + |
| 11 | + head: [ |
| 12 | + ["link", { rel: "icon", href: "/mcp-dataverse/logo.webp" }], |
| 13 | + ["meta", { name: "og:title", content: "MCP Dataverse" }], |
| 14 | + [ |
| 15 | + "meta", |
| 16 | + { |
| 17 | + name: "og:description", |
| 18 | + content: "The most complete MCP server for Microsoft Dataverse", |
| 19 | + }, |
| 20 | + ], |
| 21 | + [ |
| 22 | + "meta", |
| 23 | + { |
| 24 | + name: "og:image", |
| 25 | + content: "https://codeurali.github.io/mcp-dataverse/logo.webp", |
| 26 | + }, |
| 27 | + ], |
| 28 | + ["meta", { name: "twitter:card", content: "summary_large_image" }], |
| 29 | + ], |
| 30 | + |
| 31 | + themeConfig: { |
| 32 | + siteTitle: "MCP Dataverse", |
| 33 | + |
| 34 | + nav: [ |
| 35 | + { text: "Home", link: "/" }, |
| 36 | + { text: "Getting Started", link: "/getting-started" }, |
| 37 | + { text: "Capabilities", link: "/capabilities" }, |
| 38 | + { |
| 39 | + text: "Docs", |
| 40 | + items: [ |
| 41 | + { text: "Authentication", link: "/authentication/" }, |
| 42 | + { text: "Multi-Client Setup", link: "/multi-client-setup" }, |
| 43 | + { text: "Use Cases", link: "/use-cases/" }, |
| 44 | + { text: "Roadmap", link: "/roadmap" }, |
| 45 | + ], |
| 46 | + }, |
| 47 | + { text: "Community", link: "/community" }, |
| 48 | + ], |
| 49 | + |
| 50 | + sidebar: [ |
| 51 | + { |
| 52 | + text: "Getting Started", |
| 53 | + collapsed: false, |
| 54 | + items: [{ text: "Installation & Setup", link: "/getting-started" }], |
| 55 | + }, |
| 56 | + { |
| 57 | + text: "Authentication", |
| 58 | + collapsed: true, |
| 59 | + items: [ |
| 60 | + { text: "Overview", link: "/authentication/" }, |
| 61 | + { text: "Local (Interactive)", link: "/authentication/local" }, |
| 62 | + { |
| 63 | + text: "Service Principal", |
| 64 | + link: "/authentication/service-principal", |
| 65 | + }, |
| 66 | + { text: "Hosted / Managed Identity", link: "/authentication/hosted" }, |
| 67 | + ], |
| 68 | + }, |
| 69 | + { |
| 70 | + text: "Use Cases", |
| 71 | + collapsed: true, |
| 72 | + items: [ |
| 73 | + { text: "Overview", link: "/use-cases/" }, |
| 74 | + { text: "Querying Data", link: "/use-cases/querying-data" }, |
| 75 | + { text: "Managing Records", link: "/use-cases/managing-records" }, |
| 76 | + { text: "Inspecting Schema", link: "/use-cases/inspecting-schema" }, |
| 77 | + { text: "Delta Sync", link: "/use-cases/delta-sync" }, |
| 78 | + { |
| 79 | + text: "Solutions & Customizations", |
| 80 | + link: "/use-cases/solutions-and-customizations", |
| 81 | + }, |
| 82 | + ], |
| 83 | + }, |
| 84 | + { |
| 85 | + text: "Multi-Client Setup", |
| 86 | + collapsed: true, |
| 87 | + items: [{ text: "Multi-Client Setup", link: "/multi-client-setup" }], |
| 88 | + }, |
| 89 | + { |
| 90 | + text: "Reference", |
| 91 | + collapsed: true, |
| 92 | + items: [ |
| 93 | + { text: "All Capabilities", link: "/capabilities" }, |
| 94 | + { text: "Roadmap", link: "/roadmap" }, |
| 95 | + { text: "Issues & Support", link: "/issues" }, |
| 96 | + { text: "Community", link: "/community" }, |
| 97 | + ], |
| 98 | + }, |
| 99 | + ], |
| 100 | + |
| 101 | + socialLinks: [ |
| 102 | + { icon: "github", link: "https://github.com/codeurali/mcp-dataverse" }, |
| 103 | + { |
| 104 | + icon: { |
| 105 | + svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>npm</title><path d="M1.763 0C.786 0 0 .786 0 1.763v20.474C0 23.214.786 24 1.763 24h20.474c.977 0 1.763-.786 1.763-1.763V1.763C24 .786 23.214 0 22.237 0zM5.13 5.323l13.837.019-.009 13.836h-3.464l.01-10.382h-3.456L12.04 19.17H5.113z"/></svg>', |
| 106 | + }, |
| 107 | + link: "https://www.npmjs.com/package/mcp-dataverse", |
| 108 | + }, |
| 109 | + ], |
| 110 | + |
| 111 | + editLink: { |
| 112 | + pattern: |
| 113 | + "https://github.com/codeurali/mcp-dataverse/edit/master/docs/:path", |
| 114 | + text: "Edit this page on GitHub", |
| 115 | + }, |
| 116 | + |
| 117 | + search: { |
| 118 | + provider: "local", |
| 119 | + }, |
| 120 | + |
| 121 | + footer: { |
| 122 | + copyright: |
| 123 | + 'Copyright © 2026 <a href="https://www.linkedin.com/in/alitaggaz/">Ali Taggaz</a>', |
| 124 | + }, |
| 125 | + }, |
| 126 | + |
| 127 | + markdown: { |
| 128 | + lineNumbers: true, |
| 129 | + }, |
| 130 | +}); |
0 commit comments