-
Notifications
You must be signed in to change notification settings - Fork 270
DOC-5877 added 'hidden' AI resource page plus tile on docs home page #2350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one question re. a 404. I'll go ahead and approve.
content/ai-agent-resources.md
Outdated
| All documentation pages are available in Markdown format via the same URL as | ||
| the main doc page but with `index.html.md` added. For example, the Markdown version of | ||
| this page is available at | ||
| [ai-agent-resources/index.html.md](https://redis.io/docs/latest/develop/ai-agent-resources/index.html.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Is this link only available in PROD?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, my mistake! I moved this page to the root of the content folder so it doesn't appear in the nav bar, but I didn't update the link to itself. Thanks for spotting that :-)
A major problem identified by investigating AI usage of our docs is that the agents simply can't find (or don't look for) the useful resources we already provide. Among the recommendations for making the resources easier for agents to find were:
<meta>and<link>) tollms.txtand other useful stuff.I've added an AI resources tile on the homepage (which looks a bit weird, tbh), a "hidden" AI agent resources page that doesn't appear in the navigation, and some home page metadata, as recommended by the agents themselves. I'm not suggesting that we should necessarily go ahead with all/any of these (especially the home page tile), but I just thought we should have a look and get everyone's feedback on this.