File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ import installDocusaurus from "./install_docusaurus.mp4";
7
7
import editDocusaurus from " ./edit_docusaurus.mp4" ;
8
8
import LifeGame from " @site/src/components/LifeGame/LifeGame" ;
9
9
10
- # Docusaurus のインストール方法
10
+ # Docusaurus のプロジェクトの作成方法
11
11
12
- ## Docusaurus のインストール方法
12
+ ## Docusaurus のプロジェクトの作成方法
13
13
14
14
ここでは、Docusaurus という静的サイトジェネレーターを使って実際にウェブサイトを作ってみます。Docusaurus は、さきほどインストールした npm を使うとコマンド一つで使うことができます。実は、npm を使えば、Docusaurus 以外にも様々なものをコマンド一つで簡単にインストールできます。下の動画を見ながら、Docusaurus のプロジェクトを作成してください。以下に概要を記しておきます。
15
15
@@ -117,7 +117,7 @@ import LifeGame from "@site/src/components/LifeGame/LifeGame";
117
117
}
118
118
/>
119
119
120
- 1 . 画像は次のようにして表示することができます。もちろん相対パスも使えます 。
120
+ 1 . 画像は次のようにして表示することができます。もちろんローカル上のファイルも扱えます 。
121
121
122
122
<InteractiveCodeEditor
123
123
language = " markdown"
You can’t perform that action at this time.
0 commit comments