docs: reorder and rename Classifier and CacheChecker files (#6726)

* docs: reorder

* others's order

* whisper order
This commit is contained in:
Daria Fokina 2024-01-11 16:33:45 +01:00 committed by GitHub
parent 60780ce897
commit 1841aec11e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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