-
Notifications
You must be signed in to change notification settings - Fork 3
不要な用語の定義を削除 #896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不要な用語の定義を削除 #896
Conversation
Deploying utcode-learn with
|
| Latest commit: |
06cdf7d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://dca9a755.utcode-learn.pages.dev |
| Branch Preview URL: | https://update-definitions.utcode-learn.pages.dev |
9d8b2cd to
06cdf7d
Compare
| @@ -1,34 +1,38 @@ | |||
| export default { | |||
| referencePageTitles: { | |||
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.
現在の章構成と完全に対応するようにしました
| referencePage: "/docs/trial-session/html/", | ||
| }, | ||
| fork: { | ||
| name: "フォーク", |
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.
フォークは現在扱っておらず、扱う予定もないため削除
| referencePage: "/docs/trial-session/get-started/", | ||
| }, | ||
| gitpod: { | ||
| name: "Gitpod", |
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.
同様
| referencePage: "/docs/trial-session/expressions/", | ||
| }, | ||
| javascriptStringConcatenation: { | ||
| name: "文字列の結合", |
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.
使用されていないため削除
| name: "ライブラリ", | ||
| definition: | ||
| "汎用性の高い複数のプログラムを再利用可能な形でひとまとまりにしたもの。基本的に他のプログラムから利用され、単体では実行できない。", | ||
| referencePage: "/docs/web-servers/module/", |
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.
3c2a7e7 が原因です
| referencePage: "/docs/web-servers/server/", | ||
| }, | ||
| queryString: { | ||
| name: "クエリ文字列", |
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.
クエリ文字列は現在扱っておらず、扱う予定もないため削除
| referencePage: "/docs/web-servers/database/", | ||
| }, | ||
| thread: { | ||
| name: "スレッド", |
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.
同様
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.
Pull request overview
This PR cleans up the term definition system by removing obsolete terms and updating reference page mappings to match the latest documentation structure. The changes consolidate Git/GitHub documentation pages from the trial-session and browser-apps sections into a more organized web-servers section, and remove unused terms like "fork", "Gitpod", "query string", "thread", and "string concatenation".
- Updated
referencePageTitlesto reflect renamed, moved, and newly added documentation pages - Removed obsolete term definitions ("fork", "Gitpod", "queryString", "thread", "javascriptStringConcatenation")
- Updated reference pages for existing Git-related terms to point to the new documentation structure
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/components/Term/type-map.js | Removed mappings for obsolete terms (fork, Gitpod, query string, thread) that are no longer needed |
| src/components/Term/definitions.js | Updated referencePageTitles to reflect new documentation structure; removed obsolete term definitions and updated reference pages for Git-related terms to point to new locations |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
/src/components/Term/definitions.jsを修正しました。referencePageTitlesプロパティの値を修正して、最新の章構成に合わせました