Skip to content

Commit

Permalink
Delegate Documentation builds to MkDocs, keep the rest as is
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Nov 20, 2023
1 parent 30910b2 commit 9d6bb36
Show file tree
Hide file tree
Showing 258 changed files with 347 additions and 95 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ main.css
/tmp

**/.DS_Store

# MkDocs
/temp_dir/
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ exclude:
- tmp
# Served via symbolic links
- .submodules
# Delegated to MkDocs
- _docs
keep_files:
- .git
- .svn
Expand Down
1 change: 0 additions & 1 deletion _docs/advanced/deploy-to-servlet-container.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: docs
title: Deploying into a servlet container
meta_title: Deploying into a servlet container | WireMock
description: "WireMock can be packaged up as a WAR and deployed into a servlet
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
116 changes: 58 additions & 58 deletions images/wm-concept-01.svg → _docs/images/wm-concept-01.svg
68 changes: 34 additions & 34 deletions _docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,21 @@ <h2>Getting Started</h2>

<div class="grid-container">
<a class="card" href="./overview">
<img src="{{ '/images/logos/doc-sections/summary.svg' | absolute_url }}" />
<img src="/images/logos/doc-sections/summary.svg" />
Overview
</a>
<a class="card" href="./getting-started">
<img
src="{{ '/images/logos/doc-sections/quickstart.svg' | absolute_url }}"
src="/images/logos/doc-sections/quickstart.svg"
/>
Quick Start
</a>
<a class="card" href="./download-and-installation">
<img src="{{ '/images/logos/doc-sections/download.svg' | absolute_url }}" />
<img src="/images/logos/doc-sections/download.svg" />
Download
</a>
<a class="card" href="../support">
<img src="{{ '/images/logos/doc-sections/help.svg' | absolute_url }}" />
<img src="/images/logos/doc-sections/help.svg" />
Get Help
</a>
</div>
Expand All @@ -99,15 +99,15 @@ <h2>Distributions</h2>

<div class="grid-container">
<a class="card" href="./running-standalone">
<img src="{{ '/images/logos/technology/jar.svg' | absolute_url }}" />
<img src="/images/logos/technology/jar.svg" />
Standalone JAR
</a>
<a class="card" href="./docker">
<img src="{{ '/images/logos/technology/docker.svg' | absolute_url }}" />
<img src="/images/logos/technology/docker.svg" />
Docker
</a>
<a class="card" href="./solutions/kubernetes">
<img src="{{ '/images/logos/technology/helm.svg' | absolute_url }}" />
<img src="/images/logos/technology/helm.svg" />
Helm (Experimental)
</a>
<a
Expand All @@ -116,12 +116,12 @@ <h2>Distributions</h2>
target="_blank"
>
<img
src="{{ '/images/wiremock-cloud/wiremock_cloud_favicon.svg' | absolute_url }}"
src="/images/wiremock-cloud/wiremock_cloud_favicon.svg"
/>
WireMock Cloud (commercial SaaS)
</a>
<a class="card" href="https://www.npmjs.com/package/wiremock" target="_blank">
<img src="{{ '/images/logos/technology/npm.svg' | absolute_url }}" />
<img src="/images/logos/technology/npm.svg" />
NPM
</a>
</div>
Expand All @@ -136,36 +136,36 @@ <h2>By use-case</h2>
<div class="grid-container">
<a class="card card-use-case" href="./request-matching">
<img
src="{{ '/images/requestIcon.svg' | absolute_url }}"
src="/images/requestIcon.svg"
alt="Wiremock Features"
/>
Advanced request matching
</a>
<a class="card card-use-case" href="./response-templating">
<img
src="{{ '/images/responseIcon.svg' | absolute_url }}"
src="/images/responseIcon.svg"
alt="wiremock dynamic response"
/>
Dynamic response templating
</a>
<!-- TODO: replace by a generic test framework listing -->
<a class="card card-use-case" href="./junit-jupiter">
<img
src="{{ '/images/logos/doc-sections/checklist.svg' | absolute_url }}"
src="/images/logos/doc-sections/checklist.svg"
alt="wiremock unit tests"
/>
Use API Mocking in your unit tests
</a>
<a class="card card-use-case" href="./simulating-faults">
<img
src="{{ '/images/faultIcon.svg' | absolute_url }}"
src="/images/faultIcon.svg"
alt="wiremock fault and latency"
/>
Fault and latency injection
</a>
<a class="card card-use-case" href="./record-playback">
<img
src="{{ '/images/recordIcon.svg' | absolute_url }}"
src="/images/recordIcon.svg"
alt="wiremock record playback"
/>
Record / Playback
Expand All @@ -178,14 +178,14 @@ <h2>By use-case</h2>
-->
<a class="card card-use-case" href="./mock-api-templates">
<img
src="{{ '/images/logos/doc-sections/template.svg' | absolute_url }}"
src="/images/logos/doc-sections/template.svg"
alt="WireMock API Templates"
/>
Use pre-defined Mock API templates
</a>
<a class="card card-use-case" href="./extending-wiremock">
<img
src="{{ '/images/logos/doc-sections/extensibility.svg' | absolute_url }}"
src="/images/logos/doc-sections/extensibility.svg"
alt="Extending WireMock"
/>
Extending WireMock
Expand All @@ -202,19 +202,19 @@ <h2>By protocol</h2>

