-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add base content as a guide for other developers #2
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 restructures the Docusaurus documentation site by removing the standalone "Git alapok" (Git basics) section, relocating Git content under "Webes alapok" (Web basics), removing default Docusaurus tutorial content, and creating placeholder structure for multiple course tracks (Spring Boot, React, Node.js) with Hungarian localization.
Changes:
- Removed standalone Git section from navigation and consolidated it under Web basics
- Replaced default Docusaurus tutorial content with Hungarian course structure
- Created placeholder documents for multiple course sessions across Spring Boot, React, and Node.js tracks
Reviewed changes
Copilot reviewed 23 out of 25 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| sidebars.ts | Removed gitAlapokSidebar configuration to eliminate standalone Git section |
| docusaurus.config.ts | Removed Git navigation menu item from navbar |
| docs/webes-alapok/git.md | Added new Git basics document under Web basics section |
| docs/spring-boot/intro.md | Updated title to Hungarian course format, removed tutorial content |
| docs/spring-boot/002.md | Created placeholder for Spring Boot course session 2 |
| docs/spring-boot/003.md | Created placeholder for Spring Boot course session 3 |
| docs/react/intro.md | Updated title to Hungarian course format, removed tutorial content |
| docs/react/002.md | Created placeholder for React course session 2 |
| docs/node-js/intro.md | Updated title to Hungarian course format with framework introduction |
| docs/node-js/002.md | Created placeholder for Node.js course session 2 |
| docs/node-js/003.md | Created placeholder for Node.js course session 3 |
| docs/git-alapok/intro.md | Deleted standalone Git basics introduction |
| docs/get-started/tutorial-extras/* | Removed Docusaurus tutorial extras files |
| docs/get-started/tutorial-basics/* | Removed Docusaurus tutorial basics files |
| docs/get-started/intro.md | Replaced with Hungarian getting started guide with placeholders |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # Kezdjünk neki! | ||
|
|
||
| Let's discover **Docusaurus in less than 5 minutes**. | ||
| Itt olvashatsz arról, miképp tudsz felkészülj fel a következő blokkok alapján a **Kir-Dev tanfolyamainak** lekövetésére. |
Copilot
AI
Jan 22, 2026
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 is a grammatical error in the Hungarian text. The phrase "miképp tudsz felkészülj fel" is incorrect. It should be "miképp tudsz felkészülni" (infinitive form) or "miképp készülhetsz fel" (alternative phrasing).
| Itt olvashatsz arról, miképp tudsz felkészülj fel a következő blokkok alapján a **Kir-Dev tanfolyamainak** lekövetésére. | |
| Itt olvashatsz arról, miképp tudsz felkészülni a következő blokkok alapján a **Kir-Dev tanfolyamainak** lekövetésére. |
No description provided.