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
| @@ -2,33 +2,37 @@ export default { | |||
| referencePageTitles: { | |||
There was a problem hiding this comment.
現在の章構成と完全に対応するようにしました
| referencePage: "/docs/trial-session/html/", | ||
| }, | ||
| fork: { | ||
| name: "フォーク", |
There was a problem hiding this comment.
フォークは現在扱っておらず、扱う予定もないため削除
| referencePage: "/docs/trial-session/get-started/", | ||
| }, | ||
| gitpod: { | ||
| name: "Gitpod", |
| referencePage: "/docs/trial-session/expressions/", | ||
| }, | ||
| javascriptStringConcatenation: { | ||
| name: "文字列の結合", |
| name: "ライブラリ", | ||
| definition: | ||
| "汎用性の高い複数のプログラムを再利用可能な形でひとまとまりにしたもの。基本的に他のプログラムから利用され、単体では実行できない。", | ||
| referencePage: "/docs/web-servers/module/", |
| referencePage: "/docs/web-servers/server/", | ||
| }, | ||
| queryString: { | ||
| name: "クエリ文字列", |
There was a problem hiding this comment.
クエリ文字列は現在扱っておらず、扱う予定もないため削除
| referencePage: "/docs/web-servers/database/", | ||
| }, | ||
| thread: { | ||
| name: "スレッド", |
There was a problem hiding this comment.
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プロパティの値を修正して、最新の章構成に合わせました