Conversation
Deploying utcode-learn with
|
| Latest commit: |
b3b51cf
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a1b4c070.utcode-learn.pages.dev |
| Branch Preview URL: | https://change-default-os.utcode-learn.pages.dev |
chvmvd
commented
Oct 4, 2025
Comment on lines
-5
to
+12
| import installChromeOnMacVideo from "./install-chrome-on-mac.mp4"; | ||
| import installChromeOnWindowsVideo from "./install-chrome-on-windows.mp4"; | ||
| import installVscodeOnMacVideo from "./install-vscode-on-mac.mp4"; | ||
| import installChromeOnMacVideo from "./install-chrome-on-mac.mp4"; | ||
| import installVscodeOnWindowsVideo from "./install-vscode-on-windows.mp4"; | ||
| import createFolderOnMacVideo from "./create-folder-on-mac.mp4"; | ||
| import installVscodeOnMacVideo from "./install-vscode-on-mac.mp4"; | ||
| import createFolderOnWindowsVideo from "./create-folder-on-windows.mp4"; | ||
| import openFolderOnMacVideo from "./open-folder-on-mac.mp4"; | ||
| import createFolderOnMacVideo from "./create-folder-on-mac.mp4"; | ||
| import openFolderOnWindowsVideo from "./open-folder-on-windows.mp4"; | ||
| import openFolderOnMacVideo from "./open-folder-on-mac.mp4"; |
There was a problem hiding this comment.
Pull Request Overview
This PR updates Japanese documentation to prioritize Windows-specific instructions over macOS instructions, changing the order of keyboard shortcuts and tab sections throughout the documentation files.
- Keyboard shortcuts now display Windows format first, followed by macOS format
- Tab sections for installation videos and instructions now show Windows first
- Import statements are reordered to reflect the new Windows-first priority
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/1-trial-session/01-get-started/index.mdx | Reordered import statements and tab sections to prioritize Windows content |
| docs/1-trial-session/02-html/index.mdx | Updated keyboard shortcuts to show Windows format first |
| docs/2-browser-apps/01-inspector/index.mdx | Changed developer tools keyboard shortcut order |
| docs/3-web-servers/02-linux-commands/index.mdx | Updated terminal and command palette keyboard shortcuts |
| docs/3-web-servers/03-node-js/index.mdx | Reordered Windows and macOS tab sections |
| docs/3-web-servers/05-server/index.mdx | Updated server stop keyboard shortcut order |
| docs/3-web-servers/10-git-github-init/index.mdx | Changed command palette keyboard shortcut order |
| docs/3-web-servers/11-git/index.mdx | Updated command palette keyboard shortcut order |
| docs/4-advanced/02-bundler/index.mdx | Changed server stop keyboard shortcut order |
| docs/5-team-development/01-git-workflow/index.mdx | Updated nano editor keyboard shortcut order |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Closed
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.
#884 のような理由から、macOS中心の説明からWindows中心の説明に変更しました。