From 221683bcfe23d63eb39ef4aadb516745634d48aa Mon Sep 17 00:00:00 2001 From: Baba Tomoyuki Date: Sat, 17 Apr 2021 08:37:13 +0900 Subject: [PATCH] docs: translate docs/browser-apis --- docs/docs/browser-apis.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/browser-apis.md b/docs/docs/browser-apis.md index 50ce6683f..f5e056817 100644 --- a/docs/docs/browser-apis.md +++ b/docs/docs/browser-apis.md @@ -1,11 +1,11 @@ --- -title: Gatsby Browser APIs -description: Documentation about leveraging standard browser APIs within Gatsby +title: Gatsby ブラウザ API +description: Gatsby における標準ブラウザAPI活用についてのドキュメント jsdoc: ["gatsby/src/utils/api-browser-docs.js"] apiCalls: BrowserAPI showTopLevelSignatures: true --- -## Usage +## 使い方 -Implement any of these APIs by exporting them from a file named `gatsby-browser.js` in the root of your project. +プロジェクトのルートにある`gatsby-browser.js`という名のファイルからこれらの API をエクスポートして実装してください。