From 2aad420a2f75216eba5019ad8324ca2047a37033 Mon Sep 17 00:00:00 2001 From: Havvy Date: Tue, 26 Sep 2017 00:40:40 -0700 Subject: [PATCH] Add best-effort warning header Because we modify index.hbs, we should occasionally compare with mdbook's own copy and rebase our changes onto it. --- theme/index.hbs | 227 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 227 insertions(+) create mode 100644 theme/index.hbs diff --git a/theme/index.hbs b/theme/index.hbs new file mode 100644 index 000000000..4af25fc10 --- /dev/null +++ b/theme/index.hbs @@ -0,0 +1,227 @@ + + + + + {{ title }} + + + + + + + + + + + + + + + + + + + + + + {{#each additional_css}} + + {{/each}} + + {{#if mathjax_support}} + + + {{/if}} + + + + + + + + + + + + + + {{#each additional_js}} + + {{/each}} + + + + + + + + + + + +
+ +
+

+ For now, this reference is a best-effort document. We strive for validity and completeness, but are + not yet there. In the future, the docs and lang teams will work together to figure out how + best to do this. Until then, this is a best-effort attempt. If you find something wrong or + missing, file an issue or send in a + pull request. +

+ + +
+ {{{ content }}} +
+ + + {{#previous}} + + {{/previous}} + + {{#next}} + + {{/next}} + +
+ + {{#previous}} + + {{/previous}} + + {{#next}} + + {{/next}} + +
+ + + + + + + {{{livereload}}} + + {{#if google_analytics}} + + {{/if}} + + {{#if playpens_editable}} + + + + + + {{/if}} + + {{#if is_print}} + + {{/if}} + + + + +