Skip to content

Commit ef2031b

Browse files
well-architected-sync-bot[bot]sdehmCopilot
authored
Sync from inner source [auto] (#124)
* Sync from github/github-well-architected-internal (main) Source Repository: github/github-well-architected-internal Source Branch: main Source SHA: 54a83c46c8a176a3e99d2af6a1aa34539f3fbd74 * Remove obsolete frontend build files (#123) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Remove obsolete frontend CI step Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: well-architected-sync-bot[bot] <235114805+well-architected-sync-bot[bot]@users.noreply.github.com> Co-authored-by: Shaffer Dehmlow <sdehm@github.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 202ec14 commit ef2031b

41 files changed

Lines changed: 2259 additions & 13789 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/pr-check.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,6 @@ jobs:
113113
run: |
114114
npm run test:unit
115115
116-
- name: Build JS bundle
117-
run: |
118-
# Build the JavaScript bundle using webpack
119-
npm run build
120-
121-
# Make sure the bundle.js exists and has content
122-
if [ ! -s static/js/bundle.js ]; then
123-
echo "::error::bundle.js was not created or is empty"
124-
exit 1
125-
fi
126-
127116
- name: Preprocess content
128117
run: |
129118
npm run preprocess:content

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ node_modules/
3030
.vscode/
3131
.frontmatter/
3232

33-
# React build output
34-
static/js/bundle.js
35-
static/js/bundle.js.LICENSE.txt
36-
3733
# Environment files
3834
.env
3935

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ You'll be notified when maintainers begin their review and if any final adjustme
311311

312312
### Step 8: Publish - Go live!
313313

314-
Once approved, your article automatically publishes to the live site at [wellarchitected.github.com](https://wellarchitected.github.com).
314+
Once approved, your article automatically publishes to [GitHub Learn](https://learn.github.com/well-architected).
315315

316316
**What happens:**
317317

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
## Welcome
1313

14-
This repository maintains the static site for the [GitHub Well-Architected Framework](https://wellarchitected.github.com) and its Content Library. The site provides opinionated, community-driven guidance for adopting and deploying the GitHub platform effectively.
14+
This repository maintains the static site for the [GitHub Well-Architected Framework](https://learn.github.com/well-architected) and its Content Library. The site provides opinionated, community-driven guidance for adopting and deploying the GitHub platform effectively.
1515

1616
**Quick links:**
1717

18-
- 🌐 [View the site](https://wellarchitected.github.com)
18+
- 🌐 [View the site](https://learn.github.com/well-architected)
1919
- 💬 [Community Discussions](https://github.com/orgs/community/discussions?discussions_q=label%3A%22GitHub+Well-Architected%22)
2020
- 🤝 [Partners Discussions](https://github.com/githubpartners-community/community/discussions/categories/waf-feedback-and-suggestions)
2121
- 📖 [Contributing Guide](CONTRIBUTING.md)

babel.config.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/framework-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Mission
44

5-
The [GitHub Well-Architected Framework](https://wellarchitected.github.com) provides **community-driven guidance** to help organizations adopt and deploy GitHub effectively.
5+
The [GitHub Well-Architected Framework](https://learn.github.com/well-architected) provides **community-driven guidance** to help organizations adopt and deploy GitHub effectively.
66
Our goal is to foster **opinionated, prescriptive best practices, design principles, and strategic insights** that empower teams to:
77

88
- Maximize GitHub’s potential
@@ -24,7 +24,7 @@ It consists of two core components:
2424

2525
### 📚 Explore, Self-Serve, and Learn
2626

27-
- A **self-service experience** via [https://wellarchitected.github.com](https://wellarchitected.github.com/)
27+
- A **self-service experience** via [GitHub Learn](https://learn.github.com/well-architected)
2828
- A **searchable content library** with best practices, assessment findings, and ongoing data insights
2929
- A foundation for **Copilot Service training** and learning milestones
3030

global.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

layouts/_default/baseof.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@
88
{{ partial "footer.html" . }}
99
{{ end }}
1010
{{ partial "scripts.html" . }}
11-
<!-- React Copilot Chat Widget -->
12-
<script src="{{ "js/bundle.js" | relURL }}"></script>
1311
</body>
1412
</html>

layouts/home.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@
33
{{- partial "head.html" . -}}
44
<body dir="{{ .Site.Language.LanguageDirection | default `ltr` }}" class="min-w-sm">
55
{{- block "main" . }}{{ end -}}
6-
7-
<!-- React Copilot Chat Widget -->
8-
<script src="{{ "js/bundle.js" | relURL }}"></script>
96
</body>
107
</html>

0 commit comments

Comments
 (0)