summaryrefslogtreecommitdiff
path: root/docs/src/components (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-07-21Hsla composition (#790)Gravatar Jesus Gil 2-4/+1
* 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-20Docs/ Add MetaData component for Open Graph and Twitter embeds (#784)Gravatar Caleb Jasik 1-0/+38
* 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-20Docs/fix sitesidebar template (#778)Gravatar Caleb Jasik 1-1/+1
* Fix: Do not commit `.env` files in any directory * Links that aren't current should have either *no* aria-current attribute or `aria-current="false"` for the same effect.
2021-07-20docs: use `aria-current="page"` rather than `.is-active` in ↵Gravatar Caleb Jasik 1-5/+4
SiteSidebar.astro (#770)
2021-07-19add back removed left sidebar scroll behaviorGravatar Fred K. Schott 1-0/+9
2021-07-19Improve docs theme (#717)Gravatar Nate Moore 1-8/+38
* 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-19fix: :bug: ThemeToggle should initialize from localstorage immediately (#748)Gravatar Tony Sullivan 1-6/+6
Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-07-16Revert "New getting started guide (#715)"Gravatar Fred K. Schott 2-8/+19
This reverts commit 2827f077baab6674a8ee47f3006e82ce991118b8.
2021-07-16New getting started guide (#715)Gravatar Fred K. Schott 2-19/+8
* 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-16Changed URLs to match the release (#711)Gravatar JuanM04 1-3/+3
2021-07-15[ci] yarn formatGravatar FredKSchott 2-5/+54
2021-07-15new sidebar actionsGravatar Fred K. Schott 2-14/+16
2021-07-15merge in docs site (#705)Gravatar Fred K. Schott 9-0/+535