Skip to content

Commit

Permalink
fix(deployer): update deploy message
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Oct 14, 2021
1 parent 55d77fd commit c091b54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployer/src/snippeter.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_email_for_config(config, analytics_statuses=None):
You're now a few steps away from having it working on your website:
- Copy the following CSS/JS snippets and add them to your page
- Copy the following CSS/JavaScript snippets and add them to your page
<!-- at the end of the HEAD -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@alpha" />
Expand All @@ -40,8 +40,8 @@ def get_email_for_config(config, analytics_statuses=None):
DocSearch is also available on the NPM registry, and for React, learn more on: https://docsearch.algolia.com/docs/DocSearch-v3
- Add a container in your page if you don't have any yet. Then update the container value in JS snippet
to a CSS selector that targets it or an Element.{{FACETS}}
- Add a container in your page if you don't have any yet. Then update the container value in the JavaScript snippet
to a CSS selector that targets your container or an Element.{{FACETS}}
- Optionally customize the look and feel by following the DocSearch documentation
(See https://docsearch.algolia.com/docs/styling/)
- You can also check your configuration in our GitHub repository
Expand Down Expand Up @@ -75,7 +75,7 @@ def get_email_for_config(config, analytics_statuses=None):
following this link: ''' + analytics_status + '\n'
else:
analytics_details += '''\
has already an Algolia account. Analytics available from the Algolia dashboard by selecting\
has already an Algolia account. Analytics are available from the Algolia dashboard by selecting\
the application DOCSEARCH (access granted)'''

facets = algolia_helper.get_facets(config)
Expand Down

0 comments on commit c091b54

Please sign in to comment.