docs: set trailingSlash: false

This commit is contained in:
bd_ 2023-09-30 16:52:28 +09:00
parent 820c2b0b95
commit 23a8027222
3 changed files with 9 additions and 8 deletions

View File

@ -7,7 +7,7 @@ sidebar_label: Tutorials
Here are some step-by-step guides on how to set up things using Modular Avatar. 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 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](adv_clothing/) - this tutorial shows an example of an outfit that requires just a little bit more setup * [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](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. * [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](menu/) - This tutorial shows you how to use the modular avatar menu system to easily edit your avatar's menus * [Edit menus](/docs/tutorials/menu/) - This tutorial shows you how to use the modular avatar menu system to easily edit your avatar's menus

View File

@ -18,6 +18,7 @@ const config = {
// If you aren't using GitHub pages, you don't need these. // If you aren't using GitHub pages, you don't need these.
organizationName: 'bdunderscore', // Usually your GitHub org/user name. organizationName: 'bdunderscore', // Usually your GitHub org/user name.
projectName: 'modular-avatar', // Usually your repo 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 // 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 // metadata like html lang. For example, if your site is Chinese, you may want

View File

@ -7,7 +7,7 @@ sidebar_label: かんたんな使い方
Modular Avatarを使ったセットアップ方法を紹介するチュートリアルがいくつかあります。 Modular Avatarを使ったセットアップ方法を紹介するチュートリアルがいくつかあります。
* [簡単な衣装セットアップ](clothing/) - 多くの場合は衣装を数クリックだけでセットアップできます。このチュートリアルで詳細をチェック! * [簡単な衣装セットアップ](/docs/tutorials/clothing/) - 多くの場合は衣装を数クリックだけでセットアップできます。このチュートリアルで詳細をチェック!
* [複雑なCloth衣装セットアップ](adv_clothing/) - もう少しだけセットアップが必要になる、複雑な衣装の例です。 * [複雑なCloth衣装セットアップ](/docs/tutorials/adv_clothing/) - もう少しだけセットアップが必要になる、複雑な衣装の例です。
* [オブジェクトを出し入れしよう](object_toggle/) - 簡単なオブジェクト出し入れギミック。アニメーターを使ったギミックの基礎をカバーします。 * [オブジェクトを出し入れしよう](/docs/tutorials/object_toggle/) - 簡単なオブジェクト出し入れギミック。アニメーターを使ったギミックの基礎をカバーします。
* [メニュー編集](menu/) - 簡単にメニューを編集できる機能を紹介します。 * [メニュー編集](/docs/tutorials/menu/) - 簡単にメニューを編集できる機能を紹介します。