summaryrefslogtreecommitdiff
path: root/docs/src/pages/en (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-02-07Remove docs from monorepo (#2517)Gravatar Jonathan Neal 28-4677/+0
* Remove docs from monorepo * Update PULL_REQUEST_TEMPLATE.md * Update relative doc references with links or todo
2022-02-07feat: Added the ability to add custom themes/languages to Shiki (#2518)Gravatar Juan Martín Seery 2-3/+10
* Replaced `shikiTheme` with `shikiConfig` * Code.astro now accepts custom themes/langs * Updated docs * Updated tests * Fixed language loading * Added customization examples * Updated documentation * Added more tests * Changelogs * Changed some spaces to tabs * Fixed typo in changesets * Moved tests fixtures * Rolled back changes to with-markdown-shiki * Removed lang example in docs * Optimized Code component * Try to fix windows errors * Try to see if this new tests work
2022-02-04[ci] yarn formatGravatar matthewp 1-4/+2
2022-02-04fix: import local plugins into markdown (#2534)Gravatar Juan Martín Seery 1-1/+3
* Replaced "UnifiedPluginImport" for a function * Updated tests * Updated docs * Updated examples * Added changeset * Fixed tests * Removed unused "UnifiedPluginImport" * Duplicated add-classes.mjs
2022-01-31Add Shiki as an alternative to Prism (#2497)Gravatar Juan Martín Seery 1-1/+21
* [ci] yarn format * Added shiki to markdown-remark * Upgraded astro shiki * Added minimal example * Changed defaults to match <Code /> * Replace `shiki` with `astro` classes * Added documentation * Updated Astro code to use new `codeToHtml` * Added changesets * Added basic test * Updated tests a bit Co-authored-by: JuanM04 <JuanM04@users.noreply.github.com>
2022-01-31Missing '&' in example of scoped styles (#2485)Gravatar Angie 1-1/+1
Style is written in SCSS, so there is missing '&' in nesting data-theme
2022-01-31Update deployment documentation for Vercel. (#2500)Gravatar Lee Robinson 1-4/+21
* Update deployment documentation for Vercel. * Update spanish docs too. * Apply suggestions from code review
2022-01-27update pages config doc description (#2478)Gravatar Marty Nelson 1-1/+1
2022-01-27Aligns docs on `pages` config with reality (#2477)Gravatar Marty Nelson 1-2/+2
2022-01-25[ci] yarn formatGravatar jonathantneal 1-1/+1
2022-01-25Add note about imports to migration guide (#2467)Gravatar Evan Boehs 1-0/+13
* Update 0.21.0.md * Improve grammar * add bug note
2022-01-25Change from Intall to Install in line 239 (#2457)Gravatar MostlyWhat 1-1/+1
Someone forgot to add an "s" into install, so I added one.
2022-01-20doc: fix "Astro Components" link reference (#2431)Gravatar Gustavo Paes 1-1/+1
* doc: fix Astro components link * doc: does not include a trailing slash Co-authored-by: Evan Boehs <evan@boehs.org> Co-authored-by: Evan Boehs <evan@boehs.org>
2022-01-19[ci] yarn formatGravatar jonathantneal 1-1/+1
2022-01-19Update Cloudflare pages to show gitlab support (#2357)Gravatar Obinna Ekwuno 1-2/+2
* Update Cloudflare pages to show gitlab support * Update deploy.md
2022-01-19[ci] yarn formatGravatar jonathantneal 1-1/+1
2022-01-19feat: add support for styled RSS feeds (#2371)Gravatar Nate Moore 1-1/+11
2022-01-19update image reference path (#2417)Gravatar Ramanathan10 1-1/+1
2022-01-19fix: path error in sample markdown code (#2401)Gravatar Jang Rush 1-1/+1
The path denoted in the markdown sample code is src/pages/index.md Thus, to refer to a layout component in src/layouts, we should use ../layouts/ instead of ../../layouts/.
2022-01-19Implement support for draft pages (#2392)Gravatar Pranav Karawale 2-1/+31
* feat: support draft pages * implemented support for draft pages * added integration test * updated relevant documentation (english only) * docs: explicitly mention "markdown draft pages" * chore: add changeset * chore: modify changeset - changed type to 'patch' - added more description
2022-01-18Fix "Island Architecture" phrase attribution (#2411)Gravatar John 1-2/+1
Remove incorrect statement that Jason Miller coined the phrase "Island Architecture." Fixes #2407
2022-01-18Update doc move away from Astro.resolve on styles (#2402)Gravatar Jang Rush 1-1/+3
see also #2393
2022-01-10Note that Astro also supports `<Fragment>` syntax (#2354)Gravatar Zade Viggers 1-16/+18
2022-01-10Update Cloudflare Pages guide (#2345)Gravatar Jacob Rask 1-2/+2
See https://developers.cloudflare.com/pages/framework-guides/astro
2022-01-06[ci] yarn formatGravatar natemoo-re 1-2/+2
2022-01-06Added "IntelliSense for TypeScript" (#2326)astro@0.22.7Gravatar Morritz 1-0/+17
Important knowledge to avoid type errors.
2022-01-03Docs/move-english-docs-to-"en"-folder (#2268)Gravatar Caleb Jasik 28-0/+4560
* Move english pages under `/en` and fix broken links hopefully * Add meta refresh tags for `/` to `/en/` url moves + make `/index.astro` work without js * update languageselect for new en format Co-authored-by: Fred K. Schott <fkschott@gmail.com>