Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,6 @@ jobs:
run: |
npm run test:unit

- name: Build JS bundle
run: |
# Build the JavaScript bundle using webpack
npm run build

# Make sure the bundle.js exists and has content
if [ ! -s static/js/bundle.js ]; then
echo "::error::bundle.js was not created or is empty"
exit 1
fi

- name: Preprocess content
run: |
npm run preprocess:content
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ node_modules/
.vscode/
.frontmatter/

# React build output
static/js/bundle.js
static/js/bundle.js.LICENSE.txt

# Environment files
.env

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ You'll be notified when maintainers begin their review and if any final adjustme

### Step 8: Publish - Go live!

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

**What happens:**

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

## Welcome

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.
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.

**Quick links:**

- 🌐 [View the site](https://wellarchitected.github.com)
- 🌐 [View the site](https://learn.github.com/well-architected)
- 💬 [Community Discussions](https://github.com/orgs/community/discussions?discussions_q=label%3A%22GitHub+Well-Architected%22)
- 🤝 [Partners Discussions](https://github.com/githubpartners-community/community/discussions/categories/waf-feedback-and-suggestions)
- 📖 [Contributing Guide](CONTRIBUTING.md)
Expand Down
3 changes: 0 additions & 3 deletions babel.config.json

This file was deleted.

4 changes: 2 additions & 2 deletions docs/framework-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Mission

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

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

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

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

Expand Down
4 changes: 0 additions & 4 deletions global.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@
{{ partial "footer.html" . }}
{{ end }}
{{ partial "scripts.html" . }}
<!-- React Copilot Chat Widget -->
<script src="{{ "js/bundle.js" | relURL }}"></script>
</body>
</html>
3 changes: 0 additions & 3 deletions layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
{{- partial "head.html" . -}}
<body dir="{{ .Site.Language.LanguageDirection | default `ltr` }}" class="min-w-sm">
{{- block "main" . }}{{ end -}}

<!-- React Copilot Chat Widget -->
<script src="{{ "js/bundle.js" | relURL }}"></script>
</body>
</html>
Loading
Loading