From 48f9e9bcb35a483bbaf7a0d516421d3c4fef2bdc Mon Sep 17 00:00:00 2001 From: ryo-endo Date: Mon, 18 Sep 2023 18:20:42 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=97=E3=83=A9=E3=82=B0=E3=82=A4=E3=83=B3?= =?UTF-8?q?=E5=B0=8E=E5=85=A5=E6=99=82=E4=BB=A5=E5=A4=96=E3=81=AE=E3=83=88?= =?UTF-8?q?=E3=83=A9=E3=83=96=E3=83=AB=E5=AF=BE=E5=87=A6=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E3=82=82=E8=A8=98=E8=BC=89=E3=81=95=E3=82=8C=E3=81=A6=E3=81=84?= =?UTF-8?q?=E3=82=8B=E3=81=AE=E3=81=A7=E3=80=81=E3=82=BF=E3=82=A4=E3=83=88?= =?UTF-8?q?=E3=83=AB=E3=82=92=E6=B1=8E=E7=94=A8=E7=9A=84=E3=81=AA=E3=82=82?= =?UTF-8?q?=E3=81=AE=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/navigation.yml | 2 +- _pages/plugin/error.md | 2 +- index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/navigation.yml b/_data/navigation.yml index 60d2f06d..ef6c1beb 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -199,7 +199,7 @@ docs: - title: プラグインのインストール url: /plugin_install output: web, pdf - - title: プラグイン導入時のトラブル対処法 + - title: プラグインのトラブル対処法 url: /plugin_error output: web, pdf - title: プラグインサンプル diff --git a/_pages/plugin/error.md b/_pages/plugin/error.md index 38a9cbe0..16253c6b 100644 --- a/_pages/plugin/error.md +++ b/_pages/plugin/error.md @@ -1,5 +1,5 @@ --- -title: プラグイン導入時のトラブル対処法 +title: プラグインのトラブル対処法 keywords: plugin error trouble プラグインエラー プラグイントラブル tags: [quickstart, getting_started] permalink: plugin_error diff --git a/index.md b/index.md index e6a3823f..7e43fec3 100755 --- a/index.md +++ b/index.md @@ -136,7 +136,7 @@ EC-CUBEの基本情報やご確認いただきたいことについてまとめ + [プラグイン仕様](/plugin_spec) + [プラグインのインストール](/plugin_install) -+ [プラグイン導入時のトラブル対処法](/plugin_error) ++ [プラグインのトラブル対処法](/plugin_error) + [プラグインサンプル](/plugin_sample) + [プラグインを開発する](/plugin_development) + [オーナーズストア経由のインストールをテストする](/plugin_mock_package_api)