From 1841aec11e479ed75d912bb01db7cc90dd2c4e47 Mon Sep 17 00:00:00 2001 From: Daria Fokina Date: Thu, 11 Jan 2024 16:33:45 +0100 Subject: [PATCH] docs: reorder and rename Classifier and CacheChecker files (#6726) * docs: reorder * others's order * whisper order --- docs/pydoc/config/caching.yml | 4 ++-- docs/pydoc/config/classifier.yml | 6 +++--- docs/pydoc/config/joiner.yml | 2 +- docs/pydoc/config/others.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/pydoc/config/caching.yml b/docs/pydoc/config/caching.yml index 92898fb2c..f116f92b2 100644 --- a/docs/pydoc/config/caching.yml +++ b/docs/pydoc/config/caching.yml @@ -15,9 +15,9 @@ renderer: type: renderers.ReadmePreviewRenderer excerpt: Checks if any document coming from the given URL is already present in the store. category_slug: haystack-classes - title: UrlCacheChecker API + title: CacheChecker API slug: caching-api - order: 160 + order: 7 markdown: descriptive_class_title: false descriptive_module_title: true diff --git a/docs/pydoc/config/classifier.yml b/docs/pydoc/config/classifier.yml index 85eb4e771..1789b017c 100644 --- a/docs/pydoc/config/classifier.yml +++ b/docs/pydoc/config/classifier.yml @@ -15,12 +15,12 @@ renderer: type: renderers.ReadmePreviewRenderer excerpt: Detects the language of the Documents and routes them appropriately. category_slug: haystack-classes - title: Language Classifier API - slug: language-classifier-api + title: Classifier API + slug: classifier-api order: 10 markdown: descriptive_class_title: false descriptive_module_title: true add_method_class_prefix: true add_member_class_prefix: false - filename: language_classifier_api.md + filename: classifier_api.md diff --git a/docs/pydoc/config/joiner.yml b/docs/pydoc/config/joiner.yml index 34a9141a6..2ec25c1ff 100644 --- a/docs/pydoc/config/joiner.yml +++ b/docs/pydoc/config/joiner.yml @@ -17,7 +17,7 @@ renderer: category_slug: haystack-classes title: Joiner API slug: joiner-api - order: 140 + order: 75 markdown: descriptive_class_title: false descriptive_module_title: true diff --git a/docs/pydoc/config/others.yml b/docs/pydoc/config/others.yml index 1dc1103c9..88b8bfb60 100644 --- a/docs/pydoc/config/others.yml +++ b/docs/pydoc/config/others.yml @@ -17,7 +17,7 @@ renderer: category_slug: haystack-classes title: Other Components API slug: others - order: 170 + order: 85 markdown: descriptive_class_title: false descriptive_module_title: true