-
Notifications
You must be signed in to change notification settings - Fork 121
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
Rename Chaos Experiments docs #1578
Conversation
🎊 PR Preview has been successfully built and deployed to https://localstack-docs-preview-pr-1578.surge.sh 🎊 |
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.
Tip: You can use git-mv to retain the file history when renaming/moving files. In this case, this file is treated as deleted and the copy a new one.
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 when I thought I knew enough about git. Thanks, @viren-nadkarni! Let me try this. 😃
0c4a61c
to
2bcec73
Compare
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 highlighting some of the changes for visibility. 👀
Thanks for taking a look, @viren-nadkarni! 🏓
Cc @HarshCasper for visibility
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.
thought: I believe images in docs should be used sparingly as they get outdated fast—for example, currently MOST web app screenshots in our docs are outdated after the latest navigation updates, see relevant discussion (internal).
- This will replace this screenshot to match the upcoming changes in https://github.com/localstack/localstack-web/pull/1511.
- Using Arc browser frame here to try something new, since currently the web app screenshots are also very inconsistent around this.
--- | ||
title: "Chaos Experiments" | ||
linkTitle: "Chaos Experiments" | ||
description: Chaos Experiments allows users to conduct chaos engineering experiments and test system reliability by injecting stress or failure in some part of a system. |
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.
note: Just highlighting the changed description for visibility.
- Chaos Engineering Dashboard allows users to run chaos experiments within their application stack to test the system's resilience.
+ Chaos Experiments allows users to conduct chaos engineering experiments and test system reliability by injecting stress or failure in some part of a system.
}
tags: ["Enterprise plan"] | ||
aliases: | ||
- /user-guide/chaos-engineering/web-application-dashboard/ | ||
- /user-guide/chaos-engineering/chaos-application-dashboard/ |
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.
note: Added this extra alias—if I understand correctly, that's how we manage redirects. 🤷
Closing this per relevant discussion! Thanks for taking a look, @viren-nadkarni! 💜 |
Follow-up from https://github.com/localstack/localstack-web/pull/1511.
This will rename the Chaos Engineering Dashboard to Chaos Experiments. 🧪