We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3106bb6 commit f77b015Copy full SHA for f77b015
website/README.md
@@ -0,0 +1,15 @@
1
+# website metadata
2
+
3
+このディレクトリでは、ドキュメントのWebサイトの構築に必要なメタデータを管理しています。
4
5
+また、SSG(静的サイトジェネレーター)の本体は、Git submoduleとして別リポジトリの[typst-docs-web](https://github.com/typst-jp/typst-docs-web)で管理されています。
6
7
+## Git submoduleの初期化について
8
9
+リポジトリを`git clone`する際に`--recursive`オプションを付けていない場合は、以下のコマンドでsubmoduleを初期化・更新できます。
10
11
+```sh
12
+git submodule update --init --recursive
13
+```
14
15
+これにより、`typst-docs-web`ディレクトリが正しく取得されます。
0 commit comments