Skip to content

Commit

Permalink
added userguide to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 13, 2024
1 parent f439a72 commit c6da25c
Show file tree
Hide file tree
Showing 17 changed files with 73 additions and 73 deletions.
6 changes: 3 additions & 3 deletions userguide/android.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ <h4 id="_jgiven_android_dependency">JGiven Android Dependency</h4>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code class="language-gradle" data-lang="gradle">dependencies {
androidTestCompile("com.tngtech.jgiven:jgiven-android:2.0.0")
androidTestCompile("com.tngtech.jgiven:jgiven-android:2.0.1")
}</code></pre>
</div>
</div>
Expand Down Expand Up @@ -623,8 +623,8 @@ <h3 id="_example_project">Example Project</h3>
</div>
<div id="footer">
<div id="footer-text">
Version 2.0.0<br>
Last updated 2024-12-07 05:39:56 UTC
Version 2.0.1<br>
Last updated 2024-12-13 14:48:37 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions userguide/attachments.html
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,8 @@ <h3 id="_example_taking_screenshots_with_selenium_webdriver">Example: Taking Scr
</div>
<div id="footer">
<div id="footer-text">
Version 2.0.0<br>
Last updated 2024-12-07 05:39:56 UTC
Version 2.0.1<br>
Last updated 2024-12-13 14:48:37 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions userguide/exception_handling.html
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,8 @@ <h3 id="_a_better_approach">A better approach</h3>
</div>
<div id="footer">
<div id="footer-text">
Version 2.0.0<br>
Last updated 2024-12-07 05:39:56 UTC
Version 2.0.1<br>
Last updated 2024-12-13 14:48:37 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions userguide/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,8 @@ <h3 id="_using_junit_rules_directly_instead_of_deriving_from_scenariotest">Using
</div>
<div id="footer">
<div id="footer-text">
Version 2.0.0<br>
Last updated 2024-12-07 05:39:56 UTC
Version 2.0.1<br>
Last updated 2024-12-13 14:48:37 UTC
</div>
</div>
</body>
Expand Down
44 changes: 22 additions & 22 deletions userguide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@
<h1>JGiven User Guide</h1>
<div class="details">
<span id="author" class="author">Jan Schäfer</span><br>
<span id="revnumber">version 2.0.0</span>
<span id="revnumber">version 2.0.1</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -765,7 +765,7 @@ <h4 id="_maven_dependency"><a class="anchor" href="#_maven_dependency"></a>2.1.1
<pre class="CodeRay highlight nowrap"><code data-lang="maven">&lt;dependency&gt;
&lt;groupId&gt;com.tngtech.jgiven&lt;/groupId&gt;
&lt;artifactId&gt;jgiven-junit&lt;/artifactId&gt;
&lt;version&gt;2.0.0&lt;/version&gt;
&lt;version&gt;2.0.1&lt;/version&gt;
&lt;scope&gt;test&lt;/scope&gt;
&lt;/dependency&gt;</code></pre>
</div>
Expand All @@ -776,7 +776,7 @@ <h4 id="_gradle_dependency"><a class="anchor" href="#_gradle_dependency"></a>2.1
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">dependencies {
testImplementation 'com.tngtech.jgiven:jgiven-junit:2.0.0'
testImplementation 'com.tngtech.jgiven:jgiven-junit:2.0.1'
}</code></pre>
</div>
</div>
Expand All @@ -796,7 +796,7 @@ <h4 id="_maven_dependency_2"><a class="anchor" href="#_maven_dependency_2"></a>2
<pre class="CodeRay highlight nowrap"><code data-lang="maven">&lt;dependency&gt;
&lt;groupId&gt;com.tngtech.jgiven&lt;/groupId&gt;
&lt;artifactId&gt;jgiven-testng&lt;/artifactId&gt;
&lt;version&gt;2.0.0&lt;/version&gt;
&lt;version&gt;2.0.1&lt;/version&gt;
&lt;scope&gt;test&lt;/scope&gt;
&lt;/dependency&gt;</code></pre>
</div>
Expand All @@ -807,7 +807,7 @@ <h4 id="_gradle_dependency_2"><a class="anchor" href="#_gradle_dependency_2"></a
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">dependencies {
testImplementation 'com.tngtech.jgiven:jgiven-testng:2.0.0'
testImplementation 'com.tngtech.jgiven:jgiven-testng:2.0.1'
}</code></pre>
</div>
</div>
Expand Down Expand Up @@ -1099,7 +1099,7 @@ <h4 id="_maven"><a class="anchor" href="#_maven"></a>4.4.1. Maven</h4>
<span class="tag">&lt;plugin&gt;</span>
<span class="tag">&lt;groupId&gt;</span>com.tngtech.jgiven<span class="tag">&lt;/groupId&gt;</span>
<span class="tag">&lt;artifactId&gt;</span>jgiven-maven-plugin<span class="tag">&lt;/artifactId&gt;</span>
<span class="tag">&lt;version&gt;</span>2.0.0<span class="tag">&lt;/version&gt;</span>
<span class="tag">&lt;version&gt;</span>2.0.1<span class="tag">&lt;/version&gt;</span>
<span class="tag">&lt;executions&gt;</span>
<span class="tag">&lt;execution&gt;</span>
<span class="tag">&lt;goals&gt;</span>
Expand Down Expand Up @@ -1183,7 +1183,7 @@ <h4 id="_gradle"><a class="anchor" href="#_gradle"></a>4.4.2. Gradle</h4>
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">plugins {
id &quot;com.tngtech.jgiven.gradle-plugin&quot; version &quot;2.0.0&quot;
id &quot;com.tngtech.jgiven.gradle-plugin&quot; version &quot;2.0.1&quot;
}</code></pre>
</div>
</div>
Expand All @@ -1201,7 +1201,7 @@ <h4 id="_gradle"><a class="anchor" href="#_gradle"></a>4.4.2. Gradle</h4>
}

