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's6.19.x
parent
1eceaebe75
commit
20bf081c9a
|
|
@ -26,6 +26,10 @@ name: Eclipse Che Docs
|
||||||
description: Cloud workspaces for development teams
|
description: Cloud workspaces for development teams
|
||||||
url: https://www.eclipse.org/che/
|
url: https://www.eclipse.org/che/
|
||||||
|
|
||||||
|
product_name: "CHE"
|
||||||
|
product_mini_name: "Che"
|
||||||
|
product_formal_name: "Eclipse Che"
|
||||||
|
|
||||||
twitter:
|
twitter:
|
||||||
username: eclipse_che
|
username: eclipse_che
|
||||||
|
|
||||||
|
|
@ -103,4 +107,4 @@ defaults:
|
||||||
scope:
|
scope:
|
||||||
path: "_docs/artik-ide-plugin"
|
path: "_docs/artik-ide-plugin"
|
||||||
values:
|
values:
|
||||||
categories: [ "artik" ]
|
categories: [ "artik" ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue