+ {% block body %}{% endblock %}
+
+ {% if self.comments()|trim %}
+
+ {% block comments %}{% endblock %}
+
+ {% endif%}
+ diff --git a/docs/_templates/header.html b/docs/_templates/header.html new file mode 100644 index 0000000000000..e77fd0a8dc09c --- /dev/null +++ b/docs/_templates/header.html @@ -0,0 +1,5 @@ +
+This documentation is for the developer preview release of the AWS CDK. +Do not use this version of the AWS CDK in production. +Subsequent releases of the AWS CDK will likely include breaking changes. +
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 0000000000000..bc2c0830b92c3 --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,220 @@ +{# TEMPLATE VAR SETTINGS #} +{%- set url_root = pathto('', 1) %} +{%- if url_root == '#' %}{% set url_root = '' %}{% endif %} +{%- if not embedded and docstitle %} + {%- set titlesuffix = " — "|safe + docstitle|e %} +{%- else %} + {%- set titlesuffix = "" %} +{%- endif %} +{%- set lang_attr = 'en' if language == None else (language | replace('_', '-')) %} + + + + + + + {{ metatags }} + + {% block htmltitle %} +