summaryrefslogtreecommitdiff
path: root/docs/src/components/RightSidebar (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-02-07Remove docs from monorepo (#2517)Gravatar Jonathan Neal 5-296/+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 5-211/+238
2021-11-23update repo URL (#1994)Gravatar Fred K. Schott 1-1/+1
2021-11-23Fix client:visible (#1999)Gravatar Drew Powers 1-5/+5
Fixes #1963
2021-11-11Update Astro docs to use v0.21 (#1738)Gravatar Jonathan Neal 2-2/+2
* 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-01docs: Improvements to language select and theme toggle (#1473)Gravatar Mikkel Tønder 1-0/+1
2021-09-06scale back the examples pageGravatar Fred K. Schott 1-2/+2
2021-08-10Do not observe visible hydrate components more than once (#1015)Gravatar Fred K. Schott 1-1/+1
* add support for truely unique astro root uids * update test to test uniqueness
2021-08-01full translation (#967)Gravatar Fred K. Schott 1-3/+3
2021-07-31[ci] yarn formatGravatar FredKSchott 1-2/+1
2021-07-30Docs site cleanup (#948)Gravatar Fred K. Schott 5-0/+269
* add language selector * docs site cleanup * review feedback * code review comments