Skip to content

Commit 0cdefce

Browse files
committed
Add Azure DevOps to GitHub migration documentation and update liquid rendering settings in various files
1 parent df9acea commit 0cdefce

10 files changed

Lines changed: 37 additions & 2 deletions

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ Comprehensive L400-level technical documentation for GitHub Enterprise Cloud adm
3535
### Implementation Guides
3636
- [🚀 GitHub Onboarding Implementation Plan](docs/13-github-onboarding-implementation-plan.md) - Comprehensive priority task list for GitHub Enterprise onboarding including governance, compliance, security-by-default configuration, repository rulesets, migration readiness, and Copilot governance
3737

38+
### Azure DevOps to GitHub Migration
39+
- [📊 ADO to GitHub Migration Assessment](docs/ado-to-github-migration-assessment.md) - Comprehensive mapping of ADO DevSecOps recommendations to GitHub equivalents
40+
- [📄 ADO to GitHub Migration Business Case (Markdown)](docs/ADO-to-GitHub-Migration-Business-Case.md) - Strategic business case for migrating from Azure DevOps to GitHub
41+
- [📄 ADO to GitHub Migration Business Case (HTML)](docs/ADO-to-GitHub-Migration-Business-Case.html) - Formatted business case document
42+
- [🔀 GitHub Enterprise Importer ADO Guide](docs/14-github-enterprise-importer-ado-guide.md) - Step-by-step guide for using GitHub Enterprise Importer with Azure DevOps
43+
- [🔍 Azure DevOps to GitHub Migration Analysis](docs/16-azure-devops-to-github-migration-analysis.md) - Detailed technical analysis of the migration process
44+
3845
---
3946

4047
## Hands-on Labs

docs/03-identity-access-management.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
render_with_liquid: false
3+
---
4+
15
# Identity and Access Management (IAM)
26

37
## Overview

docs/07-repository-governance.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
render_with_liquid: false
3+
---
4+
15
# Repository Governance
26

37
**Level:** L400 (Expert)

docs/08-security-compliance.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
render_with_liquid: false
3+
---
4+
15
# Security and Compliance
26

37
## Overview

docs/09-best-practices-waf.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
render_with_liquid: false
3+
---
4+
15
# GitHub Well-Architected Framework: Best Practices and Principles
26

37
## Overview

docs/15-azure-pipelines-github-repos-integration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
render_with_liquid: false
3+
---
4+
15
# Azure Pipelines with GitHub Repositories: Impact Analysis After Migration
26

37
## Executive Summary

docs/17-github-actions-security-echo-command-injection.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
render_with_liquid: false
3+
---
4+
15
# GitHub Actions Security: Echo Command Injection Prevention
26

37
## Overview

docs/ado-to-github-migration-assessment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
render_with_liquid: false
3+
---
4+
15
# Azure DevOps to GitHub Migration Assessment
26

37
## Comprehensive Analysis: ADO DevSecOps Recommendations Mapped to GitHub

labs/lab02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
liquid: false
2+
render_with_liquid: false
33
---
44

55
# 2 - Managing GitHub Actions settings for a repository

labs/lab05.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
liquid: false
2+
render_with_liquid: false
33
---
44

55
# 5 - GitHub API - REST API & GraphQL API

0 commit comments

Comments
 (0)