Skip to content
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

Updagting the studio page #286

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions studio/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: WireMock Studio
title: WireMock Studio is now WireMock Cloud
description: WireMock Studio is a tool for building and running mock APIs on your desktop or in your cluster.
---

Expand All @@ -16,17 +16,15 @@
<div class="wiremock-cloud-header__intro">
<div class="wiremock-cloud-header-middle">
<img class="wiremockBIG" src="{{ '/images/wiremockBIG.png' | absolute_url }}" />
<h2>Studio</h2>
<h2>Cloud</h2>
</div>
<h2 class="wiremock-cloud-subtitle">is an IDE for your mock APIs.</h2>
<h2 class="wiremock-cloud-mobile-subtitle">is an IDE for your</h2>
<h2 class="wiremock-cloud-mobile-subtitle">mock APIs.</h2>
<h2 class="wiremock-cloud-mobile-subtitle">is an API productivity platform powered by WireMock.</h2>

<p>
It provides management of multiple mock APIs, support for Swagger, OpenAPI, Postman and JWT, and a full web UI that's accessible to non-coders.
<strong>WireMock Studio has been replaced by WireMock Cloud.</strong> From Git sync to API prototyping to chaos testing and more, WireMock Cloud brings the power of mocking to every stage of building your application.
</p>
<div class="getStartedHeader">
<a class="getStartedLink" href="docs/">Get started</a>
<a class="getStartedLink" href="https://www.wiremock.io" target="_BLANK">Get started</a>
<img src="{{ '/images/studioRightIcon.svg' | absolute_url }}" alt="wiremock get started" width="11" height="11"/>
</div>

Expand Down
Loading