-
Notifications
You must be signed in to change notification settings - Fork 113
translate /docs/using-gatsby-without-graphql #151
translate /docs/using-gatsby-without-graphql #151
Conversation
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.
PR ありがとうございます!いくつか Suggest したのでご確認お願いします。
|
早速のレビューありがとうございました! |
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.
修正ありがとうございます!
スペースの使い方で統一性を保つために細かいところを Suggest しました。
基本的に以下の方針で統一しています。
- 半角文字と全角文字の間はスペースを開ける(Linter がほとんどはやってくれますが、リンクで囲まれたりしていると、Linter が検知しない部分があります)
- 全角文字と全角文字の間はスペースを開けない(同じく Linter がチェックしていますが、間にリンクがあると、その前の文字が全角だったかどうかを Linter が検知しない)
- 例外として、句読点の後はスペースを入れない。
|
たくさんのご指摘ありがとうございます! |
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! ありがとうございます!
| ## Gatsby にとっておすすめは? | ||
|
|
||
| If you're building a small site, one efficient way to build it is to pull in unstructured data as outlined in this guide, using `createPages` API, and then if the site becomes more complex later on, you move on to building more complex sites, or you'd like to transform your data, follow these steps: | ||
| もしあなたが作ろうとしているサイトの規模が小さいものでしたら、このガイドで説明したように `createPages` API を使って「非構造データ」を取り込むことが効率的でしょう。あとでもしサイトが大きくなったり、より複雑なサイトの構築やデータを加工したくなった場合は下記のような手順を実施ください。 |
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.
| もしあなたが作ろうとしているサイトの規模が小さいものでしたら、このガイドで説明したように `createPages` API を使って「非構造データ」を取り込むことが効率的でしょう。あとでもしサイトが大きくなったり、より複雑なサイトの構築やデータを加工したくなった場合は下記のような手順を実施ください。 | |
| もしあなたが作ろうとしているサイトの規模が小さいものでしたら、このガイドで説明したように `createPages` API を使って「非構造データ」を取り込むことが効率的でしょう。あとでもしサイトが大きくなったり、より複雑なサイトの構築やデータを加工したくなった場合は下記のような手順を実施してください。 |
|
レビューありがとうございました! |
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.
🚀
|
Holy buckets, @osamumu21 — 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! |
概要
docs/using-gatsby-without-graphqlを翻訳致しました。
内容のご確認とご指導のほど宜しくお願い申し上げます。
チェックリスト
textlintを使って校正を行いました。Allow edits from maintainersにチェックを入れました。補足
“unstructured data”を直訳で訳しましたが不自然であれば直したいと存じます。
Ref: #1