-
Notifications
You must be signed in to change notification settings - Fork 113
Translate docs/using-a-plugin-in-your-site #36
Conversation
| --- | ||
|
|
||
| Gatsby plugins are Node.js packages, so you can install them like other packages in node using NPM. | ||
| Gatsby プラグインは、Node.js パッケージです。 NPM を利用して他の node パッケージと同様にインストールできます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Gatsby プラグインは、Node.js パッケージです。 NPM を利用して他の node パッケージと同様にインストールできます。 | |
| Gatsby プラグインは、Node.js のパッケージです。 NPM を利用して他の node パッケージと同様にインストールできます。 |
| ``` | ||
|
|
||
| Plugins can take options. For example: | ||
| プラグインはオプションを取ることができます。例を記載します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| プラグインはオプションを取ることができます。例を記載します。 | |
| プラグインは以下のようにしてオプションを受け取ることができます。 |
Naturalclar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sinack PR ありがとうございます!全体的に良いと思います!
細かい箇所のみSuggestしました。
|
レビューいただいた箇所を修正しました! |
uetchy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Naturalclar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます! LGTM
|
Holy buckets, @sinack — we just merged your PR to Gatsby! 💪💜 Gatsby is built by awesome people like you. Let us say “thanks” in two ways:
If there’s anything we can do to help, please don’t hesitate to reach out to us: tweet at @gatsbyjs and we’ll come a-runnin’. Thanks again! |
Translate docs/using-a-plugin-in-your-site page
Original Page: https://www.gatsbyjs.org/docs/using-a-plugin-in-your-site/
レビューよろしくお願いいたします。