From 7d2d3ee6d52a292899fb3f531b8d65af9ee5df85 Mon Sep 17 00:00:00 2001 From: moritzlaurer Date: Wed, 12 Jun 2024 09:37:19 +0200 Subject: [PATCH 1/2] fix section name of argilla notebook --- notebooks/en/_toctree.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/en/_toctree.yml b/notebooks/en/_toctree.yml index 0c328559..a7eead0b 100644 --- a/notebooks/en/_toctree.yml +++ b/notebooks/en/_toctree.yml @@ -78,4 +78,4 @@ - local: enterprise_cookbook_dev_spaces title: Interactive Development In HF Spaces - local: enterprise_cookbook_argilla - title: data_annotation_with_argilla_spaces + title: Data Annotation with Argilla Spaces From f6b8d0ac4ed7fe08f83f237956c5c81226b8751c Mon Sep 17 00:00:00 2001 From: moritzlaurer Date: Wed, 12 Jun 2024 18:39:01 +0200 Subject: [PATCH 2/2] fix ordering of enterprise cookbook sections --- notebooks/en/_toctree.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/en/_toctree.yml b/notebooks/en/_toctree.yml index a7eead0b..07d5daa7 100644 --- a/notebooks/en/_toctree.yml +++ b/notebooks/en/_toctree.yml @@ -73,9 +73,9 @@ sections: - local: enterprise_cookbook_overview title: Overview - - local: enterprise_hub_serverless_inference_api - title: Inference API (Serverless) - local: enterprise_cookbook_dev_spaces title: Interactive Development In HF Spaces + - local: enterprise_hub_serverless_inference_api + title: Inference API (Serverless) - local: enterprise_cookbook_argilla title: Data Annotation with Argilla Spaces