-
Notifications
You must be signed in to change notification settings - Fork 3
macOS中心の説明からWindows中心の説明に変更 #884
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
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 |
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.
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 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.
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.
ありがとうございます!
#884 のような理由から、macOS中心の説明からWindows中心の説明に変更しました。