Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ allowTitleToDifferFromFilename: true
product: '{% data reusables.gated-features.copilot-cli %}'
versions:
feature: copilot
contentType: how-tos
redirect_from:
- /copilot/how-tos/copilot-cli/cli-getting-started
contentType: get-started
category:
- Build with Copilot CLI
- Quickstarts
Expand Down
2 changes: 2 additions & 0 deletions content/copilot/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ versions:
feature: copilot
children:
- /quickstart
- /cli-quickstart
- /quickstart-copilot-app
- /what-is-github-copilot
- /plans
- /features
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
title: Getting started with the GitHub Copilot app
shortTitle: Quickstart
shortTitle: Copilot app quickstart
allowTitleToDifferFromFilename: true
intro: '登录 to the {% data variables.copilot.github_copilot_app %}, connect a repository or local folder, and create your first agent session to make code changes.'
product: '{% data reusables.gated-features.github-app %}<br><a href="https://github.com/features/ai/github-app" target="_blank" class="btn btn-primary mt-3 mr-3 no-underline"><span>Download {% data variables.copilot.github_copilot_app %}</span> {% octicon "link-external" height:16 %}</a>'
versions:
feature: copilot
contentType: how-tos
contentType: get-started
redirect_from:
- /copilot/how-tos/github-app/getting-started
- /copilot/how-tos/github-copilot-app/getting-started
category:
- Quickstarts
- Author and optimize with Copilot
Expand Down
3 changes: 1 addition & 2 deletions content/copilot/how-tos/copilot-cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ sidebarLink:
href: /copilot/how-tos/copilot-cli
introLinks:
overview: /copilot/concepts/agents/copilot-cli/about-copilot-cli
quickstart: /copilot/how-tos/copilot-cli/cli-getting-started
quickstart: /copilot/get-started/cli-quickstart
children:
- /cli-getting-started
- /cli-best-practices
- /set-up-copilot-cli
- /use-copilot-cli
Expand Down
3 changes: 1 addition & 2 deletions content/copilot/how-tos/github-copilot-app/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ sidebarLink:
href: /copilot/how-tos/github-copilot-app
introLinks:
overview: /copilot/concepts/agents/github-copilot-app
quickstart: /copilot/how-tos/github-copilot-app/getting-started
quickstart: /copilot/get-started/quickstart-copilot-app
redirect_from:
- /copilot/how-tos/github-app
children:
- /getting-started
- /customize-github-copilot-app
- /agent-sessions
- /working-with-canvas-extensions
Expand Down
Loading