File tree Expand file tree Collapse file tree 4 files changed +266
-835
lines changed Expand file tree Collapse file tree 4 files changed +266
-835
lines changed Original file line number Diff line number Diff line change @@ -464,6 +464,8 @@ export default defineConfig({
464464 return pageData
465465 } ,
466466 markdown : {
467+ // languages used for twoslash and jsdocs in twoslash
468+ languages : [ 'ts' , 'js' , 'json' ] ,
467469 codeTransformers : [ transformerTwoslash ( ) ] ,
468470 config ( md ) {
469471 md . use ( groupIconMdPlugin )
Original file line number Diff line number Diff line change 66
77## 概要
88
9- Vite(フランス語で「素早い」という意味の単語で ` /vit/ ` <button style =" border :none ;padding :3px ;border-radius :4px ;vertical-align :bottom " id =" play-vite-audio " onclick =" document .getElementById (' vite-audio' ).play ();" ><svg style =" height :2em ;width :2em " ><use href =" /voice.svg#voice " /></svg ></button > ヴィートのように発音)は、現代の Web プロジェクトのために、より速く無駄のない開発体験を提供することを目的としたビルドツールです。2 つの主要な部分で構成されています:
9+ Vite(フランス語で「素早い」という意味の単語で ` /vit/ ` <button style =" border :none ;padding :3px ;border-radius :4px ;vertical-align :bottom " id =" play-vite-audio " onclick =" document .getElementById (' vite-audio' ).play ();" ><svg style =" height :2em ;width :2em " ><use href =" /voice.svg?no-inline #voice " /></svg ></button > ヴィートのように発音)は、現代の Web プロジェクトのために、より速く無駄のない開発体験を提供することを目的としたビルドツールです。2 つの主要な部分で構成されています:
1010
1111- 非常に高速な [ Hot Module Replacement (HMR)] ( ./features#hot-module-replacement ) など、[ ネイティブ ES モジュール] ( https://developer.mozilla.org/ja/docs/Web/JavaScript/Guide/Modules ) を利用した[ 豊富な機能拡張] ( ./features ) を提供する開発サーバー。
1212
Original file line number Diff line number Diff line change 88 "lint" : " textlint --format pretty-error **/*.md"
99 },
1010 "devDependencies" : {
11- "@shikijs/vitepress-twoslash" : " ^2.5 .0" ,
11+ "@shikijs/vitepress-twoslash" : " ^3.7 .0" ,
1212 "@type-challenges/utils" : " ^0.1.1" ,
1313 "@types/express" : " ^5.0.3" ,
1414 "@types/node" : " ^22.15.32" ,
2020 "textlint-filter-rule-comments" : " ^1.2.2" ,
2121 "textlint-rule-preset-vuejs-jp" : " git+https://github.com/vuejs-jp/textlint-rule-preset-vuejs-jp.git" ,
2222 "vite" : " 7.0.0-beta.2" ,
23- "vitepress" : " 1.6.3 " ,
23+ "vitepress" : " ^2.0.0-alpha.6 " ,
2424 "vitepress-plugin-group-icons" : " ^1.6.0" ,
2525 "vitepress-plugin-llms" : " ^1.5.1" ,
2626 "vue" : " ^3.5.17" ,
You can’t perform that action at this time.
0 commit comments