Skip to content

Commit 8fb5009

Browse files
authored
Merge pull request #8 from github/update-website-content
Update website content and reorganize structure
2 parents 5a81092 + 5f41cd7 commit 8fb5009

13 files changed

Lines changed: 419 additions & 670 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Prepare deployment
2727
run: |
2828
mkdir -p ./_site
29-
cp index.html styles.css light-theme.css theme-toggle.js github-cookie-consent.js ./_site/
30-
cp -r es pt_BR ./_site/ 2>/dev/null || true
29+
cp website/index.html website/archive.html website/styles.css website/light-theme.css website/theme-toggle.js website/github-cookie-consent.js ./_site/
30+
cp -r website/es website/pt_BR ./_site/ 2>/dev/null || true
3131
touch ./_site/.nojekyll
3232
3333
- uses: actions/configure-pages@v4

.vscode/launch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "editor-browser",
9+
"request": "launch",
10+
"name": "Launch Integrated Browser against localhost",
11+
"url": "http://localhost:8080",
12+
"webRoot": "${workspaceFolder}/website"
13+
}
14+
]
15+
}

.vscode/tasks.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"label": "Start Dev Server",
6+
"type": "shell",
7+
"command": "python -m http.server 8080 --directory website",
8+
"isBackground": true,
9+
"problemMatcher": []
10+
}
11+
]
12+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> 🚨 **To run an official Dev Days event and receive program support, you must fill out the [event request form](https://gh.io/dev-days-2026) and receive approval from the Dev Days team**.
44
>
5-
> This repository contains the technical content, promotional materials, and organizer instruction for Dev Days event organizers.
5+
> This repository contains the technical content, promotional materials, and organizer instructions for Dev Days event organizers.
66
77
**Dev Days** is a global, in-person user group initiative taking place from **September 1st to October 31st 2026**. The series brings together developers, enthusiasts, and local tech communities to explore the power of GitHub Copilot through practical, hands-on experiences.
88

content/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ Dev Days events are open to developers of all experience levels. Different event
3030

3131
- **GitHub Copilot free subscription** at a minimum — [Sign up here](https://aka.ms/get-github-copilot-devdays)
3232

33-
- Download the [GitHub Copilot app](https://gh.io/dev-days/app)
33+
- Download the [GitHub Copilot app](https://gh.io/dev-days/app) if your event includes the GitHub Copilot app session or workshop.
34+
35+
- Install the [GitHub Copilot CLI](https://docs.github.com/en/copilot/how-tos/copilot-cli/set-up-copilot-cli/install-copilot-cli) if your event includes the GitHub Copilot CLI session or workshop.
3436

3537
- Install the [GitHub Copilot CLI](https://docs.github.com/en/copilot/how-tos/copilot-cli/set-up-copilot-cli/install-copilot-cli)
3638

website/archive.html

Lines changed: 287 additions & 0 deletions
Large diffs are not rendered by default.

es/index.html renamed to website/es/index.html

Lines changed: 33 additions & 222 deletions
Large diffs are not rendered by default.

index.html renamed to website/index.html

Lines changed: 33 additions & 222 deletions
Large diffs are not rendered by default.
File renamed without changes.

0 commit comments

Comments
 (0)