From 20bf081c9aa3cc47ef0ad8a3c75d88ab140205c4 Mon Sep 17 00:00:00 2001 From: Brad Micklea Date: Wed, 21 Dec 2016 11:59:34 -0500 Subject: [PATCH] Added macros for product name (#3455) Allows products that rebrand Che to easily reuse Che docs and have their own product name substituted for Che's --- docs/_config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 2f2f25f718..e9c7efba68 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -26,6 +26,10 @@ name: Eclipse Che Docs description: Cloud workspaces for development teams url: https://www.eclipse.org/che/ +product_name: "CHE" +product_mini_name: "Che" +product_formal_name: "Eclipse Che" + twitter: username: eclipse_che @@ -103,4 +107,4 @@ defaults: scope: path: "_docs/artik-ide-plugin" values: - categories: [ "artik" ] \ No newline at end of file + categories: [ "artik" ]