Skip to content

Conversation

jancurn
Copy link
Member

@jancurn jancurn commented Sep 16, 2025

Corrected spelling of 'LlamaIndex' and updated slug.

Corrected spelling of 'LlamaIndex' and updated slug.
@jancurn jancurn requested a review from TC-MO September 16, 2025 14:12
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Comment @cursor review or bugbot run to trigger another review on this PR

sidebar_label: LlamaIndex
sidebar_position: 6
slug: /integrations/llama
slug: /integrations/llama-index, /integrations/llama
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Invalid Slug Syntax Causes Documentation Errors

The slug frontmatter field uses a comma-separated list of values, which is invalid syntax for most documentation systems (like Docusaurus). These systems typically expect a single string value, so this will likely cause parsing errors, malformed URLs, or prevent the intended creation of multiple aliases.

Fix in Cursor Fix in Web

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. @TC-MO please is there some other way to keep supporting the old URL with a redirect?

Copy link
Contributor

@TC-MO TC-MO Sep 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think only through nginx.conf redirect

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should handle the change of slug so old URL still leads to new one, I can move forward and add it

rewrite ^/platform/integrations/llama$ /platform/integrations/llama-index permanent;

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cursoragent please update the PR with the above

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to authenticate your request. Please make sure to connect your GitHub account to Cursor. Go to Cursor

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try again now

@jancurn
Copy link
Member Author

jancurn commented Sep 17, 2025

@TC-MO fixed now I hope

@jancurn
Copy link
Member Author

jancurn commented Sep 17, 2025

feel free to merge once approved

Copy link
Contributor

@TC-MO TC-MO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but with redirects I think there is only one way to find out

@TC-MO
Copy link
Contributor

TC-MO commented Sep 17, 2025

Ah w8, the build is failing, I know the issue, there is a link in main integrations page, I'll fix it and merge it

@jancurn
Copy link
Member Author

jancurn commented Sep 17, 2025

Yolo! Thanks Michal

@apify-service-account
Copy link

Preview for this PR was built for commit 810f581a and is ready at https://pr-1929.preview.docs.apify.com!

@TC-MO
Copy link
Contributor

TC-MO commented Sep 17, 2025

All green, merging and once it's built I'll check if the redirect works properly

@TC-MO TC-MO merged commit 77afb45 into master Sep 17, 2025
9 checks passed
@TC-MO TC-MO deleted the jancurn-patch-2 branch September 17, 2025 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants