diff --git a/docs/templates/api/api.template.html b/docs/templates/api/api.template.html index 243e824f96..13a3fe685c 100644 --- a/docs/templates/api/api.template.html +++ b/docs/templates/api/api.template.html @@ -1,3 +1,17 @@ +--- +<@ include "lib/yaml.template.html" @> +title: "<@ if doc.docType == "directive" @><$ doc.name | dashCase $><@ else @><$ doc.name $><@ endif @>" +header_sub_title: "<$ doc.docType | capital $> in module <$ doc.module $>" +doc: "<$ doc.name $>" +docType: "<$ doc.docType $>" +--- + +
+ <@ extends "base.template.html" @> <@ block content @> diff --git a/docs/templates/api/input.template.html b/docs/templates/api/input.template.html deleted file mode 100644 index ed98e4ec4b..0000000000 --- a/docs/templates/api/input.template.html +++ /dev/null @@ -1,12 +0,0 @@ -<@ include "lib/macros.html" -@> -<@ extends "api/directive.template.html" @> - -<@ block usage @> -First include <$ doc.packageFile | code $> in your HTML:
- - <@ code @> -