Skip to content

Commit

Permalink
* Remove redundant css
Browse files Browse the repository at this point in the history
* Add more content from original homepage
  • Loading branch information
limptwiglet committed Jan 12, 2024
1 parent 3776d15 commit 3035d4c
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 4 deletions.
271 changes: 271 additions & 0 deletions _site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,275 @@ template: static.html
</div>
</div>
</div>
</div>

<div class="home-header-wrapper">
<div class="container">
<div class="home-header-container">
<div class="home-header-hero-text">
<h1>
<a id="opensource"></a> Flexible API Mocking for Testing and
Development
</h1>

<div class="summary-header-stats">
<a
href="https://github.com/wiremock/wiremock/stargazers"
target="_blank"
>
<img
alt="GitHub Repo stars"
src="https://img.shields.io/github/stars/wiremock/wiremock?style=social"
/>
</a>
<a href="https://github.com/wiremock/wiremock" target="_blank">
<img
alt="GitHub forks"
src="https://img.shields.io/github/forks/wiremock/wiremock?style=social"
/>
</a>
<a href="https://github.com/wiremock/" target="_blank">
<img
alt="Downloads"
src="https://img.shields.io/badge/Downloads-5M%2B%20%2F%20month-white?style=social"
/>
</a>
<a href="https://github.com/wiremock/" target="_blank">
<img
alt="Contributors"
src="https://img.shields.io/badge/Contributors-279-white?style=social&logo=github"
/>
</a>

<!-- Automate pulling with fancy style
<a href="https://github.com/wiremock/" target="_blank">
<img alt="Contributors" src="https://cauldron.io/project/7478/export/svg/git_contributors.svg" >
</a>
--></div>

<p>
WireMock is a tool for building mock APIs. Create stable development
environments, isolate yourself from flakey 3rd parties and simulate
APIs that don't exist yet.
</p>

<div class="wiremock-cloud__buttons">
<a href="/docs/" class="btn t-6"
>Documentation</a
>
<a
href=""
class="btn btn--inverse t-6"
>Slack Community</a
>
</div>
</div>
<div class="home-header-hero-text whats-hot">
<h2>
<img src="/images/logos/doc-sections/loudspeaker.svg" width="32px"/>&nbsp;
What's <b style="color:red;">NEW</b>? WireMock API Template Library</h2>
<p>
Test against popular 3rd-party services in a few clicks!
</p>
<p>
<a href="https://library.wiremock.org">
<img src="https://library.wiremock.org/images/logo/template-library-wide.png" width="100%">
</a>
</p>
<p>
Browse <a href="https://library.wiremock.org">our library</a> of mock API templates and examples, find the API that you need,
and mock it in seconds - on your local machine or in the cloud.
<a href="/docs/mock-api-templates/">Learn More...</a>
</p>
</div>
</div>
</div>
</div>
<div id="wiremock-cloud-learn-more">
<div class="container">
<a id="a-wiremock-cloud" href="#wiremock-cloud-learn-more">z</a>
<div class="wiremock-cloud-wrapper">
<div class="wiremock-cloud-img-wrapper">
<img
class="wiremock-cloud-img"
src="/images/wiremock-cloud/hero-screenshot.png"
alt="wiremock cloud screenshot"
/>
</div>
<div class="wiremock-cloud-vLine"></div>

<div id="wiremock-cloud" class="wiremock-cloud-details">
<img
src="/assets/svg/cloud-logo.svg"
|
alt="wiremock cloud logo"
class="logo"
/>
<h3 class="heading t-4">Hosted API mocking for everyone</h3>

<ul class="mocklab-callout-bullets">
<li>SaaS, nothing to install</li>
<li>For individuals, teams and enterprises</li>
<li>Intuitive web UI for developers</li>
<li>OpenAPI, Swagger and Postman import</li>
<li><b style="color: red">NEW:</b> Chaos Engineering</li>
<li>Generous free plan</li>
</ul>

<div class="wiremock-cloud__buttons">
<a
href="https://www.wiremock.io/product?utm_source=wiremock.org&utm_medium=referral&utm_campaign=homepage-callout_learn-more"
class="btn t-6"
>Learn more</a
>
<a
href="https://app.wiremock.cloud/signup?utm_source=wiremock.org&utm_medium=referral&homepage-callout_try-it-now"
class="btn btn--inverse t-6"
>Sign Up for Free</a
>
</div>
</div>
</div>
</div>

