diff options
Diffstat (limited to 'website/templates/features/index.html')
| -rw-r--r-- | website/templates/features/index.html | 8 |
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: "What was that line again?" </@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"> |
