From 483d9dfacfd9ea01600a0994f3834f632bea21e2 Mon Sep 17 00:00:00 2001 From: mpl Date: Mon, 29 Jun 2015 17:54:17 +0200 Subject: [PATCH] server/help: Add search bar predicates. reorganize. Change-Id: Ia41b9dbc52dd90e80ab2a429b515cd2491fa03dc --- pkg/server/help.go | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pkg/server/help.go b/pkg/server/help.go index a5b948cfe..952ba28db 100644 --- a/pkg/server/help.go +++ b/pkg/server/help.go @@ -35,10 +35,16 @@ const helpHTML string = `

Help

-

See the Camlistore online documentation and community contacts.

+ +

Web User Interface

+

Search bar predicates.

+

Client Configuration

You will need to use the following client configuration in order to access this server using the Camlistore command line tools.

{{ . }}
+ +

Anything Else?

+

See the Camlistore online documentation and community contacts.

`