From 7dfc41b0673e6bbae1f18341c7e5a26f211dedba Mon Sep 17 00:00:00 2001 From: "jian.h" Date: Thu, 19 May 2022 16:31:07 -0700 Subject: [PATCH] updates --- docusaurus.config.js | 4 ++-- src/components/HomepageFeatures.js | 17 ++++------------- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 79bfa13c..6829e0c9 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,8 +16,8 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: 'morphling', // Usually your GitHub org/user name. - projectName: 'morphling', // Usually your repo name. + organizationName: 'kubedl-io', // Usually your GitHub org/user name. + projectName: 'morphling-website', // Usually your repo name. presets: [ [ diff --git a/src/components/HomepageFeatures.js b/src/components/HomepageFeatures.js index a8bd8657..b131bf45 100644 --- a/src/components/HomepageFeatures.js +++ b/src/components/HomepageFeatures.js @@ -8,28 +8,19 @@ const FeatureList = [ Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, description: ( <> - Automated tuning workflows hidden behind simple APIs. + Automatic experiments for best configurations for model serving deployments. ), }, { - title: 'Convenient', + title: 'Kubernetes Native', Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, description: ( <> - Out of the box ML model serving stress-test clients. + Runs on Kubernetes with Kubernetes CRD API. ), - }, - { - title: 'General', - Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, - description: ( - <> - ML framework agnostic and generally support popular frameworks, including TensorFlow, PyTorch, etc. - - ), - }, + } ]; function Feature({Svg, title, description}) {