From a24bf3194477a841c905827ef625e19b0fd53b2a Mon Sep 17 00:00:00 2001
From: Reinier Zwitserloot
Date: Fri, 6 Jan 2017 01:21:28 +0100
Subject: feature pages updated and made more consistent.
---
.../templates/features/experimental/index.html | 24 +++++++++++++---------
1 file changed, 14 insertions(+), 10 deletions(-)
(limited to 'website2/templates/features/experimental/index.html')
diff --git a/website2/templates/features/experimental/index.html b/website2/templates/features/experimental/index.html
index 257c0382..65cefd4c 100644
--- a/website2/templates/features/experimental/index.html
+++ b/website2/templates/features/experimental/index.html
@@ -25,35 +25,39 @@
- <@main.feature title="@Accessors" code="/features/experimental/Accessors">
+ <@main.feature title="var" href="var">
+ Modifiable local variables with a type inferred by assigning value.
+ @main.feature>
+
+ <@main.feature title="@Accessors" href="Accessors">
A more fluent API for getters and setters.
@main.feature>
- <@main.feature title="@ExtensionMethod" code="/features/experimental/ExtensionMethod">
+ <@main.feature title="@ExtensionMethod" href="ExtensionMethod">
Annoying API? Fix it yourself: Add new methods to existing types!
@main.feature>
- <@main.feature title="@FieldDefaults" code="/features/experimental/FieldDefaults">
+ <@main.feature title="@FieldDefaults" href="FieldDefaults">
New default field modifiers for the 21st century.
@main.feature>
- <@main.feature title="@Delegate" code="/features/experimental/Delegate">
+ <@main.feature title="@Delegate" href="Delegate">
Don't lose your composition.
@main.feature>
- <@main.feature title="@Wither" code="/features/experimental/Wither">
+ <@main.feature title="@Wither" href="Wither">
Immutable 'setters' - methods that create a clone but with one changed field.
@main.feature>
- <@main.feature title="onMethod= / onConstructor= / onParam=" code="/features/experimental/onX">
+ <@main.feature title="onMethod= / onConstructor= / onParam=" href="onX">
Sup dawg, we heard you like annotations, so we put annotations in your annotations so you can annotate while you're annotating.
@main.feature>
- <@main.feature title="@UtilityClass" code="/features/experimental/UtilityClass">
+ <@main.feature title="@UtilityClass" href="UtilityClass">
Utility, metility, wetility! Utility classes for the masses.
@main.feature>
- <@main.feature title="@Helper" code="/features/experimental/Helper">
+ <@main.feature title="@Helper" href="Helper">
With a little help from my friends... Helper methods for java.
@main.feature>
@@ -69,10 +73,10 @@
Putting the "Ex" in "Experimental": promoted or deleted experimental features.
- <@main.feature title="@Value: promoted" code="/features/Value">
+ <@main.feature title="@Value: promoted" href="../Value">
@Value
has proven its value and has been moved to the main package.
@main.feature>
- <@main.feature title="@Builder: promoted" code="/features/Builder">
+ <@main.feature title="@Builder: promoted" href="../Builder">
@Builder
is a solid base to build APIs on, and has been moved to the main package.
@main.feature>
--
cgit