diff --git a/docs/docs/tutorials/index.md b/docs/docs/tutorials/index.md index fdb95232..ff8359c7 100644 --- a/docs/docs/tutorials/index.md +++ b/docs/docs/tutorials/index.md @@ -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 \ No newline at end of file +* [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 \ No newline at end of file diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index e37573db..2588c657 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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 diff --git a/docs/i18n/ja/docusaurus-plugin-content-docs/current/tutorials/index.md b/docs/i18n/ja/docusaurus-plugin-content-docs/current/tutorials/index.md index ff6e1d35..198a3c97 100644 --- a/docs/i18n/ja/docusaurus-plugin-content-docs/current/tutorials/index.md +++ b/docs/i18n/ja/docusaurus-plugin-content-docs/current/tutorials/index.md @@ -7,7 +7,7 @@ sidebar_label: かんたんな使い方 Modular Avatarを使ったセットアップ方法を紹介するチュートリアルがいくつかあります。 -* [簡単な衣装セットアップ](clothing/) - 多くの場合は衣装を数クリックだけでセットアップできます。このチュートリアルで詳細をチェック! -* [複雑なCloth衣装セットアップ](adv_clothing/) - もう少しだけセットアップが必要になる、複雑な衣装の例です。 -* [オブジェクトを出し入れしよう](object_toggle/) - 簡単なオブジェクト出し入れギミック。アニメーターを使ったギミックの基礎をカバーします。 -* [メニュー編集](menu/) - 簡単にメニューを編集できる機能を紹介します。 \ No newline at end of file +* [簡単な衣装セットアップ](/docs/tutorials/clothing/) - 多くの場合は衣装を数クリックだけでセットアップできます。このチュートリアルで詳細をチェック! +* [複雑なCloth衣装セットアップ](/docs/tutorials/adv_clothing/) - もう少しだけセットアップが必要になる、複雑な衣装の例です。 +* [オブジェクトを出し入れしよう](/docs/tutorials/object_toggle/) - 簡単なオブジェクト出し入れギミック。アニメーターを使ったギミックの基礎をカバーします。 +* [メニュー編集](/docs/tutorials/menu/) - 簡単にメニューを編集できる機能を紹介します。 \ No newline at end of file