-
Notifications
You must be signed in to change notification settings - Fork 39
improve agent readiness #891
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
Open
HarshCasper
wants to merge
8
commits into
main
Choose a base branch
from
aws-docs-agent-readiness
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
b6c8593
feat(seo): add JSON-LD identity graph and og:image social card
HarshCasper abd0cdf
feat(404): add agent-friendly recovery page with navigation links
HarshCasper 9dc40ba
feat(homepage): add server-rendered What/Who/Where content
HarshCasper 54e0936
feat(agents): add when-to-use guidance to llms.txt and agents.md
HarshCasper 339a917
chore(headers): advertise Vary: Accept for representation negotiation
HarshCasper 1514219
chore(seo): refine LocalStack description and pricing tiers
HarshCasper 62b5f0a
docs: rewrite authored homepage and 404 copy in plain style
HarshCasper f427a16
docs(homepage): rewrite hero copy in plain style
HarshCasper File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| --- | ||
| title: Page not found (404) | ||
| description: The requested page does not exist. Use these links to find LocalStack documentation, or the machine-readable indexes built for AI agents. | ||
| template: splash | ||
| editUrl: false | ||
| pagefind: false | ||
| prev: false | ||
| next: false | ||
| --- | ||
|
|
||
| The page you requested does not exist at this URL. It may have moved, been | ||
| renamed, or never existed. Nothing here is broken, so pick one of the links | ||
| below to get back on track. | ||
|
|
||
| ## Start here | ||
|
|
||
| - [Documentation home](/): overview of LocalStack for AWS, Snowflake, and Azure | ||
| - [LocalStack for AWS](/aws): emulate AWS services locally | ||
| - [LocalStack for Snowflake](/snowflake): run Snowflake queries and pipelines locally | ||
| - [LocalStack for Azure](/azure): emulate Azure services locally | ||
| - [Getting started with AWS](/aws/getting-started/): install and run LocalStack | ||
| - [Help & support](/aws/help-support/): contact channels and troubleshooting | ||
|
|
||
| ## For AI agents and crawlers | ||
|
|
||
| If you reached a dead link programmatically, use these machine-readable indexes | ||
| to discover valid pages instead of guessing URLs: | ||
|
|
||
| - [Sitemap index](/sitemap-index.xml): every canonical page on this site | ||
| - [llms.txt](/llms.txt): structured index of the documentation for LLMs | ||
| - [llms-full.txt](/llms-full.txt): the full documentation as a single text file | ||
| - [agents.md](/agents.md): instructions for setting up and using LocalStack from an agent | ||
| - [API catalog](/.well-known/api-catalog): machine-readable list of documentation surfaces | ||
|
|
||
| You can also use the search box in the site header to find any topic by keyword. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This part is really messy and completely disrupts the homepage content + design. Let's sync tmw about potential ways to improve this. @HarshCasper