From 1360d37a7117a82fd60fe6367cfb85fdbbeac8a5 Mon Sep 17 00:00:00 2001 From: Daniel Maher Date: Tue, 10 Oct 2017 14:26:24 +0200 Subject: [PATCH] docs(global): Add section on "powered by Algolia" attribution (#194) docs(global): Add section on "powered by Algolia" attribution This is a tacit agreement, but imho it should really be stated somewhere explicitly. * docs(global): Fix powered => search --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e8f5e3dc..81aa07dd 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,17 @@ npm install --save docsearch.js ## Customization +### Attribution + +We're happy to provide DocSearch free of charge for your site, and you're +welcome to customise that experience in a way that works for you; all we ask is +that Algolia be attributed within the search context. For example, in the +default implementation, we place a small "Search by Algolia" logo in the +corner. If you prefer to roll your own UX, you'll need to make sure that this +logo is included in your implementation as well. + +### Default styling + The default colorscheme is white and gray: ![Default colorscheme][17]