Skip to content

Commit bbbfae0

Browse files
Mark mobile-client plugin as deprecated in documentation (#432)
* Initial plan * Add deprecated=true flag to mobile-client plugin documentation Co-authored-by: zhangzhonghe <[email protected]> * docs(mobile): mark mobile plugin as deprecated * docs(mobile): normalize deprecation flag across locales --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: zhangzhonghe <[email protected]> Co-authored-by: Zeke Zhang <[email protected]>
1 parent 064f0ba commit bbbfae0

File tree

14 files changed

+41
-34
lines changed

14 files changed

+41
-34
lines changed

.vscode/settings.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,32 @@
22
"cSpell.words": [
33
"Noco"
44
],
5-
"npm.packageManager": "yarn"
5+
"npm.packageManager": "yarn",
6+
"github.copilot.chat.commitMessageGeneration.instructions": [
7+
8+
{
9+
"text": "Always generate commit messages in English."
10+
},
11+
{
12+
"text": "Follow Angular commit message convention: <type>(<scope>): <subject>"
13+
},
14+
{
15+
"text": "Use types: feat, fix, docs, style, refactor, test, chore, perf, ci, build, revert"
16+
},
17+
{
18+
"text": "If the changed file is a documentation file, the commit message should start with 'docs'"
19+
},
20+
{
21+
"text": "Keep subject line under 50 characters and use imperative mood"
22+
},
23+
// {
24+
// "text": "Add body for complex changes explaining what and why, not how"
25+
// },
26+
{
27+
"text": "Include breaking changes with 'BREAKING CHANGE:' footer if applicable"
28+
},
29+
{
30+
"text": "Reference issues with 'Closes #123' or 'Fixes #123' in footer"
31+
}
32+
]
633
}

docs/en-US/handbook/mobile-client/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mobile
22

3-
<PluginInfo name="mobile-client"></PluginInfo>
3+
<PluginInfo name="mobile-client" deprecated=true></PluginInfo>
44

55
## Introduction
66

docs/en-US/handbook/mobile/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Mobile
22

3-
<PluginInfo name="mobile"></PluginInfo>
3+
<PluginInfo name="mobile" deprecated=true></PluginInfo>
44

55
## Introduction
66

77
This plugin facilitates the configuration of mobile pages, leveraging a core framework built on Ant Design Mobile. It offers a variety of extension points and supports the integration of specific desktop blocks.
88

9-
:::warning
10-
The older `plugin-mobile-client` has been deprecated. Starting from version v1.3, it is recommended to transition to `plugin-mobile`. These two plugins are incompatible, so the new version will necessitate a complete reconfiguration of mobile settings.
11-
:::
12-
139
## Installation
1410

1511
This plugin comes pre-installed but requires activation to function.

docs/en-US/manual/mobile/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 移动端
22

3-
<PluginInfo name="mobile"></PluginInfo>
3+
<PluginInfo name="mobile" deprecated=true></PluginInfo>
44

55
## 介绍
66

docs/fr-FR/handbook/mobile-client/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mobile
22

3-
<PluginInfo name="mobile-client"></PluginInfo>
3+
<PluginInfo name="mobile-client" deprecated=true></PluginInfo>
44

55
## Introduction
66

docs/fr-FR/handbook/mobile/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Mobile
22

3-
<PluginInfo name="mobile"></PluginInfo>
3+
<PluginInfo name="mobile" deprecated=true></PluginInfo>
44

55
## Introduction
66

77
Ce plugin facilite la configuration des pages mobiles, en tirant parti d'un framework central basé sur Ant Design Mobile. Il propose divers points d'extension et prend en charge l'intégration de blocs spécifiques aux versions desktop.
88

9-
:::warning
10-
L'ancien `plugin-mobile-client` a été abandonné. À partir de la version v1.3, il est recommandé de passer à `plugin-mobile`. Ces deux plugins sont incompatibles, donc la nouvelle version nécessitera une reconfiguration complète des paramètres mobiles.
11-
:::
12-
139
## Installation
1410

1511
Ce plugin est préinstallé mais nécessite d'être activé pour fonctionner.

docs/fr-FR/manual/mobile/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 移动端
22

3-
<PluginInfo name="mobile"></PluginInfo>
3+
<PluginInfo name="mobile" deprecated=true></PluginInfo>
44

55
## 介绍
66

docs/ja-JP/handbook/mobile-client/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# モバイル端末
22

3-
<PluginInfo name="mobile-client"></PluginInfo>
3+
<PluginInfo name="mobile-client" deprecated=true></PluginInfo>
44

55
## 概要
66

docs/ja-JP/handbook/mobile/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# モバイル端末
22

3-
<PluginInfo name="mobile"></PluginInfo>
3+
<PluginInfo name="mobile" deprecated=true></PluginInfo>
44

55
## 概要
66

77
モバイル端末のページ設定を提供します。コアフレームワークは Ant Design Mobile に基づいており、さまざまな拡張ポイントを提供し、一部のデスクトップ用ブロックを互換性を持って追加できます。
88

9-
:::warning
10-
古い `plugin-mobile-client` は廃止されました。v1.3 以降のバージョンでは `plugin-mobile` を使用してください。両方のプラグインは互換性がありませんので、新しいバージョンではモバイル端末の再設定が必要です。
11-
:::
12-
139
## インストール
1410

1511
プリセットプラグインであり、使用するにはまずアクティブ化する必要があります。

docs/ru-RU/handbook/mobile-client/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Мобильный
22

3-
<PluginInfo name="mobile-client"></PluginInfo>
3+
<PluginInfo name="mobile-client" deprecated=true></PluginInfo>
44

55
## Введение
66

0 commit comments

Comments
 (0)