Skip to content

Commit

Permalink
docs: reorder and rename Classifier and CacheChecker files (#6726)
Browse files Browse the repository at this point in the history
* docs: reorder

* others's order

* whisper order
  • Loading branch information
dfokina authored Jan 11, 2024
1 parent 60780ce commit 1841aec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/pydoc/config/caching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/pydoc/config/classifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/pydoc/config/joiner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/pydoc/config/others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1841aec

Please sign in to comment.