diff --git a/src/distilabel/utils/mkdocs/components_gallery.py b/src/distilabel/utils/mkdocs/components_gallery.py index 621f4b61dc..022c6cf1fd 100644 --- a/src/distilabel/utils/mkdocs/components_gallery.py +++ b/src/distilabel/utils/mkdocs/components_gallery.py @@ -454,7 +454,7 @@ def _generate_embeddings_pages(self, src_dir: Path, embeddings: list) -> List[st paths.append(llm_path) - # Create the `components-gallery/llms/index.md` file + # Create the `components-gallery/embeddings/index.md` file content = _COMPONENTS_LIST_TEMPLATE.render( title="Embeddings Gallery", description="", diff --git a/src/distilabel/utils/mkdocs/templates/components-gallery/index.md b/src/distilabel/utils/mkdocs/templates/components-gallery/index.md index cc3e44aecf..7d13969da3 100644 --- a/src/distilabel/utils/mkdocs/templates/components-gallery/index.md +++ b/src/distilabel/utils/mkdocs/templates/components-gallery/index.md @@ -5,6 +5,14 @@ hide: --- # Components Gallery +??? info "Category Overview" + | Icon | Category | Description | + |----------------------------|------------|-------------------------------------------------------------------| + | :material-step-forward: | Steps | Steps are used for data manipulation. | + | :material-check-outline: | Tasks | Tasks allow performing data generation, annotation, and more. | + | :material-brain: | LLMs | Explore all available Large Language Models integrated with distilabel. | + | :material-vector-line: | Embeddings | Explore all available Embeddings Models integrated with distilabel. | +
- :material-step-forward:{ .lg .middle } __Steps__