summaryrefslogtreecommitdiff
path: root/docs/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-04[ci] yarn formatGravatar FredKSchott 5-18/+22
2021-08-04docs(translate):translate getting-started.md into ZH (CN & TW) (#979)Gravatar Xinyuan Wang 9-3/+395
* 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-03Update deploy.md (typo in newly added section) (#998)Gravatar Bryce Wray 1-1/+1
2021-08-03[ci] yarn formatGravatar matthewp 1-2/+2
2021-08-03Update deploy.md for Cloudflare Pages (#992)Gravatar Bryce Wray 1-1/+19
* Update deploy.md for Cloudflare Pages - Adding description of how to set up an Astro site in Cloudflare Pages. - Minor grammatical fix in the “Credits” area. :-) [Sorry, I have OCD about “off of.”] * Remove sentence fragment Removing sentence fragment left behind when I was researching the Environment Variable part. :-/ * Update deploy.md (remove misplaced text) Same as before, but removing potentially misleading reference to Node version (since we explain in "Environment variables (advanced)" part how to resolve).
2021-08-03Improve Collection docs for RSS (#990)Gravatar Joshua Stübner 1-1/+5
- Added missing but required link attribute - Added note on how to create a full text feed
2021-08-02Add `lang` variable to docs frontmatter for translations (#984)Gravatar Caleb Jasik 4-0/+4
2021-08-01Update styling.md re link-handling for .scss files (#977)Gravatar Bryce Wray 1-1/+3
Adding a note to make clear that users of .scss files should still link to the final compiled .css files, as per https://discord.com/channels/830184174198718474/853350631389265940/871151798075949066.
2021-08-01add support for 4-letter language codes (ex: zh-TW)Gravatar Fred K. Schott 1-1/+1
2021-08-02[ci] yarn formatGravatar FredKSchott 3-11/+10
2021-08-01full translation (#967)Gravatar Fred K. Schott 8-82/+84
2021-07-31fix bad merge from outdated layoutGravatar Fred K. Schott 3-3/+3
2021-07-30small cleanup to installation docsGravatar Fred K. Schott 1-9/+6
2021-07-30add finnish to language selectorGravatar Fred K. Schott 2-2/+5
2021-07-30move finnish translations to fiGravatar Fred K. Schott 3-0/+0
2021-07-30WIP: Documentation in Finnish (#837)Gravatar Vesa Piittinen 3-0/+201
* Initial Finnish getting-started.md * Initial Finnish `quick-start.md` * Missing word * Use a different test path name * Initial Finnish `installation.md` * Sync with `installation.md` * WIP Finnish island-architecture.md * Fix some sillyness * Delete island-architecture.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-30📘 DOC: Add PostCSS configuration on Astro (#947)Gravatar Diogo Felix 1-0/+27
2021-07-31[ci] yarn formatGravatar FredKSchott 5-34/+58
2021-07-30Add svelte file extension to tailwind puge configuration. (#964)Gravatar allanvobraun 1-1/+1
Self explanatory.
2021-07-30Docs site cleanup (#948)Gravatar Fred K. Schott 53-642/+723
* add language selector * docs site cleanup * review feedback * code review comments
2021-07-30Ascii quotes (#928)Gravatar Marcus Otterström 7-58/+58
2021-07-30[ci] yarn formatGravatar FredKSchott 1-1/+0
2021-07-30Fix typos and clarify docs (#880)Gravatar Marcus Otterström 4-4/+5
* Add more missing words * Add missing dot * Add another missing dot * Clarify what optimized css means (discussed on Discord) * Remove oxford comma Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-29move translated nl docsGravatar Fred K. Schott 3-1/+1
2021-07-29Started on the getting started dutch docs 🇳🇱 (#855)Gravatar Chris Bongers 1-0/+59
2021-07-29small docs font fixGravatar Fred K. Schott 1-1/+1
2021-07-29[ci] yarn formatGravatar matthewp 2-34/+25
2021-07-29Fix Github Action setup (#934)Gravatar Mulai 1-6/+7
2021-07-29Add algolia-powered search bar to docs site (#917)Gravatar Fred K. Schott 3-19/+209
* 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-4/+3
2021-07-28Add remark-slug (#862)Gravatar Maksim Markelov 1-4/+2
* Add remark-slug * Add remark-slug in documentation * Add changeset
2021-07-28Fixes typo (#902)Gravatar Nikola Hristov 1-1/+1
2021-07-27remove warning from collections docsGravatar Fred K. Schott 1-2/+0
2021-07-27docs: add missing `matchMedia` reference (#895)Gravatar Balázs Orbán 1-0/+1
* docs: add missing `matchMedia` reference * Update docs/src/pages/core-concepts/component-hydration.md Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2021-07-27[ci] yarn formatGravatar matthewp 3-7/+6
2021-07-27DOC: revisions made to the setup section (#864)Gravatar Peter Singh 4-43/+138
* this is the last time im changing these files.... * This is Thats these two files finished off... * Updated the section setup, a bit * trying to resolve the conflict Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
2021-07-27Docs/show docsidebar on mobile (#878)Gravatar Caleb Jasik 5-125/+161
2021-07-26Add missing word (#879)Gravatar Marcus Otterström 1-1/+1
2021-07-26[ci] yarn formatGravatar FredKSchott 2-3/+2
2021-07-26some docs site polish (#853)Gravatar Fred K. Schott 4-65/+82
* some docs polish * attempt to fix theme toggle
2021-07-24Fixed typo in getting-started.md (#842)Gravatar Alexandre Desroches 1-1/+1
2021-07-23Introduce `<style global>` (#824)Gravatar Tony Sullivan 2-1/+29
* Adding support for multiple <style> blocks * Adding support for `<style global>` * scoping @keyframes should also be skipped for <style global> * Adding test coverage for muliple style blocks, global blocks, and scoped keyframes * docs: Updating docs for `<style global>` support * Adding yarn changeset * Punctuation fix in styling docs * docs: Clarifying example use cases given in the docs Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-07-23[ci] yarn formatGravatar FredKSchott 1-5/+4
2021-07-23📘 DOC: Adding github actions example to deploy.md (#823)Gravatar Danny Burrows 1-1/+59
* Adding github actions example to deploy.md * Update wording and example Made the suggested changes * Apply suggestions from code review Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-22docs: adds a skip link so that you can skip the nav via keyboard (#829)Gravatar Caleb Jasik 1-0/+1
2021-07-22docs: fix broken link to Markdown component (#827)Gravatar João Paquim 1-1/+1
2021-07-22📘 DOC: improve a11y (#806)Gravatar Caleb Jasik 7-18/+17
* 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 2-3/+7
component. (#803)
2021-07-22[ci] yarn formatGravatar FredKSchott 1-1/+1