From 8cfd8ef07fe4e8a94aac05a2f4a3815b0c75ebb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javis=20V=2E=20P=C3=A9rez?= Date: Tue, 22 Oct 2024 10:39:51 -0400 Subject: [PATCH 1/3] Updates to KitOps homepage --- docs/.vitepress/theme/components/Home.vue | 146 ++++++++++++---------- 1 file changed, 77 insertions(+), 69 deletions(-) diff --git a/docs/.vitepress/theme/components/Home.vue b/docs/.vitepress/theme/components/Home.vue index 4f847029..b50fd9df 100644 --- a/docs/.vitepress/theme/components/Home.vue +++ b/docs/.vitepress/theme/components/Home.vue @@ -34,14 +34,15 @@ const quotes = [ authorCompany: 'Zwift', }, { - text: `Currently we have a system that resembles half-MLOps but lacks data versioning tied to model versioning and configurations, and makes it difficult to deploy and keep track [of AI projects]`, + text: `Currently we have a system that resembles half-MLOps but lacks data versioning tied to model versioning and + configurations, and makes it difficult to deploy and keep track [of AI projects]`, authorName: 'Majid', authorTitle: 'Data Scientist', authorCompany: 'Siemens', }, { text: `As we have an open source first policy we are forced to go with tools like MLflow. - But I really don’t like their 'opinionated' approach how practitioners should log artifacts. + But I really don’t like their 'opinionated' approach to how practitioners should log artifacts. I like the idea of using existing best practices in the MLOps space.`, authorName: 'Niklas', authorTitle: 'MLOps Engineer', @@ -108,8 +109,8 @@ const subscribeToNewsletter = async () => {