Skip to content

Commit a4dd010

Browse files
committed
fix blocked issue
1 parent 21272b6 commit a4dd010

7 files changed

Lines changed: 25 additions & 9 deletions

learn-pr/github/github-enterprise-server-developer-fundamentals/3-release-cadence-version-management.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:ModuleUnit
22
uid: learn.github.github-enterprise-server-developer-fundamentals.release-cadence-version-management
3-
title: Release Cadence and Version Awareness
3+
title: Release cadence and version awareness
44
metadata:
55
title: Release Cadence and Version Awareness
66
description: This content is a part of the GitHub Enterprise Server Fundamentals for Developers module.

learn-pr/github/github-enterprise-server-developer-fundamentals/4-github-enterprise-server-developer-experience.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:ModuleUnit
22
uid: learn.github.github-enterprise-server-developer-fundamentals.github-enterprise-server-developer-experience
3-
title: Developer Experience on GHES
3+
title: Developer experience on GHES
44
metadata:
55
title: Developer Experience on GHES
66
description: This content is a part of the GitHub Enterprise Server Fundamentals for Developers module.

learn-pr/github/github-enterprise-server-developer-fundamentals/5-github-connect-hybrid-scenarios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:ModuleUnit
22
uid: learn.github.github-enterprise-server-developer-fundamentals.github-connect-hybrid-scenarios
3-
title: GitHub Connect and Hybrid Scenarios
3+
title: GitHub Connect and hybrid scenarios
44
metadata:
55
title: GitHub Connect and Hybrid Scenarios
66
description: This content is a part of the GitHub Enterprise Server Fundamentals for Developers module.

learn-pr/github/github-enterprise-server-developer-fundamentals/includes/1-github-enterprise-server-introduction.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,19 @@ This infrastructure may be on-premises, in a private cloud, or hosted with a sup
1717
GitHub Enterprise Server provides:
1818

1919
- Complete data isolation
20+
2021
All repositories, issues, pull requests, and metadata live entirely within your organization's environment.
2122

2223
- Self-managed operations
24+
2325
Your organization controls installation, upgrades, backups, monitoring, and disaster recovery.
2426

2527
- Enterprise-grade security controls
28+
2629
Features such as subdomain isolation, outbound web proxies, and network segmentation are built in.
2730

2831
- Near feature parity with GitHub Enterprise Cloud
32+
2933
Most GitHub features are available, though often delayed due to release cadence.
3034

3135
> [!IMPORTANT]
@@ -36,15 +40,19 @@ GitHub Enterprise Server provides:
3640
Organizations typically choose GHES when they need:
3741

3842
- Data residency guarantees
43+
3944
Source code and metadata must remain within specific geographic or network boundaries.
4045

4146
- Regulatory compliance
47+
4248
Industries such as finance, healthcare, defense, and government often require self-hosted systems.
4349

4450
- Custom security posture
51+
4552
Network-level controls, outbound proxies, and strict access segmentation.
4653

4754
- Operational sovereignty
55+
4856
Full control over uptime, maintenance windows, and system configuration.
4957

5058
Developer takeaway: GHES prioritizes control and predictability over speed of feature delivery.
@@ -54,31 +62,39 @@ Developer takeaway: GHES prioritizes control and predictability over speed of fe
5462
In a self-managed GitHub Enterprise Server environment, responsibility for operating GitHub shifts from GitHub to the customer.
5563

5664
- Platform team ownership
65+
5766
Platform teams manage installation, upgrades, security patching, backups, monitoring, and availability of the GHES instance.
5867

5968
- Developer dependencies on platform teams
69+
6070
Developers rely on internal teams for enabling features, configuring integrations, and resolving infrastructure-related issues.
6171

6272
- Infrastructure-driven limitations
73+
6374
Some capabilities-such as GitHub-hosted runners or cloud-native services-are unavailable, requiring developers to adapt workflows.
6475

6576
- Operational awareness
77+
6678
Developers must be aware of system constraints, maintenance windows, and version differences that affect day-to-day work.
6779

6880
### How GHES fits into regulated and security-sensitive environments
6981

7082
GHES is designed for organizations with strict control, compliance, and security requirements.
7183

7284
- Data isolation
85+
7386
All code, metadata, and logs remain within the organization's network or approved infrastructure.
7487

7588
- Regulatory alignment
89+
7690
GHES supports compliance requirements common in regulated industries such as finance, healthcare, government, and defense.
7791

7892
- Controlled network access
93+
7994
Organizations can enforce outbound proxies, restricted connectivity, and network segmentation.
8095

8196
- Auditability and traceability
97+
8298
All user activity is recorded locally, supporting internal audits and compliance reporting.
8399

84100
Key takeaway: GHES provides a GitHub experience that feels familiar, but it is operated and secured like an enterprise platform-updates, availability, and features are managed by the organization, not delivered continuously by GitHub.

learn-pr/github/github-enterprise-server-developer-fundamentals/includes/5-github-connect-hybrid-scenarios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Many organizations choose GitHub Enterprise Server (GHES) to meet strict data co
1010

1111
- What to expect as a developer when GitHub Connect is enabled
1212

13-
### What is GitHub connect?
13+
### What is GitHub Connect?
1414

1515
GitHub Connect creates a secure link between GitHub Enterprise Server and GitHub Enterprise Cloud. When enabled by administrators, it allows specific features and data to be shared across both environments.
1616

learn-pr/github/github-enterprise-server-developer-fundamentals/includes/7-summary.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Understanding these fundamentals helps you work effectively, predictably, and co
88

99
## Learn more
1010

11-
- GitHub Enterprise Server 3.19 documentation: https://docs.github.com/en/[email protected]
12-
- GHES release notes: https://docs.github.com/en/enterprise-server/release-notes
13-
- GitHub Connect overview: https://docs.github.com/en/enterprise-server/admin/github-connect
14-
- GitHub Actions on GHES: https://docs.github.com/en/enterprise-server/actions
11+
- [GitHub Enterprise Server 3.19 documentation](https://docs.github.com/en/[email protected])
12+
- [GHES release notes](https://docs.github.com/en/enterprise-server/release-notes)
13+
- [GitHub Connect overview](https://docs.github.com/en/enterprise-server/admin/github-connect)
14+
- [GitHub Actions on GHES](https://docs.github.com/en/enterprise-server/actions)

learn-pr/github/github-enterprise-server-developer-fundamentals/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:Module
22
uid: learn.github.github-enterprise-server-developer-fundamentals
3-
title: GitHub Enterprise Server Fundamentals for Developers
3+
title: GitHub Enterprise Server fundamentals for developers
44
metadata:
55
title: GitHub Enterprise Server Fundamentals for Developers
66
description: Overview of GitHub Enterprise Server (GHES) and its self-managed GitHub experience for secure or regulated environments.

0 commit comments

Comments
 (0)