{"id":16049203,"url":"https://github.com/ayan4m1/gatsby-plugin-algolia-docsearch-options","last_synced_at":"2026-05-16T21:09:49.740Z","repository":{"id":37175716,"uuid":"235224514","full_name":"ayan4m1/gatsby-plugin-algolia-docsearch-options","owner":"ayan4m1","description":"A fork of gatsby-plugin-algolia-docsearch to allow configuration of DocSearch from the gatsby-config.js","archived":false,"fork":false,"pushed_at":"2026-05-08T13:54:48.000Z","size":5024,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-08T15:46:14.073Z","etag":null,"topics":["algolia","gatsby","gatsby-plugin","library"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ayan4m1.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-01-21T00:24:03.000Z","updated_at":"2026-05-08T13:54:57.000Z","dependencies_parsed_at":"2024-06-23T05:36:05.183Z","dependency_job_id":"48a76c29-4ab8-478e-9c81-6c6a7ebe024a","html_url":"https://github.com/ayan4m1/gatsby-plugin-algolia-docsearch-options","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/ayan4m1/gatsby-plugin-algolia-docsearch-options","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayan4m1%2Fgatsby-plugin-algolia-docsearch-options","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayan4m1%2Fgatsby-plugin-algolia-docsearch-options/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayan4m1%2Fgatsby-plugin-algolia-docsearch-options/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayan4m1%2Fgatsby-plugin-algolia-docsearch-options/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayan4m1","download_url":"https://codeload.github.com/ayan4m1/gatsby-plugin-algolia-docsearch-options/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayan4m1%2Fgatsby-plugin-algolia-docsearch-options/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33119005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algolia","gatsby","gatsby-plugin","library"],"created_at":"2024-10-09T00:14:55.486Z","updated_at":"2026-05-16T21:09:49.724Z","avatar_url":"https://github.com/ayan4m1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gatsby-plugin-algolia-docsearch-options\r\n\r\nA fork of [gatsby-plugin-algolia-docsearch](https://github.com/ironstar-io/gatsby-plugin-algolia-docsearch) to allow configuration of DocSearch from the gatsby-config.js.\r\n\r\n## requirements\r\n\r\n- Node 20+\r\n- Gatsby 5.x\r\n- React 18.x\r\n\r\n## usage\r\n\r\nYou should already have gatsby and react installed.\r\n\r\nStart off by installing this package and its peer dependencies:\r\n\r\n\u003e npm i --save gatsby-plugin-algolia-docsearch-options common-tags@1.x\r\n\r\nThen add the following to your gatsby-config.js:\r\n\r\n```js\r\n{\r\n  resolve: 'gatsby-plugin-algolia-docsearch-options',\r\n  options: {\r\n    apiKey: process.env.API_KEY,\r\n    indexName: 'changeme',\r\n    inputSelector: '#docsearch-input'\r\n  }\r\n}\r\n```\r\n\r\nIt is recommended to source your API key from a \"secret\" location (i.e. not checked in to source control), and you should also use the read-only API key from Algolia for extra safety.\r\n\r\nFor the full list of available options, refer to the [@docsearch/js documentation](https://docsearch.algolia.com/docs/api).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayan4m1%2Fgatsby-plugin-algolia-docsearch-options","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayan4m1%2Fgatsby-plugin-algolia-docsearch-options","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayan4m1%2Fgatsby-plugin-algolia-docsearch-options/lists"}