summaryrefslogtreecommitdiff
path: root/docs/public (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-02-07Remove docs from monorepo (#2517)Gravatar Jonathan Neal 7-631/+0
* Remove docs from monorepo * Update PULL_REQUEST_TEMPLATE.md * Update relative doc references with links or todo
2022-01-10Use smooth scrolling with reduced motion has no preference (#2355)Gravatar Jonathan Neal 1-3/+7
2022-01-10smooth scroll behavior property added (#2256)Gravatar Divyamrit 1-1/+3
* smooth scroll behavior property added * [ci] yarn format Co-authored-by: sacarvy <sacarvy@users.noreply.github.com>
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 4-292/+292
2021-11-11Allow inline code blocks to wrap lines (#1799)Gravatar Ian VanSchooten 1-0/+1
2021-10-18Changed docs TOC buttons to be better touch targets (#1570)Gravatar AsyncBanana 1-0/+1
2021-09-05[ci] yarn formatGravatar jasikpark 1-2/+3
2021-09-05docs: set +/- prefix to non-selectable (#1316)Gravatar Sam Chen 1-0/+4
2021-08-17Astro v0.19 release blog post (#1135)Gravatar Fred K. Schott 1-0/+0
* wip * Add support for `client:only` hydrator (#935) * Adding support for client:only hydration * Adding documentation for client:only * Adding changeset * Updating the test to use a browser-only API * Adding a browser-specific import script, this reproduces the issue where client:only imports must be removed * typo fix * removing mispelled test component * WIP: delaying inclusion of component imports until the hydration method is known * WIP: tweaking the test to use window instead of document * When only one renderer is included, use that for client:only hydration * temporary test script snuck into the last commit * WIP: adding check for a client:only renderer hint * refactor: Remove client:only components instead of delaying all component import statements * Updating the changeset and docs for the renderer hint * refactor: pull client:only render matching out to it's own function * Updating renderer hinting to match full name, with shorthand for internal renderers Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com> * [ci] yarn format * Update CONTRIBUTING.md (#1131) * [ci] yarn format * docs: fix select language in Safari (#1127) (#1128) * docs: fix select language in Safari (#1127) * docs: fix select language top position * docs: fix select language position * Make congratsbot not run in forks (#1145) * add back dark-mode aware favicons * make example favicons prefer non-dark mode * Version Packages (next) (#1129) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * code review comments Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com> Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com> Co-authored-by: matthewp <matthewp@users.noreply.github.com> Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Oleg <64708593+olejech@users.noreply.github.com> Co-authored-by: Marcus Otterström <35617441+MarcusOtter@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-16cleanup example faviconsGravatar Fred K. Schott 1-0/+0
2021-08-16Remove `font-weight:400;` from anchor links - they should be the same weight ↵Gravatar Caleb Jasik 1-1/+0
as the text without a link. (#1116) If we wanted to, we *could* set the font-weight as `heavier` maybe? Is that an option? So that it just chooses an increase in font-weight for differentiation from text outside of a link. This was mainly a problem with headings that have links, the difference in font-weight stuck out like a sore thumb to me.
2021-08-16docs: small ul,ol margin changeGravatar Fred K. Schott 1-1/+1
2021-08-16Revert short line-height for `<ul>`'s (#1121)Gravatar Caleb Jasik 1-5/+2
2021-08-12[ci] yarn formatGravatar FredKSchott 1-2/+8
2021-08-12minor typography changes (#1083)Gravatar Fred K. Schott 1-20/+18
2021-08-06[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-06Styled the dark version of the search bar. (#1041)Gravatar V. Tinev 1-0/+12
* Styled the dark version for the search bar. Changed some stlyes for both themes. * Adjusted the SearchFooter glow. Co-authored-by: Peter Singh <drgaud@hotmail.com> * Removed search footer glow. * Added inset shadow for the search modal. Co-authored-by: V. Tinev <vtinev@2create.studio> Co-authored-by: Peter Singh <drgaud@hotmail.com>
2021-07-30Docs site cleanup (#948)Gravatar Fred K. Schott 1-79/+9
* add language selector * docs site cleanup * review feedback * code review comments
2021-07-29Add algolia-powered search bar to docs site (#917)Gravatar Fred K. Schott 3-58/+1
* add search bar * replace cmd+k with slash hotkey * update api key * add localhost support for search
2021-07-29📘 DOC: Improve SiteSidebar styles on mobile (#939)Gravatar Caleb Jasik 1-1/+1
2021-07-27Docs/show docsidebar on mobile (#878)Gravatar Caleb Jasik 1-0/+13
2021-07-26[ci] yarn formatGravatar FredKSchott 1-3/+2
2021-07-26some docs site polish (#853)Gravatar Fred K. Schott 2-75/+14
* some docs polish * attempt to fix theme toggle
2021-07-23fix table header color (#839)Gravatar Austin Crim 1-1/+1
Co-authored-by: Austin Crim <crim.austin@principal.com>
2021-07-22docs: adds a skip link so that you can skip the nav via keyboard (#829)Gravatar Caleb Jasik 1-0/+29
2021-07-23[ci] yarn formatGravatar jasikpark 1-2/+2
2021-07-22📘 DOC: improve a11y (#806)Gravatar Caleb Jasik 2-7/+10
* Add `tabindex="0"` to `<pre>` so that they are navigable by keyboard users if they overflow. * Landmark elements should have unique names https://dequeuniversity.com/rules/axe/4.3/landmark-unique * Page must have one main landmark https://dequeuniversity.com/rules/axe/4.3/landmark-one-main - Main landmark must not be contained by another landmark https://dequeuniversity.com/rules/axe/4.3/landmark-main-is-top-level * Heading level cannot increase by more than one * Ensure that links with the same accessible name serve a similar purpose https://dequeuniversity.com/rules/axe/4.3/identical-links-same-purpose * Just update the accessible name and require context for the visible link name * Fix CSS from the removal of the second <main> * Revert heading level change
2021-07-21Hsla composition (#790)Gravatar Jesus Gil 3-79/+93
* update theme colors to hsla * Add light navbar bg color * remove duplicate color assignments in Note.astro * clean up Clean up css variables and document use of hsla colors
2021-07-20optimize social imageGravatar Fred K. Schott 1-0/+0
2021-07-20Docs/ Add MetaData component for Open Graph and Twitter embeds (#784)Gravatar Caleb Jasik 1-0/+0
* Docs/ Add MetaData component for Open Graph and Twitter embeds * Switch twitter card type to `summary_large_image` * Add a version tag to the default-og-image url for cache busting * Update docs/src/config.ts Co-authored-by: Fred K. Schott <fkschott@gmail.com> * Incorporate changes from review * Construct `canonicalImageSrc` from `Astro.site`, which is not useful now, but could be if #788 is implemented Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-20[ci] yarn formatGravatar FredKSchott 2-26/+33
2021-07-19docs: set header link width to 100% so that the link fills the entire box it ↵Gravatar Caleb Jasik 1-13/+13
sits in for easier selection (#767)
2021-07-20[ci] yarn formatGravatar natemoo-re 1-4/+4
2021-07-19Improve docs theme (#717)Gravatar Nate Moore 5-197/+281
* Revert "Revert "New getting started guide (#715)"" This reverts commit dc4ba25b01254ed1c2088c081e8c861172ae58a4. * style: update docs theme * style: implement feedback * feat: remove FOUC * Update docs/src/pages/404.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * Fix 404 title prop * chore: implement feedback * fix: ul, ol styles * fix: center logo on mobile * fix: improve navbar header contrast * fix: improve logo overlap * fix: `.nav-link` radius * fix: small mobile tweaks * feat: improve nav styles * feat: improve embed styles * fix: feedback items * fix: make header sticky on mobile Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2021-07-16New getting started guideGravatar Fred K. Schott 1-3/+3
2021-07-16Revert "New getting started guide (#715)"Gravatar Fred K. Schott 4-210/+177
This reverts commit 2827f077baab6674a8ee47f3006e82ce991118b8.
2021-07-16Revert "[ci] yarn format"Gravatar Fred K. Schott 1-4/+4
This reverts commit c2176bfc839e31051e09bebd97cb09311c506b3a.
2021-07-16[ci] yarn formatGravatar natemoo-re 1-4/+4
2021-07-16New getting started guide (#715)Gravatar Fred K. Schott 4-177/+210
* New getting started guide * style: small style tweaks * style: theme updates * chore: add redirect * style: theme tweaks * fix: clamp logo height * style: fix sidebar width Co-authored-by: Nate Moore <nate@skypack.dev>
2021-07-15new sidebar actionsGravatar Fred K. Schott 1-0/+6
2021-07-15merge in docs site (#705)Gravatar Fred K. Schott 5-0/+639