Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure the search bar #197

Merged
merged 5 commits into from
Oct 13, 2023
Merged

Configure the search bar #197

merged 5 commits into from
Oct 13, 2023

Conversation

BlueCutOfficial
Copy link
Member

@BlueCutOfficial BlueCutOfficial commented Sep 8, 2023

Set up the connection to an Algolia account

  • Writing the index:
    • Using ember deploy production, I can send the content of the documentation to Algolia.
    • /config/credentials.json has been added to .gitignore as it contains the secret admin key to write the project index.
    • As the translation work is still in progress, the content currently in English has been pushed to Algolia too, the Algolia index should be updated from time to time as the translation moves forward.
  • Reading the index:
    • The environment config now contains an algolia block to identify the Algolia project we use.
    • algoliaKey is the public API key used to perform a search in the index.

@BlueCutOfficial BlueCutOfficial changed the title [DRAFT] Configure the search bar Configure the search bar Oct 13, 2023
@BlueCutOfficial BlueCutOfficial merged commit a1d43d0 into master Oct 13, 2023
2 checks passed
@BlueCutOfficial BlueCutOfficial deleted the init-search branch October 13, 2023 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant