Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

docs: translate docs/browser-apis #343

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/docs/browser-apis.md
Original file line number Diff line number Diff line change
@@ -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 をエクスポートして実装してください。