Skip to content

Commit

Permalink
Updated gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 29, 2023
1 parent b1c1065 commit 620189c
Show file tree
Hide file tree
Showing 8 changed files with 74 additions and 41 deletions.
8 changes: 4 additions & 4 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
<div class="nav-panel-explore is-active" data-panel="explore">
<ul class="components">
<li class="component">
<a class="title" href="/pact-avro-plugin/pact-avro-plugin/latest/index.html">Pact Avro Plugin</a>
<a class="title" href="/pact-avro-plugin/pact-avro-plugin/0.0.2/index.html">Pact Avro Plugin</a>
<ul class="versions">
<li class="version is-latest">
<a href="/pact-avro-plugin/pact-avro-plugin/latest/index.html">latest</a>
<a href="/pact-avro-plugin/pact-avro-plugin/0.0.2/index.html">0.0.2</a>
</li>
</ul>
</li>
Expand All @@ -62,15 +62,15 @@
<main class="article">
<div class="toolbar" role="navigation">
<button class="nav-toggle"></button>
<a href="/pact-avro-plugin/pact-avro-plugin/latest/index.html" class="home-link"></a>
<a href="/pact-avro-plugin/pact-avro-plugin/0.0.2/index.html" class="home-link"></a>
<nav class="breadcrumbs" aria-label="breadcrumbs">
</nav>
</div>
<div class="content">
<article class="doc">
<h1 class="page">Page Not Found</h1>
<div class="paragraph">
<p>The page you&#8217;re looking for does not exist. It may have been moved. You can return to the <a href="/pact-avro-plugin/latest/index.html">start page</a>, or follow one of the links in the navigation to the left.</p>
<p>The page you&#8217;re looking for does not exist. It may have been moved. You can return to the <a href="/pact-avro-plugin/0.0.2/index.html">start page</a>, or follow one of the links in the navigation to the left.</p>
</div>
<div class="paragraph">
<p>If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken.
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="canonical" href="https://austek.github.io/pact-avro-plugin/pact-avro-plugin/latest/index.html">
<script>location="pact-avro-plugin/latest/index.html"</script>
<meta http-equiv="refresh" content="0; url=pact-avro-plugin/latest/index.html">
<link rel="canonical" href="https://austek.github.io/pact-avro-plugin/pact-avro-plugin/0.0.2/index.html">
<script>location="pact-avro-plugin/0.0.2/index.html"</script>
<meta http-equiv="refresh" content="0; url=pact-avro-plugin/0.0.2/index.html">
<meta name="robots" content="noindex">
<title>Redirect Notice</title>
<h1>Redirect Notice</h1>
<p>The page you requested has been relocated to <a href="pact-avro-plugin/latest/index.html">https://austek.github.io/pact-avro-plugin/pact-avro-plugin/latest/index.html</a>.</p>
<p>The page you requested has been relocated to <a href="pact-avro-plugin/0.0.2/index.html">https://austek.github.io/pact-avro-plugin/pact-avro-plugin/0.0.2/index.html</a>.</p>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Getting Started :: Pact Avro Plugin</title>
<link rel="canonical" href="https://austek.github.io/pact-avro-plugin/pact-avro-plugin/latest/getting_started.html">
<link rel="canonical" href="https://austek.github.io/pact-avro-plugin/pact-avro-plugin/0.0.2/getting_started.html">
<link rel="prev" href="index.html">
<link rel="next" href="logging.html">
<meta name="generator" content="Antora 3.1.2">
Expand Down Expand Up @@ -44,7 +44,7 @@
</nav>
</header>
<div class="body">
<div class="nav-container" data-component="pact-avro-plugin" data-version="latest">
<div class="nav-container" data-component="pact-avro-plugin" data-version="0.0.2">
<aside class="nav">
<div class="panels">
<div class="nav-panel-menu is-active" data-panel="menu">
Expand All @@ -71,14 +71,14 @@ <h3 class="title"><a href="index.html">Pact Avro Plugin</a></h3>
<div class="nav-panel-explore" data-panel="explore">
<div class="context">
<span class="title">Pact Avro Plugin</span>
<span class="version">latest</span>
<span class="version">0.0.2</span>
</div>
<ul class="components">
<li class="component is-current">
<a class="title" href="index.html">Pact Avro Plugin</a>
<ul class="versions">
<li class="version is-current is-latest">
<a href="index.html">latest</a>
<a href="index.html">0.0.2</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -127,7 +127,7 @@ <h2 id="installation"><a class="anchor" href="#installation"></a>Installation</h
</div>
<div class="paragraph">
<p>Plugin installation requires the plugin executable binary as well as the plugin manifest file to be unpacked/copied into a Pact plugin directory. By default, this will be <code>.pact/plugins/avro-&lt;version&gt;</code> in the home directory (i.e.
<code>$HOME/.pact/plugins/avro-0.0.4</code> for version 0.0.4).</p>
<code>$HOME/.pact/plugins/avro-0.0.2</code> for version 0.0.2).</p>
</div>
<div class="sect2">
<h3 id="automated"><a class="anchor" href="#automated"></a>Automated</h3>
Expand All @@ -145,17 +145,47 @@ <h3 id="automated"><a class="anchor" href="#automated"></a>Automated</h3>
</div>
<div class="sect2">
<h3 id="manual"><a class="anchor" href="#manual"></a>Manual</h3>
<div class="listingblock">
<div class="title">Run install-plugin.sh:</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">wget -O - https://github.com/austek/pact-avro-plugin/releases/latest/download/install-plugin.sh | bash</code></pre>
</div>
<div class="paragraph">
<p>Example installation of version 0.0.2 (replace with the actual version you are using):</p>
</div>
<div class="dlist">
<dl>
<dt class="hdlist1">INFORMATION</dt>
<dd>
<p>The default plugin directory (<code>$HOME/.pact/plugins</code>) can be changed by setting the <code>PACT_PLUGIN_DIR</code> environment variable.</p>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>Create the plugin directory if needed:</p>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">mkdir -p ~/.pact/plugins/avro-0.0.2</code></pre>
</div>
</div>
</li>
<li>
<p>Download the plugin executable into the directory:</p>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">wget -c https://github.com/austek/pact-avro-plugin/releases/download/v0.0.2/pact-avro-plugin-0.0.2.tgz -O ~/.pact/plugins/avro-0.0.2/pact-avro-plugin.tgz</code></pre>
</div>
</div>
</li>
<li>
<p>Unpack the plugin executable:</p>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">tar -C ~/.pact/plugins/avro-$0.0.2 -xzvf ~/.pact/plugins/avro-0.0.2/pact-avro-plugin.tgz --strip-components 1</code></pre>
</div>
</div>
</li>
</ol>
</div>
</dd>
<dt class="hdlist1">NOTE</dt>
<dd>
<p>The unpacked executable name must match the <code>entryPoint</code> value in the manifest file. By default, this is
<code>pact-avro-plugin</code>.</p>
</dd>
</dl>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Overview :: Pact Avro Plugin</title>
<link rel="canonical" href="https://austek.github.io/pact-avro-plugin/pact-avro-plugin/latest/index.html">
<link rel="canonical" href="https://austek.github.io/pact-avro-plugin/pact-avro-plugin/0.0.2/index.html">
<link rel="next" href="getting_started.html">
<meta name="generator" content="Antora 3.1.2">
<link rel="stylesheet" href="../../_/css/site.css">
Expand Down Expand Up @@ -44,7 +44,7 @@
</nav>
</header>
<div class="body">
<div class="nav-container" data-component="pact-avro-plugin" data-version="latest">
<div class="nav-container" data-component="pact-avro-plugin" data-version="0.0.2">
<aside class="nav">
<div class="panels">
<div class="nav-panel-menu is-active" data-panel="menu">
Expand All @@ -71,14 +71,14 @@ <h3 class="title"><a href="index.html">Pact Avro Plugin</a></h3>
<div class="nav-panel-explore" data-panel="explore">
<div class="context">
<span class="title">Pact Avro Plugin</span>
<span class="version">latest</span>
<span class="version">0.0.2</span>
</div>
<ul class="components">
<li class="component is-current">
<a class="title" href="index.html">Pact Avro Plugin</a>
<ul class="versions">
<li class="version is-current is-latest">
<a href="index.html">latest</a>
<a href="index.html">0.0.2</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -117,7 +117,7 @@ <h1 class="page">Overview</h1>
<div class="ulist">
<ul>
<li>
<p><a href="https://github.com/pact-foundation/pact-jvm">Pact-JVM v4.6.x</a> / JDK 17+</p>
<p><a href="https://github.com/pact-foundation/pact-jvm">Pact-JVM v4.4.x</a></p>
</li>
<li>
<p><a href="https://github.com/pact-foundation/pact-reference/tree/master/rust/pact_consumer">Pact-Rust Consumer v0.9.x</a></p>
Expand All @@ -126,7 +126,7 @@ <h1 class="page">Overview</h1>
<p><a href="https://github.com/pact-foundation/pact-reference/tree/master/rust/pact_verifier_cli">Pact-Rust Verifier v0.9.x</a></p>
</li>
<li>
<p><a href="https://github.com/pact-foundation/pact-go">Pact-Go v2.0.0</a></p>
<p><a href="https://github.com/pact-foundation/pact-go">Pact-Go v2.0.0-beta</a></p>
</li>
</ul>
</div>
Expand Down Expand Up @@ -154,6 +154,9 @@ <h2 id="unsupported-features"><a class="anchor" href="#unsupported-features"></a
</li>
</ul>
</div>
<div class="paragraph">
<p>TBD</p>
</div>
</div>
</div>
<div class="sect1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Logging :: Pact Avro Plugin</title>
<link rel="canonical" href="https://austek.github.io/pact-avro-plugin/pact-avro-plugin/latest/logging.html">
<link rel="canonical" href="https://austek.github.io/pact-avro-plugin/pact-avro-plugin/0.0.2/logging.html">
<link rel="prev" href="getting_started.html">
<link rel="next" href="testing.html">
<meta name="generator" content="Antora 3.1.2">
Expand Down Expand Up @@ -44,7 +44,7 @@
</nav>
</header>
<div class="body">
<div class="nav-container" data-component="pact-avro-plugin" data-version="latest">
<div class="nav-container" data-component="pact-avro-plugin" data-version="0.0.2">
<aside class="nav">
<div class="panels">
<div class="nav-panel-menu is-active" data-panel="menu">
Expand All @@ -71,14 +71,14 @@ <h3 class="title"><a href="index.html">Pact Avro Plugin</a></h3>
<div class="nav-panel-explore" data-panel="explore">
<div class="context">
<span class="title">Pact Avro Plugin</span>
<span class="version">latest</span>
<span class="version">0.0.2</span>
</div>
<ul class="components">
<li class="component is-current">
<a class="title" href="index.html">Pact Avro Plugin</a>
<ul class="versions">
<li class="version is-current is-latest">
<a href="index.html">latest</a>
<a href="index.html">0.0.2</a>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Testing :: Pact Avro Plugin</title>
<link rel="canonical" href="https://austek.github.io/pact-avro-plugin/pact-avro-plugin/latest/testing.html">
<link rel="canonical" href="https://austek.github.io/pact-avro-plugin/pact-avro-plugin/0.0.2/testing.html">
<link rel="prev" href="logging.html">
<meta name="generator" content="Antora 3.1.2">
<link rel="stylesheet" href="../../_/css/site.css">
Expand Down Expand Up @@ -43,7 +43,7 @@
</nav>
</header>
<div class="body">
<div class="nav-container" data-component="pact-avro-plugin" data-version="latest">
<div class="nav-container" data-component="pact-avro-plugin" data-version="0.0.2">
<aside class="nav">
<div class="panels">
<div class="nav-panel-menu is-active" data-panel="menu">
Expand All @@ -70,14 +70,14 @@ <h3 class="title"><a href="index.html">Pact Avro Plugin</a></h3>
<div class="nav-panel-explore" data-panel="explore">
<div class="context">
<span class="title">Pact Avro Plugin</span>
<span class="version">latest</span>
<span class="version">0.0.2</span>
</div>
<ul class="components">
<li class="component is-current">
<a class="title" href="index.html">Pact Avro Plugin</a>
<ul class="versions">
<li class="version is-current is-latest">
<a href="index.html">latest</a>
<a href="index.html">0.0.2</a>
</li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion search-index.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://austek.github.io/pact-avro-plugin/pact-avro-plugin/latest/getting_started.html</loc>
<lastmod>2023-11-29T16:21:31.987Z</lastmod>
<loc>https://austek.github.io/pact-avro-plugin/pact-avro-plugin/0.0.2/getting_started.html</loc>
<lastmod>2023-11-29T17:51:25.607Z</lastmod>
</url>
<url>
<loc>https://austek.github.io/pact-avro-plugin/pact-avro-plugin/latest/index.html</loc>
<lastmod>2023-11-29T16:21:31.987Z</lastmod>
<loc>https://austek.github.io/pact-avro-plugin/pact-avro-plugin/0.0.2/index.html</loc>
<lastmod>2023-11-29T17:51:25.607Z</lastmod>
</url>
<url>
<loc>https://austek.github.io/pact-avro-plugin/pact-avro-plugin/latest/logging.html</loc>
<lastmod>2023-11-29T16:21:31.987Z</lastmod>
<loc>https://austek.github.io/pact-avro-plugin/pact-avro-plugin/0.0.2/logging.html</loc>
<lastmod>2023-11-29T17:51:25.607Z</lastmod>
</url>
<url>
<loc>https://austek.github.io/pact-avro-plugin/pact-avro-plugin/latest/testing.html</loc>
<lastmod>2023-11-29T16:21:31.987Z</lastmod>
<loc>https://austek.github.io/pact-avro-plugin/pact-avro-plugin/0.0.2/testing.html</loc>
<lastmod>2023-11-29T17:51:25.607Z</lastmod>
</url>
</urlset>

0 comments on commit 620189c

Please sign in to comment.