Skip to content

replace local search with Algolia search #5555

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

Merged
merged 26 commits into from
Apr 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7c6922f
Algolia search
jessiemongeon1 Mar 19, 2025
700811c
Merge branch 'master' of github.com:dfinity/portal into searchupdates
jessiemongeon1 Mar 19, 2025
b4a0fa3
Update .ic-assets.json
jessiemongeon1 Mar 19, 2025
f8ffedf
Update .ic-assets.json
jessiemongeon1 Mar 19, 2025
1cbdfc4
Update .ic-assets.json
jessiemongeon1 Mar 19, 2025
08014d7
Create submodule.yml
jessiemongeon1 Mar 26, 2025
ed5e332
Update submodule.yml
jessiemongeon1 Mar 26, 2025
eeedb77
Update submodule.yml
jessiemongeon1 Mar 26, 2025
338b951
Update submodule.yml
jessiemongeon1 Mar 26, 2025
8e90e6b
Update submodule.yml
jessiemongeon1 Mar 26, 2025
0c99efa
Merge branch 'master' into add-submodule-ci
jessiemongeon1 Mar 26, 2025
a249866
Update and rename submodule.yml to check_submodule.yml
jessiemongeon1 Mar 27, 2025
9373331
Update CODEOWNERS
jessiemongeon1 Mar 27, 2025
b12de3a
Update check_submodule.yml
jessiemongeon1 Mar 27, 2025
1baa6e9
Update .github/workflows/check_submodule.yml
jessiemongeon1 Mar 28, 2025
911f818
fix motoko sub version
jessiemongeon1 Mar 28, 2025
06cab70
fix sdk sub version
jessiemongeon1 Mar 28, 2025
e4a10ac
merge
jessiemongeon1 Apr 1, 2025
df585a7
Merge branch 'master' of github.com:dfinity/portal
jessiemongeon1 Apr 2, 2025
39b2474
Merge branch 'master' of github.com:dfinity/portal
jessiemongeon1 Apr 7, 2025
1d84f22
Merge branch 'master' of github.com:dfinity/portal
jessiemongeon1 Apr 11, 2025
461b5ee
merge master
jessiemongeon1 Apr 14, 2025
5616c1f
Merge branch 'searchupdates' of github.com:dfinity/portal into search…
jessiemongeon1 Apr 14, 2025
6916267
merge master
jessiemongeon1 Apr 14, 2025
e8261a5
fix placeholder text
jessiemongeon1 Apr 14, 2025
4ad941f
Merge branch 'master' into searchupdates
marc0olo Apr 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 0 additions & 46 deletions .github/workflows/update-search.yml

This file was deleted.

14 changes: 13 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ const config = {
organizationName: "dfinity",
projectName: "portal",
customFields: {
searchCanisterId: "5qden-jqaaa-aaaam-abfpa-cai",
marketingNav,
},
markdown: {
Expand Down Expand Up @@ -692,6 +691,19 @@ const config = {
// but to do that type preset- classic had to be disabled below
// /** @type {import('@docusaurus/preset-classic').ThemeConfig} */
{
algolia: {
// The application ID provided by Algolia
appId: 'B0O3KB7MGW',

// Public API key: it is safe to commit it
apiKey: '43d8a7a6f4697a580cdf0cb021affddb',

indexName: 'internetcomputer',

contextualSearch: true,

insights: true,
},
image: "/img/share.webp",
colorMode: {
disableSwitch: false,
Expand Down
57 changes: 20 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading