summaryrefslogtreecommitdiff
path: root/docs/src/config.ts
diff options
context:
space:
mode:
authorGravatar Jonathan Neal <jonathantneal@hotmail.com> 2021-11-12 07:40:49 -0500
committerGravatar GitHub <noreply@github.com> 2021-11-12 07:40:49 -0500
commit5470fda3fe64fed5d303f118bb3009a0a1e51ddc (patch)
tree376a8da132ced3e54071600e86e0377281541c99 /docs/src/config.ts
parent5f5df8a63a9c18260afab8b93b478176597a3327 (diff)
downloadastro-5470fda3fe64fed5d303f118bb3009a0a1e51ddc.tar.gz
astro-5470fda3fe64fed5d303f118bb3009a0a1e51ddc.tar.zst
astro-5470fda3fe64fed5d303f118bb3009a0a1e51ddc.zip
Add Migration Guide to docs (#1751)
* Add Migration Guide to docs * edit: replace astro.config.js with astro.config.mjs * edit: use plain object in define:vars example * edit: improve 'components in markdown' documentation * edit: use astro resolve in file reference documentation example * edit: rename 'writing plugins' heading to 'custom renderers' Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * edit: fix PUBLIC_ environment variable example * edit: fix define:vars variable in example * edit: remove top-level alias documentation * edit: cleanup "passing variables into scripts and styles" description * Update migration-guide.md * Update migration-guide.md * update deployment config * update configuration * fix some errors and write a commit message about it * move the migration guide * update documentation * add migration guide to sidebar Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r--docs/src/config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts
index 95b1b29ff..cd75ac566 100644
--- a/docs/src/config.ts
+++ b/docs/src/config.ts
@@ -6,6 +6,7 @@ export const SIDEBAR = {
{ text: 'Installation', link: 'installation' },
{ text: 'Themes', link: 'themes' },
{ text: 'Astro vs. X', link: 'comparing-astro-vs-other-tools' },
+ { text: 'Migrate to v0.21', link: 'migration/0.21.0' },
{ text: 'Basics', header: true },
{ text: 'Project Structure', link: 'core-concepts/project-structure' },