From 3e9b1db516a4825c674ba00bfc74ced044dec125 Mon Sep 17 00:00:00 2001 From: Mark Swatosh Date: Thu, 29 Aug 2019 17:09:20 -0500 Subject: [PATCH] Updating docs to MicroShed Testing --- README.md | 2 +- docs/_config.yml | 4 ++-- docs/_layouts/default.html | 4 ++-- docs/index.md | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 346ab88c..658ba192 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MicroProfile System Test Framework +# MicroShed Testing [![](https://jitpack.io/v/dev-tools-for-enterprise-java/system-test.svg)](https://jitpack.io/#dev-tools-for-enterprise-java/system-test) [![Build Status](https://travis-ci.org/dev-tools-for-enterprise-java/system-test.svg?branch=master)](https://travis-ci.org/dev-tools-for-enterprise-java/system-test) diff --git a/docs/_config.yml b/docs/_config.yml index 3d409379..6654f9dd 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -13,12 +13,12 @@ # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: TBD System Test Framework +title: MicroShed Testing description: >- # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. -baseurl: "/system-test" # the subpath of your site, e.g. /blog +baseurl: "/microshed-testing" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com # Build settings diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index df270b46..9265aea1 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -14,9 +14,9 @@

{{ site.title | default: site.github.repository_name }}

- + - system-test + microshed-testing

diff --git a/docs/index.md b/docs/index.md index ef69bc9c..a99e2531 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,14 +1,14 @@ --- -title: "MicroProfile System Test Framework" +layout: post +title: "MicroShed Testing" --- -# MicroProfile System Test Framework -# Goals +## Goals 1. Easy to get started 1. Work with any JavaEE or MicroProfile runtime 1. Provide true-to-production tests that are easy to write and fast to run -# How to use in an existing project: +## How to use in an existing project: Add jitpack.io repository configuration to your pom.xml: ```xml