<div class="key-features-wrapper">
<div class="container">
<h2 class="keyFeaturesTXT">Key Features</h2>
<p class="keyFeaturesInfo">
WireMock frees you from dependency on unstable APIs and allows you to
develop with confidence. It's easy to launch a mock API server and
simulate a host of real-world scenarios and APIs - including REST, SOAP,
OAuth2 and more.
</p>
<div class="container key-features-grid">
<div class="key-features-card">
<div class="key-features__icon">
<img
src="/images/requestIcon.svg"
alt="Wiremock Features"
/>
</div>
<p>Advanced request matching</p>
</div>
<div class="key-features-card">
<div class="key-features__icon">
<img
src="/images/responseIcon.svg"
alt="wiremock dynamic response"
/>
</div>
<p>Dynamic response templating</p>
</div>
<div class="key-features-card">
<div class="key-features__icon">
<img
src="/images/unitTestIcon.svg"
alt="wiremock unit tests"
/>
</div>
<p>
Run in your unit tests, on your laptop or in your test environment.
</p>
</div>
<div class="key-features-card">
<div class="key-features__icon">
<img
src="/images/faultIcon.svg"
alt="wiremock fault and latency"
/>
</div>
<p>Fault and latency injection</p>
</div>
<div class="key-features-card">
<div class="key-features__icon">
<img
src="/images/recordIcon.svg"
alt="wiremock record playback"
/>
</div>
<p>Record / Playback</p>
</div>
<div class="key-features-card">
<div class="key-features__icon">
<img
src="/images/httpIcon.svg"
alt="wiremock java, python, http"
/>
</div>
<p>Java, Python, HTTP and</p>
<p>JSON file APIs</p>
</div>
</div>
<a class="key-features__cta btn t-6" href="docs/">Full Documentation</a>
</div>
</div>
<div class="downloads-wrapper container">
<h2 class="t-2">Downloads</h2>
<p class="keyFeaturesInfo">
WireMock is available as a standalone service, Java library and
integrations for modern languages and technology stacks.
</p>
</div>

<div class="faq-wrapper">
<div class="container faq">
<h2 class="faq__title">Frequently Asked Questions</h2>

<dl class="faq-list">
<dt>What is WireMock? <i class="faq-list__icon"></i></dt>
<dd>
WireMock is a free API mocking tool that can be run as a standalone
server, or in a hosted version via the
<a href="https://wiremock.io/">WireMock Cloud</a> managed service.
</dd>

<dt>What is API mocking? <i class="faq-list__icon"></i></dt>
<dd>
API mocking involves creating a simple simulation of an API, accepting
the same types of request and returning identically structured
responses as the real thing, enabling fast and reliable development
and testing.
</dd>

<dt>When do you need to mock APIs? <i class="faq-list__icon"></i></dt>
<dd>
API mocking is typically used during development and testing as it
allows you to build your app without worrying about 3rd party APIs or
sandboxes breaking. It can also be used to rapidly prototype APIs that
don’t exist yet.
</dd>

<dt>How do you create an API mock? <i class="faq-list__icon"></i></dt>
<dd>
WireMock supports several approaches for creating mock APIs - in code,
via its REST API, as JSON files and by recording HTTP traffic proxied
to another destination.
</dd>

<dt>What makes WireMock unique? <i class="faq-list__icon"></i></dt>
<dd>
WireMock has a rich
<a href="docs/request-matching/">matching system</a>, allowing any
part of an incoming request to be matched against complex and precise
criteria. Responses of any complexity can be dynamically generated via
the Handlebars based templating system. Finally, WireMock is easy to
integrate into any workflow due to its numerous
<a href="docs/extending-wiremock/">extension points</a> and
comprehensive APIs.
</dd>

<dt>Is WireMock open source? <i class="faq-list__icon"></i></dt>
<dd>
Yes, WireMock is a completely open source API mocking tool (<a
href="https://github.com/wiremock/wiremock"
>GitHub repo</a
>). If you’re looking for a hosted version of WireMock, check out
<a href="https://wiremock.io/">WireMock Cloud</a>.
</dd>

<dt>Is WireMock a free service? <i class="faq-list__icon"></i></dt>
<dd>WireMock is completely free under the Apache 2.0 license.</dd>
</dl>
</div>
</div>
</div>
4 changes: 0 additions & 4 deletions extra_sass/_static.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,5 @@
a {
text-decoration: none;
}

.md-nav__button {
display: none;
}
}

0 comments on commit 3035d4c

Please sign in to comment.