Skip to content

Commit

Permalink
docs(ja): Fix wording of vX.Y.Z+ to indicate *greater than*
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Mar 23, 2024
1 parent 69107f1 commit 199410a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"devDependencies": {
"eslint": "^8.0.1",
"eslint-config-hexo": "^5.0.0",
"hexo-browsersync": "^0.3.0",
"husky": "^9.0.6",
"imagemin-lint-staged": "^0.5.1",
"lint-staged": "^15.2.0"
Expand Down
2 changes: 1 addition & 1 deletion source/ja/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Hexoは日付の処理に[Moment.js](http://momentjs.com/)を使用します。
- `date`: `updated`として`date`を使用します。ファイルの変更日が異なる可能性があるGitワークフローで一般的に使用されます。
- `empty`: 提供されていない場合は`updated`を単純に削除します。多くののテーマやプラグインと互換性がないかもしれません。

`use_date_for_updated`はv7.0.0+で削除されました。代わりに`updated_option: 'date'`を使用してください。
`use_date_for_updated`はv7.0.0で削除されました。代わりに`updated_option: 'date'`を使用してください。
{% endnote %}
### ページネーション
Expand Down
6 changes: 3 additions & 3 deletions source/ja/docs/tag-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jsFiddleスニペットを埋め込むには:
## Gist (v7.0.0で削除されました)

{% note warn %}
v7.0.0+を使用する場合は、代わりに[hexo-tag-embed](https://github.com/hexojs/hexo-tag-embed)を使用してください。
v7.0.0 以上で使用する場合は、代わりに[hexo-tag-embed](https://github.com/hexojs/hexo-tag-embed)を使用してください。
{% endnote %}

Gistスニペットを埋め込むには:
Expand Down Expand Up @@ -255,7 +255,7 @@ iframeを埋め込むには:
## YouTube (v7.0.0で削除されました)

{% note warn %}
v7.0.0+を使用する場合は、代わりに[hexo-tag-embed](https://github.com/hexojs/hexo-tag-embed)を使用してください。
v7.0.0 以上で使用する場合は、代わりに[hexo-tag-embed](https://github.com/hexojs/hexo-tag-embed)を使用してください。
{% endnote %}

YouTube動画を挿入します。
Expand Down Expand Up @@ -290,7 +290,7 @@ YouTube動画を挿入します。
## Vimeo (v7.0.0で削除されました)

{% note warn %}
v7.0.0+を使用する場合は、代わりに[hexo-tag-embed](https://github.com/hexojs/hexo-tag-embed)を使用してください。
v7.0.0 以上で使用する場合は、代わりに[hexo-tag-embed](https://github.com/hexojs/hexo-tag-embed)を使用してください。
{% endnote %}

レスポンシブまたは指定されたサイズのVimeo動画を挿入します。
Expand Down

0 comments on commit 199410a

Please sign in to comment.