feat: add comprehensive GitHub guides expansion
🆕 New Guides Added: - GitHub Actions complete guide (CI/CD automation) - GitHub Security comprehensive guide (enterprise security) - GitHub Pages detailed guide (website publishing) 🔗 Navigation Improvements: - Updated index.md with all 7 guides - Added cross-navigation between all guides - Enhanced learning paths for different user types - Comprehensive learning flow diagrams 📚 Content Highlights: - Jenkins/CircleCI migration strategies - Enterprise security best practices - WordPress to GitHub Pages migration - Advanced automation workflows - Complete external tool replacements 🎯 User Experience: - Role-based learning recommendations - Consistent navigation structure - Progressive learning paths - Cross-reference linking 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
b390552cf1
commit
59b60ace06
8 changed files with 4924 additions and 10 deletions
|
|
@ -415,6 +415,9 @@ GitHub リポジトリの基本機能をマスターすることで:
|
|||
- **次のステップ**: [Issues管理編](02-issues-management.md) - プロジェクト管理の基礎
|
||||
- **さらに学習**: [Pull Request編](03-pull-requests.md) - コードレビューフロー
|
||||
- **プロジェクト管理**: [GitHub Projects編](04-github-projects.md) - アジャイル開発手法
|
||||
- **自動化**: [GitHub Actions編](05-github-actions.md) - CI/CD自動化
|
||||
- **セキュリティ**: [GitHub Security編](06-github-security.md) - 総合セキュリティ
|
||||
- **Web公開**: [GitHub Pages編](07-github-pages.md) - Webサイト・ドキュメント
|
||||
- **総合ガイド**: [GitHub完全活用ガイド](../GITHUB_COMPLETE_GUIDE.md) - 全機能の詳細解説
|
||||
|
||||
## 📖 学習フロー
|
||||
|
|
|
|||
|
|
@ -595,6 +595,8 @@ GitHub Issues を効果的に活用することで:
|
|||
- **前のステップ**: [リポジトリ基礎編](01-repository-basics.md) - GitHub の基本操作
|
||||
- **次のステップ**: [Pull Request編](03-pull-requests.md) - コードレビューとマージプロセス
|
||||
- **さらに学習**: [GitHub Projects編](04-github-projects.md) - アジャイル開発プロジェクト管理
|
||||
- **自動化**: [GitHub Actions編](05-github-actions.md) - Issue自動化・CI/CD
|
||||
- **セキュリティ**: [GitHub Security編](06-github-security.md) - セキュリティ課題管理
|
||||
- **総合ガイド**: [GitHub完全活用ガイド](../GITHUB_COMPLETE_GUIDE.md) - 全機能の詳細解説
|
||||
|
||||
## 📖 学習フロー
|
||||
|
|
|
|||
|
|
@ -913,6 +913,8 @@ GitHub Pull Request機能を効果的に活用することで:
|
|||
- **前のステップ**: [Issues管理編](02-issues-management.md) - タスク管理とプロジェクト追跡
|
||||
- **次のステップ**: [GitHub Projects編](04-github-projects.md) - プロジェクト管理の最適化
|
||||
- **基礎知識**: [リポジトリ基礎編](01-repository-basics.md) - ブランチ管理とタグ運用
|
||||
- **自動化**: [GitHub Actions編](05-github-actions.md) - PR自動化・CI/CD
|
||||
- **セキュリティ**: [GitHub Security編](06-github-security.md) - セキュアな開発プロセス
|
||||
- **総合ガイド**: [GitHub完全活用ガイド](../GITHUB_COMPLETE_GUIDE.md) - 全機能の詳細解説
|
||||
|
||||
## 📖 学習フロー
|
||||
|
|
|
|||
|
|
@ -735,8 +735,10 @@ GitHub Projects V2を効果的に活用することで:
|
|||
## 🔗 関連ガイド
|
||||
|
||||
- **前のステップ**: [Pull Request編](03-pull-requests.md) - コードレビュープロセス最適化
|
||||
- **次のステップ**: [GitHub Actions編](05-github-actions.md) - プロジェクト自動化・CI/CD
|
||||
- **基礎知識**: [Issues管理編](02-issues-management.md) - タスク管理の基礎
|
||||
- **さらに基礎**: [リポジトリ基礎編](01-repository-basics.md) - 基本的なGit操作
|
||||
- **セキュリティ**: [GitHub Security編](06-github-security.md) - プロジェクトセキュリティ
|
||||
- **総合ガイド**: [GitHub完全活用ガイド](../GITHUB_COMPLETE_GUIDE.md) - 全機能の詳細解説
|
||||
|
||||
## 📖 学習フロー
|
||||
|
|
|
|||
1681
features/05-github-actions.md
Normal file
1681
features/05-github-actions.md
Normal file
File diff suppressed because it is too large
Load diff
1368
features/06-github-security.md
Normal file
1368
features/06-github-security.md
Normal file
File diff suppressed because it is too large
Load diff
1838
features/07-github-pages.md
Normal file
1838
features/07-github-pages.md
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue