diff --git a/microsite/blog/2021-05-20-adopting-backstage.md b/microsite/blog/2021-05-20-adopting-backstage.md index 94e3ba8e68..90836f17fb 100644 --- a/microsite/blog/2021-05-20-adopting-backstage.md +++ b/microsite/blog/2021-05-20-adopting-backstage.md @@ -35,7 +35,7 @@ Within today’s complex development environments, there are barriers both big a -![Backstage Software Templates rocket](assets/21-05-20/create.png) +![Backstage Software Templates rocket](assets/21-05-20/create.gif) ### Create **Job:** You’re an engineer, ready to start building a new microservice. Do you just pick whatever framework you want? How do you reserve capacity to run your service in production? What about managing CI/CD? @@ -44,7 +44,7 @@ Within today’s complex development environments, there are barriers both big a **Result:** By making it easier to start new projects, your engineers get to the good part of coding features faster. And your organization’s best practices are built into the templates, encouraging standards and reducing complexity in your tech ecosystem. -![Backstage Service Catalog system](assets/21-05-20/manage.png) +![Backstage Service Catalog system](assets/21-05-20/manage.gif) ### Manage **Job:** You’re on a small team that owns a dozen services. Whenever you update and deploy those services, you’re switching between your CI, the AWS console, a security dashboard, and a CLI so you can try to figure out which Kubernetes cluster your service ended up on. In other words, you have a lot of open windows and tabs, and each step means switching to a new interface. @@ -53,7 +53,7 @@ Within today’s complex development environments, there are barriers both big a **Result**: One page in Backstage has everything you need to manage the software you own. No more context-switching. No more digging through your cloud provider’s obscure admin features. Outside the repo and your IDE, everything you need to manage your service is right inside Backstage. -![Backstage explorer](assets/21-05-20/explore.png) +![Backstage explorer](assets/21-05-20/explore.gif) ### Explore **Job:** You're building a new mobile feature that needs to ensure a user is paying for the premium version of your product — but someone must’ve already built a library that handles that, right? A company-wide email and a few calls for help on Slack yield no response, so you resign yourself to building the capability yourself. Turns out someone did build the library you needed. They were just on vacation so they didn’t see your messages. How do you enable better discovery and collaboration across your org? diff --git a/microsite/blog/assets/21-05-20/create.gif b/microsite/blog/assets/21-05-20/create.gif new file mode 100644 index 0000000000..c569729add Binary files /dev/null and b/microsite/blog/assets/21-05-20/create.gif differ diff --git a/microsite/blog/assets/21-05-20/create.png b/microsite/blog/assets/21-05-20/create.png deleted file mode 100644 index 24b97ed246..0000000000 Binary files a/microsite/blog/assets/21-05-20/create.png and /dev/null differ diff --git a/microsite/blog/assets/21-05-20/explore.gif b/microsite/blog/assets/21-05-20/explore.gif new file mode 100644 index 0000000000..0114c17e0a Binary files /dev/null and b/microsite/blog/assets/21-05-20/explore.gif differ diff --git a/microsite/blog/assets/21-05-20/explore.png b/microsite/blog/assets/21-05-20/explore.png deleted file mode 100644 index 50ef8ab7e3..0000000000 Binary files a/microsite/blog/assets/21-05-20/explore.png and /dev/null differ diff --git a/microsite/blog/assets/21-05-20/manage.gif b/microsite/blog/assets/21-05-20/manage.gif new file mode 100644 index 0000000000..d7695e4a17 Binary files /dev/null and b/microsite/blog/assets/21-05-20/manage.gif differ diff --git a/microsite/blog/assets/21-05-20/manage.png b/microsite/blog/assets/21-05-20/manage.png deleted file mode 100644 index de98fa8e07..0000000000 Binary files a/microsite/blog/assets/21-05-20/manage.png and /dev/null differ