Skip to content

Commit

Permalink
Deploying to gh-pages - 17:56:59
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Nov 26, 2024
1 parent 8b4631d commit da3be0e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions snapshot/guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h1>Micronaut Serialization</h1>
<h1 id="introduction"><a class="anchor" href="#introduction"></a>1 Introduction</h1>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.13.x/src/main/docs/guide/introduction.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.12.x/src/main/docs/guide/introduction.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand All @@ -156,7 +156,7 @@ <h1 id="introduction"><a class="anchor" href="#introduction"></a>1 Introduction<
<h2 id="why"><a class="anchor" href="#why"></a>1.1 Why Micronaut Serialization?</h2>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.13.x/src/main/docs/guide/introduction/why.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.12.x/src/main/docs/guide/introduction/why.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -215,7 +215,7 @@ <h4 id="_runtime_portability">Runtime Portability</h4>
<h1 id="releaseHistory"><a class="anchor" href="#releaseHistory"></a>2 Release History</h1>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.13.x/src/main/docs/guide/releaseHistory.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.12.x/src/main/docs/guide/releaseHistory.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand All @@ -231,7 +231,7 @@ <h1 id="releaseHistory"><a class="anchor" href="#releaseHistory"></a>2 Release H
<h1 id="quickStart"><a class="anchor" href="#quickStart"></a>3 Quick Start</h1>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.13.x/src/main/docs/guide/quickStart.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.12.x/src/main/docs/guide/quickStart.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -281,7 +281,7 @@ <h1 id="quickStart"><a class="anchor" href="#quickStart"></a>3 Quick Start</h1>
<h2 id="jacksonQuick"><a class="anchor" href="#jacksonQuick"></a>3.1 Jackson Annotations & Jackson Core</h2>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.13.x/src/main/docs/guide/quickStart/jacksonQuick.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.12.x/src/main/docs/guide/quickStart/jacksonQuick.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -492,7 +492,7 @@ <h2 id="jacksonQuick"><a class="anchor" href="#jacksonQuick"></a>3.1 Jackson Ann
<h2 id="jsonpQuick"><a class="anchor" href="#jsonpQuick"></a>3.2 JSON-B Annotations & JSON-P</h2>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.13.x/src/main/docs/guide/quickStart/jsonpQuick.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.12.x/src/main/docs/guide/quickStart/jsonpQuick.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -667,7 +667,7 @@ <h2 id="jsonpQuick"><a class="anchor" href="#jsonpQuick"></a>3.2 JSON-B Annotati
<h2 id="bsonQuick"><a class="anchor" href="#bsonQuick"></a>3.3 BSON Annotations and BSON</h2>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.13.x/src/main/docs/guide/quickStart/bsonQuick.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.12.x/src/main/docs/guide/quickStart/bsonQuick.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -842,7 +842,7 @@ <h2 id="bsonQuick"><a class="anchor" href="#bsonQuick"></a>3.3 BSON Annotations
<h1 id="jacksonAnnotations"><a class="anchor" href="#jacksonAnnotations"></a>4 Jackson Annotations</h1>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.13.x/src/main/docs/guide/jacksonAnnotations.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.12.x/src/main/docs/guide/jacksonAnnotations.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -1130,7 +1130,7 @@ <h3 id="_jsonview_on_controllers"><code>@JsonView</code> on controllers</h3>
<h2 id="jacksonFilter"><a class="anchor" href="#jacksonFilter"></a>4.1 Custom Property Filters</h2>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.13.x/src/main/docs/guide/jacksonFilter.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.12.x/src/main/docs/guide/jacksonFilter.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -1410,7 +1410,7 @@ <h2 id="jacksonFilter"><a class="anchor" href="#jacksonFilter"></a>4.1 Custom Pr
<h1 id="jsonbAnnotations"><a class="anchor" href="#jsonbAnnotations"></a>5 JSON-B Annotations</h1>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.13.x/src/main/docs/guide/jsonbAnnotations.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.12.x/src/main/docs/guide/jsonbAnnotations.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -1516,7 +1516,7 @@ <h1 id="jsonbAnnotations"><a class="anchor" href="#jsonbAnnotations"></a>5 JSON-
<h1 id="bsonAnnotations"><a class="anchor" href="#bsonAnnotations"></a>6 BSON Annotations</h1>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.13.x/src/main/docs/guide/bsonAnnotations.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.12.x/src/main/docs/guide/bsonAnnotations.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand All @@ -1532,7 +1532,7 @@ <h1 id="bsonAnnotations"><a class="anchor" href="#bsonAnnotations"></a>6 BSON An
<h1 id="serdes"><a class="anchor" href="#serdes"></a>7 Custom Serializers & Deserializers</h1>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.13.x/src/main/docs/guide/serdes.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.12.x/src/main/docs/guide/serdes.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -2133,7 +2133,7 @@ <h3 id="_property_level_serializer_or_deserializer">Property Level Serializer or
<h1 id="serdeImport"><a class="anchor" href="#serdeImport"></a>8 Enabling Serialization of External Classes</h1>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.13.x/src/main/docs/guide/serdeImport.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.12.x/src/main/docs/guide/serdeImport.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -2303,7 +2303,7 @@ <h1 id="serdeImport"><a class="anchor" href="#serdeImport"></a>8 Enabling Serial
<h1 id="keys"><a class="anchor" href="#keys"></a>9 Custom Key Converters</h1>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.13.x/src/main/docs/guide/keys.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.12.x/src/main/docs/guide/keys.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down Expand Up @@ -2481,7 +2481,7 @@ <h1 id="keys"><a class="anchor" href="#keys"></a>9 Custom Key Converters</h1>
<h1 id="repository"><a class="anchor" href="#repository"></a>10 Repository</h1>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.13.x/src/main/docs/guide/repository.adoc"'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-serialization/edit/2.12.x/src/main/docs/guide/repository.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>
Expand Down

0 comments on commit da3be0e

Please sign in to comment.