<div class="grid-container">
<a class="card" href="./webhooks-and-callbacks">
<img src="{{ '/images/logos/technology/webhooks.svg' | absolute_url }}" />
<img src="/images/logos/technology/webhooks.svg" />
Webhooks and Callbacks
</a>
<a class="card" href="./https">
<img src="{{ '/images/logos/technology/https.svg' | absolute_url }}" />
<img src="/images/logos/technology/https.svg" />
HTTPs
</a>
<a class="card" href="./grpc">
<img src="{{ '/images/logos/technology/grpc.png' | absolute_url }}" />
<img src="/images/logos/technology/grpc.png" />
gRPC
</a>
<a class="card" href="./solutions/graphql">
<img src="{{ '/images/logos/technology/graphql.svg' | absolute_url }}" />
<img src="/images/logos/technology/graphql.svg" />
GraphQL
</a>
</div>
Expand All @@ -228,91 +228,91 @@ <h2>By technology</h2>

<div class="grid-container">
<a class="card" href="./solutions/jvm">
<img src="{{ '/images/logos/technology/java.svg' | absolute_url }}" />
<img src="/images/logos/technology/java.svg" />
Java and JVM
</a>
<a class="card" href="./solutions/python">
<img src="{{ '/images/logos/technology/python.svg' | absolute_url }}" />
<img src="/images/logos/technology/python.svg" />
Python
</a>
<a class="card" href="./spring-boot">
<img src="{{ '/images/logos/technology/spring.svg' | absolute_url }}" />
<img src="/images/logos/technology/spring.svg" />
Spring Boot
</a>
<a class="card" href="./solutions/nodejs">
<img
class="card-image"
src="{{ '/images/logos/technology/nodejs.svg' | absolute_url }}"
src="/images/logos/technology/nodejs.svg"
/>
Node.js
</a>
<a class="card" href="./solutions/android">
<img
class="card-image"
src="{{ '/images/logos/technology/android.svg' | absolute_url }}"
src="/images/logos/technology/android.svg"
/>
Android
</a>
<a class="card" href="./solutions/dotnet">
<img
class="card-image"
src="{{ '/images/logos/technology/dotnet.svg' | absolute_url }}"
src="/images/logos/technology/dotnet.svg"
/>
.NET
</a>
<a class="card" href="./solutions/golang">
<img
class="card-image"
src="{{ '/images/logos/technology/golang.svg' | absolute_url }}"
src="/images/logos/technology/golang.svg"
/>
Golang
</a>
<a class="card" href="./solutions/rust">
<img
class="card-image"
src="{{ '/images/logos/technology/rust.svg' | absolute_url }}"
src="/images/logos/technology/rust.svg"
/>
Rust
</a>
<a class="card" href="./solutions/groovy">
<img
class="card-image"
src="{{ '/images/logos/technology/groovy.svg' | absolute_url }}"
src="/images/logos/technology/groovy.svg"
/>
Groovy
</a>
<a class="card" href="./solutions/kotlin">
<img
class="card-image"
src="{{ '/images/logos/technology/kotlin.svg' | absolute_url }}"
src="/images/logos/technology/kotlin.svg"
/>
Kotlin
</a>
<a class="card" href="./solutions/kubernetes">
<img
class="card-image"
src="{{ '/images/logos/technology/kubernetes.svg' | absolute_url }}"
src="/images/logos/technology/kubernetes.svg"
/>
Kubernetes
</a>
<a class="card" href="./solutions/testcontainers">
<img
class="card-image"
src="{{ '/images/logos/technology/testcontainers.svg' | absolute_url }}"
src="/images/logos/technology/testcontainers.svg"
/>
Testcontainers
</a>
<a class="card" href="./solutions/quarkus">
<img
class="card-image"
src="{{ '/images/logos/technology/quarkus.svg' | absolute_url }}"
src="/images/logos/technology/quarkus.svg"
/>
Quarkus
</a>
<a class="card" href="./solutions/c_cpp">
<img
class="card-image"
src="{{ '/images/logos/technology/c.png' | absolute_url }}"
src="/images/logos/technology/c.png"
/>
C/C++
</a>
Expand Down
1 change: 0 additions & 1 deletion _docs/overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: docs
title: Overview
meta_title: WireMock Overview and Basics
toc_rank: 1
Expand Down
Loading

0 comments on commit 9d6bb36

Please sign in to comment.