summaryrefslogtreecommitdiff
path: root/docs/src/components (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-06Adds examples pageGravatar aFuzzyBear 17-0/+923
2021-09-05docs: add a link to next article (#1308)Gravatar Sam Chen 1-1/+19
2021-09-04📘DOC: Fix URL normalization for the Left Sidebar in docs (#1299)Gravatar Caleb Jasik 1-2/+4
* Fix URL normalization for the Left Sidebar in docs * Move the fix into `util.ts` as suggested by @FredKSchott
2021-08-27Add danish translation of the getting started page (#1243)Gravatar Mikkel Tønder 1-0/+3
* Add danish translation of the getting started page * Add danish to KNOWN_LANGUAGES
2021-08-25added bengali translation of the getting started page (#1215)Gravatar Rafid Muhymin Wafi 1-0/+3
2021-08-25Arabic getting-started translation (#1166)Gravatar حمد بنقالي 1-0/+3
Co-authored-by: = <=>
2021-08-25docs: fix header rtl logo view (#1224)Gravatar Fred K. Schott 1-0/+1
2021-08-23[i18n][Docs] Add Korean Translation of Getting Started page (#1189)Gravatar Joohoon Cha 1-0/+3
* translate getting-started.md into KR * add kr to KNOWN_LANGUAGES * add kr config to sidebar * add kr option to the language selector
2021-08-23Add a `titleClosure` to the `HeadSEO.astro` component (#1140)Gravatar Caleb Jasik 1-4/+6
* Testing out adding a `titleClosure` to the `HeadSEO.astro` component I think the api needs a bit of improvement, but the basic idea is you can pass this in to a published astro component for specifying how you want it to format your title! * Refactor to make it pretty * Rename the `titleClosure()` prop to `formatTitle()` to be more clear * Use title, with site title as the fallback (#1143) See og:title guidance (https://developers.facebook.com/docs/sharing/webmasters/) Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2021-08-23[ci] yarn formatGravatar matthewp 1-1/+0
2021-08-23fix the rtl search bar view (#1177)Gravatar Fred K. Schott 3-16/+14
2021-08-20update universal idGravatar Fred K. Schott 1-3/+3
2021-08-17add back dark-mode aware faviconsGravatar Fred K. Schott 1-1/+2
2021-08-17docs: fix select language in Safari (#1127) (#1128)Gravatar Oleg 1-2/+27
* docs: fix select language in Safari (#1127) * docs: fix select language top position * docs: fix select language position
2021-08-16cleanup example faviconsGravatar Fred K. Schott 1-1/+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-06[ci] yarn formatGravatar FredKSchott 1-51/+51
2021-08-06Styled the dark version of the search bar. (#1041)Gravatar V. Tinev 1-49/+58
* 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-08-06Fix contrast issue in lang picker (#1044)Gravatar Marcus Otterström 1-2/+2
2021-08-06[ADD][i18n][Docs] French translation of getting started page (#1040)Gravatar Philippe L'ATTENTION 1-0/+3
* [ADD][i18n][Docs] French translation of getting started page - Add Sidebar translated menus - Add lang code fr to language selection - Add french translated getting-started page * [ADD][i18n][Docs] Adding 'fr' key to known langs for automatic redirect
2021-08-05Added Bulgarian translation for the Getting Started page. (#1032)Gravatar V. Tinev 1-0/+3
* Added translation for the Getting Started page. * Removed remaining English text from the translated version. * Added Bulgarian as a known langugage (index.astro). * Added Bulgarian as a known langugage (index.astro). Co-authored-by: V. Tinev <vtiev@2create.studio>
2021-08-05Docs: Add zh-tw translation for Setup (#980)Gravatar YM 1-1/+1
* Add zh-tw translation of quick start in doc * Add translation into zh-tw for Install in docs * Update getting started for zh-tw * Update language label for Traditional Chinese * Update toc titles for zh-hant-TW * Update lang attribute for zh-TW * Add zh-tw translation of example in doc * Update sidebar items for zh-TW in Docs
2021-08-04Add Portuguese Translation of Getting Started page (#981)Gravatar Laura Caroline 1-0/+3
* Add Portuguese Translation of Getting Started page Based on Brazilian Portuguese * Fix/add improvement sugestions. * Add missing preposition * Update file to represent also the region The Only changes to the existing files were the addition of the lang attribute * Add language selection for Brazilian Portuguese
2021-08-04Add spanish getting-started translation (#988)Gravatar Jesus Gil 1-0/+3
* Add spanish getting-started translation Translated getting-started page to spanish. Added spanish links to config.ts, and spanish option to header language dropdown. * add language code to frontmatter Co-authored-by: Fred K. Schott <fkschott@gmail.com>
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>