mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-30 18:22:52 +08:00
docs: set trailingSlash: false
This commit is contained in:
parent
820c2b0b95
commit
23a8027222
@ -7,7 +7,7 @@ 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
|
||||
* [Toggle an object](object_toggle/) - In this tutorial we'll build a simple gimmick that toggles a cube on and off. This shows off the basics of animator-based gimmicks.
|
||||
* [Edit menus](menu/) - This tutorial shows you how to use the modular avatar menu system to easily edit your avatar's menus
|
||||
* [Configuring a simple outfit](/docs/tutorials/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](/docs/tutorials/adv_clothing/) - this tutorial shows an example of an outfit that requires just a little bit more setup
|
||||
* [Toggle an object](/docs/tutorials/object_toggle/) - In this tutorial we'll build a simple gimmick that toggles a cube on and off. This shows off the basics of animator-based gimmicks.
|
||||
* [Edit menus](/docs/tutorials/menu/) - This tutorial shows you how to use the modular avatar menu system to easily edit your avatar's menus
|
@ -18,6 +18,7 @@ const config = {
|
||||
// If you aren't using GitHub pages, you don't need these.
|
||||
organizationName: 'bdunderscore', // Usually your GitHub org/user name.
|
||||
projectName: 'modular-avatar', // Usually your repo name.
|
||||
trailingSlash: false,
|
||||
|
||||
// Even if you don't use internalization, you can use this field to set useful
|
||||
// metadata like html lang. For example, if your site is Chinese, you may want
|
||||
|
@ -7,7 +7,7 @@ sidebar_label: かんたんな使い方
|
||||
|
||||
Modular Avatarを使ったセットアップ方法を紹介するチュートリアルがいくつかあります。
|
||||
|
||||
* [簡単な衣装セットアップ](clothing/) - 多くの場合は衣装を数クリックだけでセットアップできます。このチュートリアルで詳細をチェック!
|
||||
* [複雑なCloth衣装セットアップ](adv_clothing/) - もう少しだけセットアップが必要になる、複雑な衣装の例です。
|
||||
* [オブジェクトを出し入れしよう](object_toggle/) - 簡単なオブジェクト出し入れギミック。アニメーターを使ったギミックの基礎をカバーします。
|
||||
* [メニュー編集](menu/) - 簡単にメニューを編集できる機能を紹介します。
|
||||
* [簡単な衣装セットアップ](/docs/tutorials/clothing/) - 多くの場合は衣装を数クリックだけでセットアップできます。このチュートリアルで詳細をチェック!
|
||||
* [複雑なCloth衣装セットアップ](/docs/tutorials/adv_clothing/) - もう少しだけセットアップが必要になる、複雑な衣装の例です。
|
||||
* [オブジェクトを出し入れしよう](/docs/tutorials/object_toggle/) - 簡単なオブジェクト出し入れギミック。アニメーターを使ったギミックの基礎をカバーします。
|
||||
* [メニュー編集](/docs/tutorials/menu/) - 簡単にメニューを編集できる機能を紹介します。
|
Loading…
Reference in New Issue
Block a user