summaryrefslogtreecommitdiff
path: root/docs/src/components (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-04Docs/add german translation (#1005)Gravatar Joshua Stübner 1-0/+3
* feat: add German getting started page * feat: add missing links to German page to config and LanguageSelect * feat: remove two dashes because that's considered bad practice * Update LanguageSelect.tsx Co-authored-by: Joshua <joshua.stuebner@bloxxter.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-04docs(translate):translate getting-started.md into ZH (CN & TW) (#979)Gravatar Xinyuan Wang 1-0/+6
* translate getting-started.md into ZH (CN & TW) * fix translate the title for getting-started.md * add zh CN & TW config in Docs * fix config "locale" * fix config.ts add route for CN & TW * fix installation.md Next Steps title 's level * translate quick-start.md & installation.md & examples.md into ZH (CN ) * Add lang variable to docs frontmatter for translations * Update docs/src/pages/zh-TW/getting-started.md Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2021-08-04Reduce meta viewport tag (#1006)Gravatar Jonathan Neal 1-1/+1
2021-08-02[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-01full translation (#967)Gravatar Fred K. Schott 4-24/+30
2021-07-30add finnish to language selectorGravatar Fred K. Schott 1-1/+4
2021-07-31[ci] yarn formatGravatar FredKSchott 4-33/+57
2021-07-30Docs site cleanup (#948)Gravatar Fred K. Schott 23-219/+503
* add language selector * docs site cleanup * review feedback * code review comments
2021-07-29move translated nl docsGravatar Fred K. Schott 2-1/+1
2021-07-29small docs font fixGravatar Fred K. Schott 1-1/+1
2021-07-29[ci] yarn formatGravatar matthewp 2-34/+25
2021-07-29Add algolia-powered search bar to docs site (#917)Gravatar Fred K. Schott 2-0/+190
* add search bar * replace cmd+k with slash hotkey * update api key * add localhost support for search
2021-07-27Docs/show docsidebar on mobile (#878)Gravatar Caleb Jasik 4-116/+146
2021-07-26[ci] yarn formatGravatar FredKSchott 2-3/+2
2021-07-26some docs site polish (#853)Gravatar Fred K. Schott 3-46/+25
* some docs polish * attempt to fix theme toggle
2021-07-22📘 DOC: improve a11y (#806)Gravatar Caleb Jasik 2-2/+2
* 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-22Move `site` to a prop instead of directly importing from within the ↵Gravatar Caleb Jasik 1-2/+6
component. (#803)
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