Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces study materials for the Information Processing Engineer Practical exam (chapters 1–12) in the frontend tech docs and adds a local development script.
- Added a
"dev"script inpackage.jsonto aliasdocusaurus start - Created new markdown docs for 실기 chapters 4–12 and updated frontmatter (sidebar positions and slugs) for chapters 1–3
- Ensured each doc has proper frontmatter, truncated summaries, and consistent metadata
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| apps/frontend/tech/package.json | Added "dev" script alias for Docusaurus start |
| apps/frontend/tech/docs/정보처리기사/정보처리기사-실기-01.md | Updated frontmatter: sidebar_position and slug |
| apps/frontend/tech/docs/정보처리기사/정보처리기사-실기-02.md | Updated frontmatter: sidebar_position and slug |
| apps/frontend/tech/docs/정보처리기사/정보처리기사-실기-03.md | Updated frontmatter: sidebar_position and slug |
| apps/frontend/tech/docs/정보처리기사/정보처리기사-실기-04.md | Added new chapter 4 doc |
| apps/frontend/tech/docs/정보처리기사/정보처리기사-실기-05.md | Added new chapter 5 doc |
| apps/frontend/tech/docs/정보처리기사/정보처리기사-실기-06.md | Added new chapter 6 doc |
| apps/frontend/tech/docs/정보처리기사/정보처리기사-실기-07.md | Added new chapter 7 doc |
| apps/frontend/tech/docs/정보처리기사/정보처리기사-실기-08.md | Added new chapter 8 doc |
| apps/frontend/tech/docs/정보처리기사/정보처리기사-실기-09.md | Added new chapter 9 doc |
| apps/frontend/tech/docs/정보처리기사/정보처리기사-실기-10.md | Added new chapter 10 doc |
| apps/frontend/tech/docs/정보처리기사/정보처리기사-실기-11.md | Added new chapter 11 doc |
| apps/frontend/tech/docs/정보처리기사/정보처리기사-실기-12.md | Added new chapter 12 doc |
| "private": true, | ||
| "scripts": { | ||
| "docusaurus": "docusaurus", | ||
| "dev": "docusaurus start", |
There was a problem hiding this comment.
[nitpick] Consider whether you need both "dev" and "start" scripts invoking the same command; consolidating or clarifying their purposes could reduce confusion.
Suggested change
| "dev": "docusaurus start", |
There was a problem hiding this comment.
There's a typo in '자잋로'; it should be '장치로' to correctly describe the hub device.
Suggested change
| - **허브**: 사무실이나 가까운 거리의 컴퓨터들을 연결하는 자잋로 각각의 회선을 통합하여 관리 | |
| - **허브**: 사무실이나 가까운 거리의 컴퓨터들을 연결하는 장치로 각각의 회선을 통합하여 관리 |
There was a problem hiding this comment.
The term '액추에이어' appears to be misspelled; consider correcting it to '액추에이터'.
Suggested change
| - **멤스(MEMS : Micro-Electro Mechanical System)**: 초정밀 반도체 제조 기술을 바탕으로 센서, 액추에이어 등 기계 구조를 다양한 기술로 미세 가공하여 전기 기계적 동작을 할 수 있도록 한 초미세 장치 | |
| - **멤스(MEMS : Micro-Electro Mechanical System)**: 초정밀 반도체 제조 기술을 바탕으로 센서, 액추에이터 등 기계 구조를 다양한 기술로 미세 가공하여 전기 기계적 동작을 할 수 있도록 한 초미세 장치 |
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.
No description provided.