-
-
-
-
diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts
index 5f876a4b..bb32ece1 100644
--- a/docs/.vitepress/theme/index.ts
+++ b/docs/.vitepress/theme/index.ts
@@ -5,10 +5,10 @@ import DefaultTheme from 'vitepress/theme'
import PlatformSelect from './components/PlatformSelect.vue'
import PlatformSnippet from './components/PlatformSnippet.vue'
import GithubStartButton from './components/GithubStartButton.vue'
+import DiscordBanner from './components/DiscordBanner.vue'
import './assets/css/fonts.css'
import './assets/css/tailwind.css'
import './style.css'
-import DiscordModal from './components/DiscordModal.vue'
const isPlatformModalOpen = ref(false)
@@ -33,11 +33,11 @@ export default {
'nav-bar-content-after': () => h(GithubStartButton, {
class: 'ml-4 pt-2'
}),
- 'doc-bottom': () => h(DiscordModal)
})
},
enhanceApp({ app, router, siteData }) {
app.component('PlatformSnippet', PlatformSnippet)
app.provide('isPlatformModalOpen', isPlatformModalOpen)
+ app.component('DiscordBanner', DiscordBanner);
}
} satisfies Theme
diff --git a/docs/src/docs/overview.md b/docs/src/docs/overview.md
index 2e13f013..eac2a85c 100644
--- a/docs/src/docs/overview.md
+++ b/docs/src/docs/overview.md
@@ -61,6 +61,8 @@ AI/ML projects often deal with large, unstructured datasets, such as images, vid
One of the core strengths of KitOps is its ability to keep data and code versions in sync. This crucial feature solves the reproducibility issues that frequently arise in AI/ML development, ensuring consistency and reliability across project stages.
+[ discord banner ]
+
### 🚀 Deployment Ready
Designed with a focus on deployment, ModelKits package assets in standard formats so you can depoly them as [containers or to Kubernetes](./deploy.md). They're also [compatible with nearly any tool](./modelkit/compatibility.md) - helping you get your model to production faster and more efficiently.