This repository was archived by the owner on Jan 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
docs: translate docs/index.md #8
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,35 +1,36 @@ | ||
| --- | ||
| title: Gatsby.js Documentation | ||
| title: Gatsby.js ドキュメント | ||
| disableTableOfContents: true | ||
| --- | ||
|
|
||
| import EmailCaptureForm from "../../www/src/components/email-capture-form" | ||
|
|
||
| Gatsby is a blazing fast modern site generator for React. | ||
| Gatsby は、React のための高速でモダンな静的サイトジェネレーターです。 | ||
|
|
||
| ## Get Started | ||
| ## Gatsby ことはじめ | ||
|
|
||
| There are two main ways to get started with Gatsby: | ||
| Gatsby に入門するために、大きくふたつの方法が用意されています。 | ||
|
|
||
| 1. [Tutorial](/tutorial/): Step-by-step instructions on how to install Gatsby and start a project: written for people without Gatsby or web development experience, though these learning resources have helped developers of all skill levels. | ||
| 2. [Quick start](/docs/quick-start): One page summary of how to install Gatsby and start a new project. | ||
| 1. [チュートリアル](/tutorial/): Gatsby をインストールして、新しいプロジェクトを始める方法をステップ・バイ・ステップ方式で学びます。Gatsby や Web 開発に詳しくないような人を念頭に書かれていますが、もちろんあらゆるレベルの開発者にとっても有用なガイドです。 | ||
| 2. [クイックスタート](/docs/quick-start): Gatsby をインストールして新しいプロジェクトを作成する方法を簡潔にまとめたページです。 | ||
|
|
||
| ## Go further | ||
| ## より深く | ||
|
|
||
| 1. [Recipes](/docs/recipes/): Find some quick answers for how to accomplish some specific, common tasks with Gatsby. | ||
| 2. Choose your own adventure and peruse the various sections of the Gatsby docs: | ||
| 1. [レシピ](/docs/recipes/): さまざまな典型的タスクを Gatsby で取り扱うためのレシピが揃っています。 | ||
| 2. 多種多様な項目からあなたにとって必要なものを選んでください: | ||
|
|
||
| - [Reference Guides](/docs/guides/): Learn about the many different topics around building with Gatsby, like sourcing data, deployment, and more. | ||
| - [Gatsby API Reference](/docs/api-reference/): Learn more about Gatsby APIs and configuration. | ||
| - [Releases & Migration](/docs/releases-and-migration/): Find release notes and guides for migration between major versions. | ||
| - [Conceptual Guide](/docs/conceptual-guide/): Read high-level overviews of the Gatsby approach. | ||
| - [Gatsby Internals](/docs/gatsby-internals/): Dig into how Gatsby works behind the scenes. | ||
| - [Using Gatsby Professionally](/docs/using-gatsby-professionally/): Learn tips and tricks for how to explain Gatsby to others at work, so that you have more opportunities to work with Gatsby professionally. | ||
| - [リファレンスガイド](/docs/guides/): データの取り込み方、デプロイ方法など、Gatsby で開発する際に遭遇するさまざまなトピックについて学びます。 | ||
| - [Gatsby API リファレンス](/docs/api-reference/): Gatsby API について知りましょう。 | ||
| - [リリースと移行ガイド](/docs/releases-and-migration/): 各バージョンのリリースノートと、メジャーバージョン間の移行ガイドが揃っています。 | ||
| - [コンセプト](/docs/conceptual-guide/): Gatsby の概念と哲学を知りましょう。 | ||
| - [Gatsby Internals](/docs/gatsby-internals/): Gatsby が裏側でどのように動いているのか覗いてみましょう。 | ||
| - [プロとして Gatsby を使う](/docs/using-gatsby-professionally/): | ||
| 職場の同僚に Gatsby について説明する機会があるなら、このドキュメントを通して様々な Tips とテクニックを学びましょう。あなたが仕事で Gatsby を使える確率が高まります! | ||
|
|
||
| 3. Check out the [Ecosystem](/ecosystem/) libraries for Gatsby starters and plugins, as well as external community resources. | ||
| 3. Gatsby スターターライブラリとプラグイン、コミュニティリソースについては[エコシステム](/ecosystem/)をご覧ください。 | ||
|
|
||
| ## Start contributing | ||
| ## 貢献する | ||
|
|
||
| Visit the [Contributing](/contributing/) section to find guides on the Gatsby community, code of conduct, and how to get started contributing to Gatsby. | ||
| [貢献](/contributing/)セクションで、Gatsby コミュニティ、行動規範、そして Gatsby へ貢献する方法を見つけることができます。 | ||
|
|
||
| <EmailCaptureForm signupMessage="Want to keep up with the latest tips & tricks? Subscribe to our newsletter!" /> | ||
| <EmailCaptureForm signupMessage="最新のTipsやトリックについて知りたいですか?私たちのニュースレターを購読しましょう!" /> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
ステップ・バイ・ステップ、 #6 ではステップバイステップと記載されてるので統一したいですね。個人的には
ステップ・バイ・ステップのほうが好きですけど、どうでしょう? @hirotakaThere 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.
たしかにこちらの方が読みやすくていいですね。 #6 の方修正します。