Skip to content

Commit 77afb45

Browse files
jancurnTC-MO
andauthored
feat(docs): Fix LlamaIndex spelling and slug in documentation (#1929)
Corrected spelling of 'LlamaIndex' and updated slug. --------- Co-authored-by: Michał Olender <[email protected]>
1 parent 4f510f3 commit 77afb45

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

nginx.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,9 @@ server {
421421
# Actor marketing playbook addition
422422
rewrite ^/academy/get-most-of-actors$ /academy/actor-marketing-playbook permanent;
423423

424+
# Misc
425+
rewrite ^/platform/integrations/llama$ /platform/integrations/llama-index permanent;
426+
424427
}
425428

426429
# Temporarily used to route crawlee.dev to the Crawlee GitHub pages.

sources/platform/integrations/ai/llama.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: LlamaIndex integration
33
description: Learn how to integrate Apify with LlamaIndex in order to feed vector databases and LLMs with data crawled from the web.
4-
sidebar_label: Llamaindex
4+
sidebar_label: LlamaIndex
55
sidebar_position: 6
6-
slug: /integrations/llama
6+
slug: /integrations/llama-index
77
---
88

99
**Learn how to integrate Apify with LlamaIndex to feed vector databases and LLMs with data crawled from the web.**

sources/platform/integrations/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ These integrations allow you to use Apify Actors as tools and data sources.
210210
/>
211211
<Card
212212
title="LlamaIndex"
213-
to="./integrations/llama"
213+
to="./integrations/llama-index"
214214
imageUrl="/img/platform/integrations/llamaindex.jpeg"
215215
smallImage
216216
/>

0 commit comments

Comments
 (0)