Skip to content

Commit

Permalink
Merge branch 'main' into add-vue-devtools-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre authored May 23, 2024
2 parents 9d3cb5c + 226c525 commit 0c162ae
Show file tree
Hide file tree
Showing 208 changed files with 4,868 additions and 2,000 deletions.
3 changes: 0 additions & 3 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import remarkSmartypants from 'remark-smartypants';

import { sitemap } from './integrations/sitemap';
import { rehypeAutolink } from './plugins/rehype-autolink';
import { rehypeOptimizeStatic } from './plugins/rehype-optimize-static';
import { rehypeTasklistEnhancer } from './plugins/rehype-tasklist-enhancer';
import { remarkFallbackLang } from './plugins/remark-fallback-lang';

Expand Down Expand Up @@ -83,8 +82,6 @@ export default defineConfig({
...rehypeAutolink(),
// Tweak GFM task list syntax
rehypeTasklistEnhancer(),
// Collapse static parts of the hast to html
rehypeOptimizeStatic,
],
},
image: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/node": "^18.6.4",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"astro": "^4.6.3",
"astro": "^4.8.6",
"astro-auto-import": "^0.4.2",
"astro-eslint-parser": "^0.16.0",
"astro-og-canvas": "^0.5.0",
Expand Down Expand Up @@ -83,7 +83,7 @@
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/sitemap": "^3.1.3",
"@astrojs/starlight": "0.21.1",
"@astrojs/starlight": "0.23.1",
"@docsearch/js": "^3.5.2",
"@fontsource/ibm-plex-mono": "^4.5.10",
"@lunariajs/core": "^0.0.32",
Expand Down
79 changes: 0 additions & 79 deletions plugins/rehype-optimize-static.ts

This file was deleted.

Loading

0 comments on commit 0c162ae

Please sign in to comment.