dependencies {
classpath &quot;com.tngtech.jgiven:jgiven-gradle-plugin:2.0.0&quot;
classpath &quot;com.tngtech.jgiven:jgiven-gradle-plugin:2.0.1&quot;
}
}

Expand Down Expand Up @@ -3131,7 +3131,7 @@ <h4 id="_maven_2"><a class="anchor" href="#_maven_2"></a>12.1.1. Maven</h4>
<pre class="CodeRay highlight nowrap"><code data-lang="maven">&lt;dependency&gt;
&lt;groupId&gt;com.tngtech.jgiven&lt;/groupId&gt;
&lt;artifactId&gt;jgiven-spock&lt;/artifactId&gt;
&lt;version&gt;2.0.0&lt;/version&gt;
&lt;version&gt;2.0.1&lt;/version&gt;
&lt;scope&gt;test&lt;/scope&gt;
&lt;/dependency&gt;</code></pre>
</div>
Expand All @@ -3142,7 +3142,7 @@ <h4 id="_gradle_2"><a class="anchor" href="#_gradle_2"></a>12.1.2. Gradle</h4>
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">dependencies {
testImplementation &quot;com.tngtech.jgiven:jgiven-spock:2.0.0&quot;
testImplementation &quot;com.tngtech.jgiven:jgiven-spock:2.0.1&quot;
}</code></pre>
</div>
</div>
Expand Down Expand Up @@ -3203,7 +3203,7 @@ <h4 id="_maven_3"><a class="anchor" href="#_maven_3"></a>13.1.1. Maven</h4>
<pre class="CodeRay highlight nowrap"><code data-lang="maven">&lt;dependency&gt;
&lt;groupId&gt;com.tngtech.jgiven&lt;/groupId&gt;
&lt;artifactId&gt;jgiven-spring-junit5&lt;/artifactId&gt;
&lt;version&gt;2.0.0&lt;/version&gt;
&lt;version&gt;2.0.1&lt;/version&gt;
&lt;scope&gt;test&lt;/scope&gt;
&lt;/dependency&gt;</code></pre>
</div>
Expand All @@ -3214,7 +3214,7 @@ <h4 id="_gradle_3"><a class="anchor" href="#_gradle_3"></a>13.1.2. Gradle</h4>
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">dependencies {
testImplementation(&quot;com.tngtech.jgiven:jgiven-spring-junit5:2.0.0&quot;)
testImplementation(&quot;com.tngtech.jgiven:jgiven-spring-junit5:2.0.1&quot;)
}</code></pre>
</div>
</div>
Expand All @@ -3230,7 +3230,7 @@ <h3 id="_configure_spring"><a class="anchor" href="#_configure_spring"></a>13.2.
<h4 id="_annotation_based"><a class="anchor" href="#_annotation_based"></a>13.2.1. Annotation-Based</h4>
<div class="paragraph">
<p>If you are using the annotation-based configuration of Spring you can annotate your Spring
Test Configuration with the <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-spring/2.0.0/com/tngtech/jgiven/integration/spring/EnableJGiven.html"><code>@EnableJGiven</code></a> annotation.
Test Configuration with the <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-spring/2.0.1/com/tngtech/jgiven/integration/spring/EnableJGiven.html"><code>@EnableJGiven</code></a> annotation.
This is all you have to do to configure Spring for JGiven.</p>
</div>
<div class="sect4">
Expand Down Expand Up @@ -3335,7 +3335,7 @@ <h3 id="_stages_as_spring_beans"><a class="anchor" href="#_stages_as_spring_bean
<div class="paragraph">
<p>In order to treat JGiven stages as Spring beans, e.g. if you want to inject
other Spring beans into your stages, you have to annotate
the stage class with the <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-spring/2.0.0/com/tngtech/jgiven/integration/spring/JGivenStage.html"><code>@JGivenStage</code></a> annotation.</p>
the stage class with the <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-spring/2.0.1/com/tngtech/jgiven/integration/spring/JGivenStage.html"><code>@JGivenStage</code></a> annotation.</p>
</div>
<div class="sect3">
<h4 id="_example_11"><a class="anchor" href="#_example_11"></a>13.4.1. Example</h4>
Expand Down Expand Up @@ -3427,7 +3427,7 @@ <h4 id="_jgiven_android_dependency"><a class="anchor" href="#_jgiven_android_dep
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">dependencies {
androidTestCompile(&quot;com.tngtech.jgiven:jgiven-android:2.0.0&quot;)
androidTestCompile(&quot;com.tngtech.jgiven:jgiven-android:2.0.1&quot;)
}</code></pre>
</div>
</div>
Expand Down Expand Up @@ -3598,7 +3598,7 @@ <h4 id="_maven_4"><a class="anchor" href="#_maven_4"></a>16.2.1. Maven</h4>
<pre class="CodeRay highlight nowrap"><code data-lang="maven">&lt;dependency&gt;
&lt;groupId&gt;com.tngtech.jgiven&lt;/groupId&gt;
&lt;artifactId&gt;jgiven-junit5&lt;/artifactId&gt;
&lt;version&gt;2.0.0&lt;/version&gt;
&lt;version&gt;2.0.1&lt;/version&gt;
&lt;scope&gt;test&lt;/scope&gt;
&lt;/dependency&gt;</code></pre>
</div>
Expand All @@ -3609,7 +3609,7 @@ <h4 id="_gradle_4"><a class="anchor" href="#_gradle_4"></a>16.2.2. Gradle</h4>
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">dependencies {
testImplementation(&quot;com.tngtech.jgiven:jgiven-junit5:2.0.0&quot;)
testImplementation(&quot;com.tngtech.jgiven:jgiven-junit5:2.0.1&quot;)
}</code></pre>
</div>
</div>
Expand All @@ -3618,7 +3618,7 @@ <h4 id="_gradle_4"><a class="anchor" href="#_gradle_4"></a>16.2.2. Gradle</h4>
<div class="sect2">
<h3 id="_use_jgiven_with_junit_5"><a class="anchor" href="#_use_jgiven_with_junit_5"></a>16.3. Use JGiven with JUnit 5</h3>
<div class="paragraph">
<p>JGiven support for JUnit 5 is provided by the <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/2.0.0/com/tngtech/jgiven/junit5/JGivenExtension.html"><code>JGivenExtension</code></a>
<p>JGiven support for JUnit 5 is provided by the <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/2.0.1/com/tngtech/jgiven/junit5/JGivenExtension.html"><code>JGivenExtension</code></a>
JUnit 5 extension. You just annotate your JUnit 5 test class with <code>@ExtendWith( JGivenExtension.class )</code>
and JGiven is enabled.</p>
</div>
Expand Down Expand Up @@ -3646,8 +3646,8 @@ <h3 id="_use_jgiven_with_junit_5"><a class="anchor" href="#_use_jgiven_with_juni
</div>
</div>
<div class="paragraph">
<p>Alternatively, you can use one of the test base classes <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/2.0.0/com/tngtech/jgiven/junit5/ScenarioTest.html"><code>ScenarioTest</code></a>,
<a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/2.0.0/com/tngtech/jgiven/junit5/SimpleScenarioTest.html"><code>SimpleScenarioTest</code></a> or <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/2.0.0/com/tngtech/jgiven/junit5/DualScenarioTest.html"><code>DualScenarioTest</code></a> that provide additional convenience methods
<p>Alternatively, you can use one of the test base classes <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/2.0.1/com/tngtech/jgiven/junit5/ScenarioTest.html"><code>ScenarioTest</code></a>,
<a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/2.0.1/com/tngtech/jgiven/junit5/SimpleScenarioTest.html"><code>SimpleScenarioTest</code></a> or <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/2.0.1/com/tngtech/jgiven/junit5/DualScenarioTest.html"><code>DualScenarioTest</code></a> that provide additional convenience methods
and allows you to specify stage classes by using type parameters:</p>
</div>
<div class="listingblock">
Expand Down Expand Up @@ -3679,8 +3679,8 @@ <h3 id="_example_project_5"><a class="anchor" href="#_example_project_5"></a>16.
</div>
<div id="footer">
<div id="footer-text">
Version 2.0.0<br>
Last updated 2024-12-07 05:50:25 UTC
Version 2.0.1<br>
Last updated 2024-12-13 15:00:07 UTC
</div>
</div>
</body>
Expand Down
12 changes: 6 additions & 6 deletions userguide/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ <h4 id="_maven_dependency">Maven Dependency</h4>
<pre class="highlight"><code class="language-maven" data-lang="maven">&lt;dependency&gt;
&lt;groupId&gt;com.tngtech.jgiven&lt;/groupId&gt;
&lt;artifactId&gt;jgiven-junit&lt;/artifactId&gt;
&lt;version&gt;2.0.0&lt;/version&gt;
&lt;version&gt;2.0.1&lt;/version&gt;
&lt;scope&gt;test&lt;/scope&gt;
&lt;/dependency&gt;</code></pre>
</div>
Expand All @@ -480,7 +480,7 @@ <h4 id="_gradle_dependency">Gradle Dependency</h4>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code class="language-gradle" data-lang="gradle">dependencies {
testImplementation 'com.tngtech.jgiven:jgiven-junit:2.0.0'
testImplementation 'com.tngtech.jgiven:jgiven-junit:2.0.1'
}</code></pre>
</div>
</div>
Expand All @@ -500,7 +500,7 @@ <h4 id="_maven_dependency_2">Maven Dependency</h4>
<pre class="highlight"><code class="language-maven" data-lang="maven">&lt;dependency&gt;
&lt;groupId&gt;com.tngtech.jgiven&lt;/groupId&gt;
&lt;artifactId&gt;jgiven-testng&lt;/artifactId&gt;
&lt;version&gt;2.0.0&lt;/version&gt;
&lt;version&gt;2.0.1&lt;/version&gt;
&lt;scope&gt;test&lt;/scope&gt;
&lt;/dependency&gt;</code></pre>
</div>
Expand All @@ -511,7 +511,7 @@ <h4 id="_gradle_dependency_2">Gradle Dependency</h4>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code class="language-gradle" data-lang="gradle">dependencies {
testImplementation 'com.tngtech.jgiven:jgiven-testng:2.0.0'
testImplementation 'com.tngtech.jgiven:jgiven-testng:2.0.1'
}</code></pre>
</div>
</div>
Expand All @@ -528,8 +528,8 @@ <h3 id="_java_compiler_note">Java Compiler Note</h3>
</div>
<div id="footer">
<div id="footer-text">
Version 2.0.0<br>
Last updated 2024-12-07 05:39:56 UTC
Version 2.0.1<br>
Last updated 2024-12-13 14:48:37 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions userguide/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,8 @@ <h4 id="_jgiven_junit_5">JGiven JUnit 5</h4>
</div>
<div id="footer">
<div id="footer-text">
Version 2.0.0<br>
Last updated 2024-12-07 05:39:56 UTC
Version 2.0.1<br>
Last updated 2024-12-13 14:48:37 UTC
</div>
</div>
</body>
Expand Down
14 changes: 7 additions & 7 deletions userguide/junit5.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ <h4 id="_maven">Maven</h4>
<pre class="highlight"><code class="language-maven" data-lang="maven">&lt;dependency&gt;
&lt;groupId&gt;com.tngtech.jgiven&lt;/groupId&gt;
&lt;artifactId&gt;jgiven-junit5&lt;/artifactId&gt;
&lt;version&gt;2.0.0&lt;/version&gt;
&lt;version&gt;2.0.1&lt;/version&gt;
&lt;scope&gt;test&lt;/scope&gt;
&lt;/dependency&gt;</code></pre>
</div>
Expand All @@ -477,7 +477,7 @@ <h4 id="_gradle">Gradle</h4>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code class="language-gradle" data-lang="gradle">dependencies {
testImplementation("com.tngtech.jgiven:jgiven-junit5:2.0.0")
testImplementation("com.tngtech.jgiven:jgiven-junit5:2.0.1")
}</code></pre>
</div>
</div>
Expand All @@ -486,7 +486,7 @@ <h4 id="_gradle">Gradle</h4>
<div class="sect2">
<h3 id="_use_jgiven_with_junit_5">Use JGiven with JUnit 5</h3>
<div class="paragraph">
<p>JGiven support for JUnit 5 is provided by the <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/2.0.0/com/tngtech/jgiven/junit5/JGivenExtension.html"><code>JGivenExtension</code></a>
<p>JGiven support for JUnit 5 is provided by the <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/2.0.1/com/tngtech/jgiven/junit5/JGivenExtension.html"><code>JGivenExtension</code></a>
JUnit 5 extension. You just annotate your JUnit 5 test class with <code>@ExtendWith( JGivenExtension.class )</code>
and JGiven is enabled.</p>
</div>
Expand Down Expand Up @@ -514,8 +514,8 @@ <h3 id="_use_jgiven_with_junit_5">Use JGiven with JUnit 5</h3>
</div>
</div>
<div class="paragraph">
<p>Alternatively, you can use one of the test base classes <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/2.0.0/com/tngtech/jgiven/junit5/ScenarioTest.html"><code>ScenarioTest</code></a>,
<a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/2.0.0/com/tngtech/jgiven/junit5/SimpleScenarioTest.html"><code>SimpleScenarioTest</code></a> or <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/2.0.0/com/tngtech/jgiven/junit5/DualScenarioTest.html"><code>DualScenarioTest</code></a> that provide additional convenience methods
<p>Alternatively, you can use one of the test base classes <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/2.0.1/com/tngtech/jgiven/junit5/ScenarioTest.html"><code>ScenarioTest</code></a>,
<a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/2.0.1/com/tngtech/jgiven/junit5/SimpleScenarioTest.html"><code>SimpleScenarioTest</code></a> or <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/2.0.1/com/tngtech/jgiven/junit5/DualScenarioTest.html"><code>DualScenarioTest</code></a> that provide additional convenience methods
and allows you to specify stage classes by using type parameters:</p>
</div>
<div class="listingblock">
Expand Down Expand Up @@ -547,8 +547,8 @@ <h3 id="_example_project">Example Project</h3>
</div>
<div id="footer">
<div id="footer-text">
Version 2.0.0<br>
Last updated 2024-12-07 05:39:56 UTC
Version 2.0.1<br>
Last updated 2024-12-13 14:48:37 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions userguide/lifecycle_methods.html
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,8 @@ <h4 id="_repeatable_stage_methods">Repeatable Stage Methods</h4>
</div>
<div id="footer">
<div id="footer-text">
Version 2.0.0<br>
Last updated 2024-12-07 05:39:56 UTC
Version 2.0.1<br>
Last updated 2024-12-13 14:48:37 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions userguide/parameterized_scenarios.html
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,8 @@ <h3 id="_case_as_description">Case As Description</h3>
</div>
<div id="footer">
<div id="footer-text">
Version 2.0.0<br>
Last updated 2024-12-07 05:39:56 UTC
Version 2.0.1<br>
Last updated 2024-12-13 14:48:37 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions userguide/parameterized_steps.html
Original file line number Diff line number Diff line change
Expand Up @@ -907,8 +907,8 @@ <h4 id="_example_2">Example</h4>
</div>
<div id="footer">
<div id="footer-text">
Version 2.0.0<br>
Last updated 2024-12-07 05:39:56 UTC
Version 2.0.1<br>
Last updated 2024-12-13 14:48:37 UTC
</div>
</div>
</body>
Expand Down
Loading

0 comments on commit c6da25c

Please sign in to comment.