Skip to content

Commit

Permalink
updates docs for new io module
Browse files Browse the repository at this point in the history
  • Loading branch information
songololo committed Aug 5, 2022
1 parent 5f74194 commit d9f9101
Show file tree
Hide file tree
Showing 15 changed files with 412 additions and 55 deletions.
5 changes: 2 additions & 3 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import mdx from '@astrojs/mdx'
import sitemap from '@astrojs/sitemap'
import tailwind from '@astrojs/tailwind'
import vue from '@astrojs/vue'
Expand Down Expand Up @@ -123,8 +124,6 @@ export default defineConfig({
},
}),
sitemap(),
mdx(),
],
legacy: {
astroFlavoredMarkdown: true,
}
})
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"devDependencies": {
"@astrojs/markdown-component": "^0.2.1",
"@astrojs/markdown-remark": "^0.14.0",
"@astrojs/mdx": "^0.6.0",
"@astrojs/sitemap": "^0.3.0",
"@astrojs/tailwind": "^0.2.5",
"@astrojs/vue": "^0.5.0",
Expand Down
Loading

0 comments on commit d9f9101

Please sign in to comment.