Merged
Conversation
Deploying utcode-learn with
|
| Latest commit: |
a05461d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://98ea2846.utcode-learn.pages.dev |
| Branch Preview URL: | https://remove-duplicated-asynchrono.utcode-learn.pages.dev |
There was a problem hiding this comment.
Pull Request Overview
This PR updates the reference page for the "asynchronous processing" (非同期処理) term definition and simplifies an explanatory tip section in the database documentation.
- Updates the term definition reference from
/docs/web-servers/database/to/docs/web-servers/fetch-api/ - Removes a detailed tip about asynchronous processing from the database documentation and replaces it with a concise statement
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/components/Term/definitions.js | Updates the reference page for the asynchronousProcess term definition to point to the fetch-api page |
| docs/3-web-servers/08-database/index.mdx | Removes detailed asynchronous processing explanation tip and replaces it with a simpler statement |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
chelproc
approved these changes
Nov 8, 2025
chelproc
approved these changes
Nov 22, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
「Fetch APIによるデータの取得」の節にある非同期処理に関するtipの内容と完全に重複していたため、「データベース」の節のtipを削除しました。
utcode-learn/docs/3-web-servers/06-fetch-api/index.mdx
Lines 57 to 66 in 2639895