From 719f4f2aa80424603b2fb350b56bf30ab893cb1d Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Mon, 4 Nov 2024 08:40:45 +0100 Subject: [PATCH 1/2] Fix mistype --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index edc297875..9fde63ee7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: "Hopsworks Documentation" -site_description: "Official documentation for Hopsworks and its Feature Store - an open source data-intensive AI platform used for the 4.0elopment and operation of machine learning models at scale." +site_description: "Official documentation for Hopsworks and its Feature Store - an open source data-intensive AI platform used for the development and operation of machine learning models at scale." site_author: "Hopsworks" site_url: "https://docs.hopsworks.ai/" From 7f8a01c5b6634c73447782cfe12e25c249ed7483 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Mon, 4 Nov 2024 08:50:22 +0100 Subject: [PATCH 2/2] Fix another mistype of the same kind --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 9fde63ee7..9ab47895b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -52,8 +52,8 @@ nav: - BI Tools: concepts/mlops/bi_tools.md - Data Transformations: concepts/mlops/data_transformations.md - Development: - - Outside Hopsworks: concepts/4.0/outside.md # api-keys - - Inside Hopsworks: concepts/4.0/inside.md + - Outside Hopsworks: concepts/dev/outside.md # api-keys + - Inside Hopsworks: concepts/dev/inside.md - Guides: - user_guides/index.md - Feature Store: