File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
docs/1-trial-session/01-get-started Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ import Tabs from '@theme/Tabs';
66import TabItem from '@theme/TabItem ';
77import installChromeOnMacVideo from "./install-chrome-on-mac.mp4";
88import installChromeOnWindowsVideo from "./install-chrome-on-windows.mp4";
9- import installVscodeVideo from "./install-vscode.mp4";
9+ import installVscodeOnMacVideo from "./install-vscode-on-mac.mp4";
10+ import installVscodeOnWindowsVideo from "./install-vscode-on-windows.mp4";
1011import createFolderVideo from "./create-folder.mp4";
1112import openFolderVideo from "./open-folder.mp4";
1213
@@ -35,7 +36,18 @@ Google Chrome は、[公式サイト](https://www.google.com/intl/ja_jp/chrome/)
3536
3637Visual Studio Code は、[ 公式サイト] ( https://code.visualstudio.com ) からインストールできます。まだインストールが終わっていない場合はインストールしておきましょう。
3738
38- <video src ={installVscodeVideo} controls />
39+ <Tabs groupId =" os " >
40+ <TabItem value =" mac " label =" macOS " >
41+
42+ <video src ={installVscodeOnMacVideo} controls />
43+
44+ </TabItem >
45+ <TabItem value =" win " label =" Windows " >
46+
47+ <video src ={installVscodeOnWindowsVideo} controls />
48+
49+ </TabItem >
50+ </Tabs >
3951
4052## プロジェクトを格納するフォルダを作成する
4153
You can’t perform that action at this time.
0 commit comments