From b7d0a2ff75437daf59fac5510ee08e83d3433e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javis=20V=2E=20P=C3=A9rez?= Date: Thu, 12 Dec 2024 15:15:56 -0400 Subject: [PATCH] Add the discord banner to some kitops docs (#658) --- docs/src/docs/cli/installation.md | 2 ++ docs/src/docs/use-cases.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/src/docs/cli/installation.md b/docs/src/docs/cli/installation.md index 761c7b19..20ccf1e0 100644 --- a/docs/src/docs/cli/installation.md +++ b/docs/src/docs/cli/installation.md @@ -13,6 +13,8 @@ This page includes instructions for: * Installing on [Linux](#🐧-linux-install) with Brew or TAR * Building from the [source code](#🛠️-build-from-source-code) +[ discord banner ] + ## 🍎 MacOS Install The simplest way to install Kit on a Mac is with [Homebrew](https://brew.sh/). You can also install from [ZIP](#mac-install-from-zip). diff --git a/docs/src/docs/use-cases.md b/docs/src/docs/use-cases.md index 175c4191..e01d1ce2 100644 --- a/docs/src/docs/use-cases.md +++ b/docs/src/docs/use-cases.md @@ -6,6 +6,8 @@ Organizations around the world are using KitOps as a "gate" in the [handoff betw Those who are concerned about end-to-end auditing of their model development - like those in regulated industries, or under the jurisdiction of the [EU AI Act](https://artificialintelligenceact.eu/) extend KitOps usage to security and development use cases (see [Level 2](#level-2-adding-security-️) and [Level 3](#level-3-storage-for-all-ai-project-versions-) use cases below. +[ discord banner ] + ## Level 1: Handoff From Development to Production 🤝 Organizations are having AI teams build a [ModelKit](./modelkit/intro.md) for each version of the AI project that is going to staging, user acceptance testing (UAT), or production.