Add GitHub Copilot app learning hub page#1981
Open
aaronpowell wants to merge 2 commits into
Open
Conversation
- Create new learning hub page covering Copilot app basics, features, and use cases - Include information about target audiences (developers, non-dev roles, teams with parallel work) - Highlight key features: My Work view, isolated worktrees, canvases, Agent Merge - Add installation and getting started instructions - Update learning hub index to include app in Getting Started section Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add the app to the learning hub navigation - Tighten the page copy around audiences, features, and getting started - Keep canvases and automations high level as requested Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Learning Hub article introducing the GitHub Copilot app, and surfaces it in the Learning Hub’s “Getting Started” content and site sidebar navigation.
Changes:
- Added a new Learning Hub page: “Getting Started with the GitHub Copilot app”.
- Updated Learning Hub index page to include a new “Getting Started” section linking to the app article and CLI path.
- Updated Starlight sidebar to include the new article in the Fundamentals section (and reordered the “Browse Resources” group).
Show a summary per file
| File | Description |
|---|---|
| website/src/content/docs/learning-hub/index.md | Adds a “Getting Started” section linking to the new Copilot app page and the CLI learning path. |
| website/src/content/docs/learning-hub/github-copilot-app.md | Introduces the new Learning Hub article describing the Copilot app’s features, audience fit, and getting started steps. |
| website/astro.config.mjs | Adds the new page to the Fundamentals sidebar (and repositions “Browse Resources”). |
Copilot's findings
- Files reviewed: 3/3 changed files
- Comments generated: 5
Comment on lines
74
to
79
| { | ||
| label: "Fundamentals", | ||
| items: [ | ||
| "learning-hub/github-copilot-app", | ||
| "learning-hub/what-are-agents-skills-instructions", | ||
| "learning-hub/agents-and-subagents", |
| ↓ | ||
| 4. It plans and implements a solution | ||
| ↓ | ||
| 5. You can monitor progress in the My Work view |
| 1. Open the Copilot app | ||
| 2. Create a session for "Fix login timeout issue" | ||
| 3. While that's running, create another session for "Fix dark mode button styling" | ||
| 4. Monitor both in the My Work view |
|
|
||
| New to GitHub Copilot? Start here to understand the tools available to you. | ||
|
|
||
| **Desktop App**: Explore the [GitHub Copilot App](github-copilot-app/) — a control center for directing multiple agents in parallel. Perfect for agent-native development and parallel work with isolated worktrees. |
|
|
||
| ### Installation | ||
|
|
||
| 1. Visit [GitHub Copilot App](https://github.com/features/ai/github-app) and download the installer for your platform |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a new Learning Hub page that explains the GitHub Copilot app at a high level, with a focus on what it is, the core features, and who it is best suited for.
What changed
Notes