summaryrefslogtreecommitdiff
path: root/docs/src/pages/guides (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-14Update deployment docs for Netlify deployment (#1361)Gravatar Cassidy Williams 1-7/+9
* Update build command for Netlify * Clarify directions for Netlify deploy versions * Create deploy.md * Update deploy.md * Update deploy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-13Fix typo (#1360)Gravatar Marcus Otterström 1-1/+1
2021-09-13Disclaimer for Github pages / jekyll quirk (#1355)Gravatar Tc001 1-0/+2
* Added GH pages disclaimer * Added changeset * Reworded disclaimer * Correct GH Pages casing * Update deploy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-08Update netlify deploy instructions for `.nvmrc` syntax (#1337)Gravatar Caleb Jasik 1-1/+1
2021-09-07[ci] yarn formatGravatar FredKSchott 1-22/+23
2021-09-07📘 DOC: New "Publish to npm" documentation (#1323)Gravatar Fred K. Schott 1-51/+132
* new publish docs * Minor cleanup - Removed trailing whitespaces. - Fixed a typo where `components` was misspelled. - Moved all links to references at the bottom of the file. - On line 162, I added bash for the file tree example as it was used for the previous example on line 29. - Added a new line between examples that had a DO and DO NOT. - The code snippet from line 85 is a good example. Having that li'l space made it much nicer to read. * cleanup publish docs * add note on experimental nature of npm package support Co-authored-by: Devin W. Leaman <git@4lch4.email>
2021-08-31[ci] yarn formatGravatar FredKSchott 1-4/+4
2021-08-31Add v20 documentation for bundling assets (#1262)Gravatar Lachlan Young 1-0/+11
* Add v20 documentation for bundling assets * 🛁 Revert bad doc * 🛁 Address CR * ✨ Use astro * 🛁 Correct Link * Update styling.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-27[ci] yarn formatGravatar matthewp 1-1/+1
2021-08-27Update Tailwind docs for path to css (#1240)Gravatar Matthew Phillips 1-7/+7
* Update Tailwind docs for path to css * Remove other references to public in the styling guide * Remove unnecessary (pages)
2021-08-27[ci] yarn formatGravatar matthewp 1-1/+1
2021-08-27Add new Astro components package (#1242)Gravatar Mark Teekman 1-0/+1
2021-08-26add "astro preview" command (#1226)Gravatar Fred K. Schott 1-1/+2
* add "astro preview" command * Update green-buttons-reflect.md * Update cli-reference.md
2021-08-25Fix typo Mardown on line 219 (#1229)Gravatar E. Berke KARAGÖZ 1-1/+1
2021-08-23Add Astro `<Debug/>` component (#675)Gravatar Caleb Jasik 1-0/+6
* Initial MVP Debug component * Document the prettifying of the input * Just make `<Debug/>` a wrapper around `<Prism/>` lol * feat: add details/summary debug component * chore: remove Props (unused) * fix: prefer `div` to semantic elements * chore: format * fix: prop-drill `class` into components * fix: ensure `astro/components` are evaluated lazily * feat(debug): export debug component from `astro/debug` * fix: minimal example local snowpack config * docs: add debugging docs * chore: add changeset * docs: update debug docs Co-authored-by: Nate Moore <nate@skypack.dev>
2021-08-18[ci] yarn formatGravatar drwpow 1-1/+6
2021-08-18[DOCS] Add more information about content.astro (markdown) (#1148)Gravatar Marcus Otterström 1-40/+43
* Correct heading levels * Add more info about content.astro * Remove accidental heading
2021-08-12Fix typos in the docs/ content (#1093)Gravatar mundry 3-6/+6
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-08-11[ci] yarn formatGravatar FredKSchott 1-3/+2
2021-08-11Add file-based routing /w dynamic paths (#1010)Gravatar Fred K. Schott 2-0/+150
* wip: add file-based routing * add pagination tests and nested pagination support
2021-08-06[ci] yarn formatGravatar FredKSchott 1-2/+2
2021-08-06another pass on alias docsGravatar Fred K. Schott 1-34/+21
2021-08-06[ci] yarn formatGravatar FredKSchott 1-10/+7
2021-08-06[Docs] Added an "Aliases" page under Guides. [En] (#1042)Gravatar V. Tinev 1-0/+61
* Styled the dark version for the search bar. Changed some stlyes for both themes. * [Docs] Added an "Aliases" page under Guides. [EN] * [Docs] Added "Aliases" page under Guides. Removed styles from another PR. * Revert theme.css. * Revert Search.css. * Edited the text. Co-authored-by: Peter Singh <drgaud@hotmail.com> * Text edits after review. * Apply suggestions from documentation review. Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: V. Tinev <vtinev@2create.studio> Co-authored-by: Peter Singh <drgaud@hotmail.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
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-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-07-30📘 DOC: Add PostCSS configuration on Astro (#947)Gravatar Diogo Felix 1-0/+27
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 6-6/+6
* add language selector * docs site cleanup * review feedback * code review comments
2021-07-30Ascii quotes (#928)Gravatar Marcus Otterström 2-49/+49
2021-07-30[ci] yarn formatGravatar FredKSchott 1-1/+0
2021-07-30Fix typos and clarify docs (#880)Gravatar Marcus Otterström 2-2/+3
* 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-29Fix Github Action setup (#934)Gravatar Mulai 1-6/+7
2021-07-28Add remark-slug (#862)Gravatar Maksim Markelov 1-4/+2
* Add remark-slug * Add remark-slug in documentation * Add changeset
2021-07-23Introduce `<style global>` (#824)Gravatar Tony Sullivan 1-1/+27
* 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: fix broken link to Markdown component (#827)Gravatar João Paquim 1-1/+1
2021-07-22📘 DOC: improve a11y (#806)Gravatar Caleb Jasik 2-4/+4
* 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-22[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-07-22Update deploy.sh to include touch .nojekyll (#819)Gravatar Danny Burrows 1-2/+4
* Update deploy.sh to include touch .nojekyll * Update deploy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-22Added docs for community plugins 📗 (#799)Gravatar Chris Bongers 1-1/+18
* Added docs for community plugins 📗 * Updated copy for keywords 🔗
2021-07-20update astro.config.js to astro.config.mjs in docsGravatar Fred K. Schott 2-6/+6
2021-07-17[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-07-17Fix typos in the documentation. (#731)Gravatar mundry 5-12/+12
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-07-16[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-07-16New getting started guideGravatar Fred K. Schott 1-2/+4
2021-07-16Revert "New getting started guide (#715)"Gravatar Fred K. Schott 1-4/+2
This reverts commit 2827f077baab6674a8ee47f3006e82ce991118b8.