summaryrefslogtreecommitdiff
path: root/docs/src/components/Header/Search.tsx (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-02-07Remove docs from monorepo (#2517)Gravatar Jonathan Neal 1-93/+0
* Remove docs from monorepo * Update PULL_REQUEST_TEMPLATE.md * Update relative doc references with links or todo
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 1-77/+77
2021-11-11[ci] yarn formatGravatar jonathantneal 1-1/+2
2021-11-11Update Astro docs to use v0.21 (#1738)Gravatar Jonathan Neal 1-2/+4
* update docs site to leverage astro v0.21 * fix resolutions * fix docsearch import * Resolve `@docsearch/react` is a cross-execution-context-friendly way * chore: update astro version * fix: remove line highlighting syntax * fix: braces inside of attr string * Match current astro version * Trim leading newline in MainLayout.astro template * Move card grid styles into Layout Co-authored-by: Nate Moore <nate@skypack.dev>
2021-10-25[ci] yarn formatGravatar natemoo-re 1-1/+1
2021-10-25Add Algolia docsearch language facet (#1568)Gravatar Taylor Beseda 1-1/+4
* add docsearch language facet and initialize Algolia with the language facet filter * disable facetFilters in docsearch revisit implementation once Astro docs have been indexed by lang
2021-08-23fix the rtl search bar view (#1177)Gravatar Fred K. Schott 1-1/+1
2021-07-30Docs site cleanup (#948)Gravatar Fred K. Schott 1-0/+87
* add language selector * docs site cleanup * review feedback * code review comments