More documentation adjustments

This commit is contained in:
bd_ 2022-11-27 18:04:34 -08:00
parent e8dd251edf
commit 5c17d48694
6 changed files with 16 additions and 4 deletions

View File

@ -3,6 +3,8 @@ sidebar_position: 2
sidebar_label: Configuring a complex (cloth) outfit
---
# Configuring a complex (cloth) outfit
In some cases the automatic setup is not quite enough to set up a complex outfit.
Let's look at Lachexia's [Dress Lumi](https://lachexia.booth.pm/items/3763311) as an example.

View File

@ -7,5 +7,5 @@ sidebar_label: Tutorials
Here are some step-by-step guides on how to set up things using Modular Avatar.
* [Configuring a simple outfit](clothing) - in most cases, you can set up an outfit with just a few clicks. Check out this tutorial for details.
* [Configuring a complex (cloth) outfit](adv_clothing) - this tutorial shows an example of an outfit that requires just a little bit more setup
* [Configuring a simple outfit](clothing/) - in most cases, you can set up an outfit with just a few clicks. Check out this tutorial for details.
* [Configuring a complex (cloth) outfit](adv_clothing/) - this tutorial shows an example of an outfit that requires just a little bit more setup

View File

@ -283,5 +283,8 @@
},
"Embed modular avatar components in your prefabs to make installation a breeze!": {
"message": "モジュラーアバターの設定を予めアセットに埋め込めば導入が楽ちん!"
},
"Tutorials": {
"message": "チュートリアル"
}
}

View File

@ -3,6 +3,8 @@ sidebar_position: 2
sidebar_label: 複雑なCloth衣装セットアップ
---
# 複雑なCloth衣装セットアップ
自動セットアップでは対処しきれない衣装もあります。ラケシアさんの[ドレス・ルミー](https://lachexia.booth.pm/items/3763311)
を例に見てみましょう。

View File

@ -7,5 +7,5 @@ sidebar_label: かんたんな使い方
Modular Avatarを使ったセットアップ方法を紹介するチュートリアルがいくつかあります。
* [簡単な衣装セットアップ](clothing) - 多くの場合は衣装を数クリックだけでセットアップできます。このチュートリアルで詳細をチェック!
* [複雑なCloth衣装セットアップ](adv_clothing) - もう少しだけセットアップが必要になる、複雑な衣装の例です。
* [簡単な衣装セットアップ](clothing/) - 多くの場合は衣装を数クリックだけでセットアップできます。このチュートリアルで詳細をチェック!
* [複雑なCloth衣装セットアップ](adv_clothing/) - もう少しだけセットアップが必要になる、複雑な衣装の例です。

View File

@ -38,6 +38,11 @@ function HomepageHeader() {
to="https://github.com/bdunderscore/modular-avatar/releases">
<Translate>Download</Translate>
</Link>
<Link
className={`button button--secondary button--lg ${styles.button}`}
to="/docs/tutorials">
<Translate>Tutorials</Translate>
</Link>
</div>
</div>
</header>