Skip to content

Commit b2b2258

Browse files
committed
Deploying to gh-pages - 13:00:09
1 parent 5c1d946 commit b2b2258

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Diff for: snapshot/guide/index.html

+13-13
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h1>Compilation time source code generators</h1>
125125
<h1 id="introduction"><a class="anchor" href="#introduction"></a>1 Introduction</h1>
126126

127127
<div class='contribute-btn'>
128-
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.5.x/src/main/docs/guide/introduction.adoc"'>
128+
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.6.x/src/main/docs/guide/introduction.adoc"'>
129129
<i class='fa fa-pencil-square-o'></i> Improve this doc
130130
</button>
131131
</div>
@@ -160,7 +160,7 @@ <h1 id="introduction"><a class="anchor" href="#introduction"></a>1 Introduction<
160160
<h1 id="releaseHistory"><a class="anchor" href="#releaseHistory"></a>2 Release History</h1>
161161

162162
<div class='contribute-btn'>
163-
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.5.x/src/main/docs/guide/releaseHistory.adoc"'>
163+
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.6.x/src/main/docs/guide/releaseHistory.adoc"'>
164164
<i class='fa fa-pencil-square-o'></i> Improve this doc
165165
</button>
166166
</div>
@@ -176,7 +176,7 @@ <h1 id="releaseHistory"><a class="anchor" href="#releaseHistory"></a>2 Release H
176176
<h1 id="gettingStarted"><a class="anchor" href="#gettingStarted"></a>3 Quick Start</h1>
177177

178178
<div class='contribute-btn'>
179-
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.5.x/src/main/docs/guide/gettingStarted.adoc"'>
179+
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.6.x/src/main/docs/guide/gettingStarted.adoc"'>
180180
<i class='fa fa-pencil-square-o'></i> Improve this doc
181181
</button>
182182
</div>
@@ -251,7 +251,7 @@ <h1 id="gettingStarted"><a class="anchor" href="#gettingStarted"></a>3 Quick Sta
251251
<h1 id="generators"><a class="anchor" href="#generators"></a>4 Writing a Source Generator</h1>
252252

253253
<div class='contribute-btn'>
254-
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.5.x/src/main/docs/guide/generators.adoc"'>
254+
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.6.x/src/main/docs/guide/generators.adoc"'>
255255
<i class='fa fa-pencil-square-o'></i> Improve this doc
256256
</button>
257257
</div>
@@ -412,7 +412,7 @@ <h1 id="generators"><a class="anchor" href="#generators"></a>4 Writing a Source
412412
<h1 id="annotations"><a class="anchor" href="#annotations"></a>5 Annotations</h1>
413413

414414
<div class='contribute-btn'>
415-
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.5.x/src/main/docs/guide/annotations.adoc"'>
415+
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.6.x/src/main/docs/guide/annotations.adoc"'>
416416
<i class='fa fa-pencil-square-o'></i> Improve this doc
417417
</button>
418418
</div>
@@ -474,7 +474,7 @@ <h1 id="annotations"><a class="anchor" href="#annotations"></a>5 Annotations</h1
474474
<h2 id="builder"><a class="anchor" href="#builder"></a>5.1 Builder</h2>
475475

476476
<div class='contribute-btn'>
477-
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.5.x/src/main/docs/guide/annotations/builder.adoc"'>
477+
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.6.x/src/main/docs/guide/annotations/builder.adoc"'>
478478
<i class='fa fa-pencil-square-o'></i> Improve this doc
479479
</button>
480480
</div>
@@ -526,7 +526,7 @@ <h2 id="builder"><a class="anchor" href="#builder"></a>5.1 Builder</h2>
526526
<h2 id="wither"><a class="anchor" href="#wither"></a>5.2 Wither</h2>
527527

