summaryrefslogtreecommitdiff
path: root/docs/src/pages/en/guides (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-02-07Remove docs from monorepo (#2517)Gravatar Jonathan Neal 11-2177/+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 1-2/+9
* 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-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 1-0/+30
* 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-18Update doc move away from Astro.resolve on styles (#2402)Gravatar Jang Rush 1-1/+3
see also #2393
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 11-0/+2074
* 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>