aboutsummaryrefslogtreecommitdiff
path: root/website/templates/features/index.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-09-11 21:25:14 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-10-26 00:09:15 +0200
commit70e7bc2f952394042133b7975d0e79477ac245f1 (patch)
treef96f17e47f5638ad61b06267fdd252073f051999 /website/templates/features/index.html
parent6fc0cd736c5def296ec7c963ba6e6ec5032d08c9 (diff)
downloadlombok-70e7bc2f952394042133b7975d0e79477ac245f1.tar.gz
lombok-70e7bc2f952394042133b7975d0e79477ac245f1.tar.bz2
lombok-70e7bc2f952394042133b7975d0e79477ac245f1.zip
solved some bugs in our site.
Diffstat (limited to 'website/templates/features/index.html')
-rw-r--r--website/templates/features/index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/website/templates/features/index.html b/website/templates/features/index.html
index a09c4b72..73b5dce8 100644
--- a/website/templates/features/index.html
+++ b/website/templates/features/index.html
@@ -3,9 +3,11 @@
<@main.scaffold>
<div class="page-header top5">
<div class="row text-center">
- <@main.h1 title="Lombok features." />
+ <@main.h1 title="Lombok features" />
</div>
<div class="row">
+ The <a href="/api/">Lombok javadoc</a> is available, but we advise these pages.
+
<@main.feature title="val" href="val">
Finally! Hassle-free final local variables.
</@main.feature>
@@ -66,6 +68,10 @@
<@main.feature title="@Log" href="log">
Captain's Log, stardate 24435.7: &quot;What was that line again?&quot;
</@main.feature>
+
+ <@main.feature title="experimental" href="/features/experimental/all">
+ Head to the lab: The new stuff we're working on.
+ </@main.feature>
</div>
<div class="row">