528528
<div class='contribute-btn'>
529-
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.5.x/src/main/docs/guide/annotations/wither.adoc"'>
529+
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.6.x/src/main/docs/guide/annotations/wither.adoc"'>
530530
<i class='fa fa-pencil-square-o'></i> Improve this doc
531531
</button>
532532
</div>
@@ -683,7 +683,7 @@ <h2 id="wither"><a class="anchor" href="#wither"></a>5.2 Wither</h2>
683683
<h2 id="superBuilder"><a class="anchor" href="#superBuilder"></a>5.3 Super Builder</h2>
684684

685685
<div class='contribute-btn'>
686-
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.5.x/src/main/docs/guide/annotations/superBuilder.adoc"'>
686+
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.6.x/src/main/docs/guide/annotations/superBuilder.adoc"'>
687687
<i class='fa fa-pencil-square-o'></i> Improve this doc
688688
</button>
689689
</div>
@@ -818,7 +818,7 @@ <h2 id="superBuilder"><a class="anchor" href="#superBuilder"></a>5.3 Super Build
818818
<h2 id="singular"><a class="anchor" href="#singular"></a>5.4 Singular</h2>
819819

820820
<div class='contribute-btn'>
821-
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.5.x/src/main/docs/guide/annotations/singular.adoc"'>
821+
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.6.x/src/main/docs/guide/annotations/singular.adoc"'>
822822
<i class='fa fa-pencil-square-o'></i> Improve this doc
823823
</button>
824824
</div>
@@ -959,7 +959,7 @@ <h2 id="singular"><a class="anchor" href="#singular"></a>5.4 Singular</h2>
959959
<h2 id="toString"><a class="anchor" href="#toString"></a>5.5 ToString</h2>
960960

961961
<div class='contribute-btn'>
962-
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.5.x/src/main/docs/guide/annotations/toString.adoc"'>
962+
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.6.x/src/main/docs/guide/annotations/toString.adoc"'>
963963
<i class='fa fa-pencil-square-o'></i> Improve this doc
964964
</button>
965965
</div>
@@ -1075,7 +1075,7 @@ <h2 id="toString"><a class="anchor" href="#toString"></a>5.5 ToString</h2>
10751075
<h2 id="equalsAndHashCode"><a class="anchor" href="#equalsAndHashCode"></a>5.6 Equals and HashCode</h2>
10761076

10771077
<div class='contribute-btn'>
1078-
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.5.x/src/main/docs/guide/annotations/equalsAndHashCode.adoc"'>
1078+
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.6.x/src/main/docs/guide/annotations/equalsAndHashCode.adoc"'>
10791079
<i class='fa fa-pencil-square-o'></i> Improve this doc
10801080
</button>
10811081
</div>
@@ -1272,7 +1272,7 @@ <h2 id="equalsAndHashCode"><a class="anchor" href="#equalsAndHashCode"></a>5.6 E
12721272
<h2 id="delegate"><a class="anchor" href="#delegate"></a>5.7 Delegate</h2>
12731273

12741274
<div class='contribute-btn'>
1275-
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.5.x/src/main/docs/guide/annotations/delegate.adoc"'>
1275+
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.6.x/src/main/docs/guide/annotations/delegate.adoc"'>
12761276
<i class='fa fa-pencil-square-o'></i> Improve this doc
12771277
</button>
12781278
</div>
@@ -1365,7 +1365,7 @@ <h2 id="delegate"><a class="anchor" href="#delegate"></a>5.7 Delegate</h2>
13651365
<h1 id="repository"><a class="anchor" href="#repository"></a>6 Repository</h1>
13661366

13671367
<div class='contribute-btn'>
1368-
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.5.x/src/main/docs/guide/repository.adoc"'>
1368+
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-sourcegen/edit/1.6.x/src/main/docs/guide/repository.adoc"'>
13691369
<i class='fa fa-pencil-square-o'></i> Improve this doc
13701370
</button>
13711371
</div>

0 commit comments

Comments
 (0)