
8 Apr
2014
8 Apr
'14
8:02 p.m.
From: Aline Manera <alinefm@br.ibm.com> That way user can easily access help from an intuitive URI. Set the default help pages to English. Signed-off-by: Aline Manera <alinefm@br.ibm.com> --- src/kimchi/config.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kimchi/config.py.in b/src/kimchi/config.py.in index d15a6b5..04218c2 100644 --- a/src/kimchi/config.py.in +++ b/src/kimchi/config.py.in @@ -196,6 +196,7 @@ class KimchiConfig(dict): '/help': { 'tools.staticdir.on': True, 'tools.staticdir.dir': '%s/ui/pages/help' % paths.prefix, + 'tools.staticdir.index': 'en_US/index.html', 'tools.nocache.on': False } } -- 1.7.10.4