Skip to content

Conversation

chvmvd
Copy link
Contributor

@chvmvd chvmvd commented Oct 4, 2025

#884 のような理由から、macOS中心の説明からWindows中心の説明に変更しました。

@cloudflare-workers-and-pages
Copy link

Deploying utcode-learn with  Cloudflare Pages  Cloudflare Pages

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

View logs

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";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

順番を入れ替え

@chvmvd chvmvd requested a review from Copilot October 4, 2025 15:09
@chvmvd chvmvd marked this pull request as ready for review October 4, 2025 15:09
Copy link

@Copilot Copilot AI left a 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.

@chvmvd chvmvd linked an issue Oct 4, 2025 that may be closed by this pull request
Copy link
Contributor

@chelproc chelproc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます!

@chvmvd chvmvd merged commit c1531f1 into main Oct 13, 2025
3 checks passed
@chvmvd chvmvd deleted the change-default-os branch October 13, 2025 12:50
@chvmvd chvmvd mentioned this pull request Oct 15, 2025
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

macOS中心からWindows中心に変更する

2 participants