From 80905a9b71874d1277833e127f3b80ec7fa37400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20=C5=A0olt=C3=A9s?= Date: Mon, 21 Mar 2016 16:56:30 +0100 Subject: [PATCH] Added footer template for docs with copyright --- docs/docfx.json | 2 +- docs/template/partials/footer.tmpl.partial | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 docs/template/partials/footer.tmpl.partial diff --git a/docs/docfx.json b/docs/docfx.json index 8775904c6a..4e908b97da 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -50,6 +50,6 @@ "_appTitle": "Perspex Website" }, "dest": "_site", - "template": "default" + "template": [ "default", "template"] } } diff --git a/docs/template/partials/footer.tmpl.partial b/docs/template/partials/footer.tmpl.partial new file mode 100644 index 0000000000..a94f934e92 --- /dev/null +++ b/docs/template/partials/footer.tmpl.partial @@ -0,0 +1,13 @@ +{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}} + +