From 8b7a7cbc813653a3248d6cf3a7779e220957bc85 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 8 May 2017 21:28:02 +0200 Subject: The great rename: the old ‘website’ is now ‘website-old’, and ‘website2’ is now ‘website’. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website2/templates/features/_features.html | 79 ------------------------------ 1 file changed, 79 deletions(-) delete mode 100644 website2/templates/features/_features.html (limited to 'website2/templates/features/_features.html') diff --git a/website2/templates/features/_features.html b/website2/templates/features/_features.html deleted file mode 100644 index d7c75761..00000000 --- a/website2/templates/features/_features.html +++ /dev/null @@ -1,79 +0,0 @@ -<#import "/_scaffold.html" as main> - -<#macro featureSection> -
- <#nested> -
- - -<#macro history> -
- <#nested> -
- - -<#macro overview> -
-

Overview

- <#nested> -
- - -<#macro experimental> -
-

Experimental

- - Experimental because: - <#nested> -
- - -<#macro snippets name> -
-
-

With Lombok

- -
${usages.pre(name)?no_esc}
-
-
-
-

Vanilla Java

- -
${usages.post(name)?no_esc}
-
-
- - -<#macro confKeys> -
-

Supported configuration keys:

-
- <#nested> -
-
- - -<#macro smallPrint> -
-

Small print

- -
- <#nested> -
-
- - -<#macro scaffold title logline load=[]> - <@main.scaffold load> - - - -- cgit