Skip to content

Commit a6d669b

Browse files
authored
Merge pull request #39239 from github/repo-sync
Repo sync
2 parents 3d3c6c0 + e8e43ac commit a6d669b

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

content/copilot/how-tos/administer/organizations/configuring-your-proxy-server-or-firewall-for-copilot.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,12 @@ redirect_from:
1313

1414
If your company employs security measures like a firewall or proxy server, you should add the following URLs, ports, and protocols to an allowlist to ensure {% data variables.product.prodname_copilot_short %} works as expected:
1515

16-
## {% data variables.product.prodname_enterprise %} related URLs
17-
18-
| Domain and/or URL | Purpose |
19-
| :------------------------------------- | :--------------------------------- |
20-
| `https://github.com/YOUR-ENTERPRISE/*` | Enterprise URL |
21-
| `https://github.com/YOUR-ENTERPRISE?*` | Enterprise URL |
22-
| `https://github.com/enterprises/YOUR-ENTERPRISE/*` | Authentication for {% data variables.enterprise.prodname_managed_users %}, only required with {% data variables.product.prodname_emus %} |
23-
2416
## {% data variables.product.github %} public URLs
2517

2618
| Domain and/or URL | Purpose |
2719
| :------------------------------------- | :--------------------------------- |
2820
| `https://github.com/login/*` | Authentication |
21+
| `https://github.com/enterprises/YOUR-ENTERPRISE/*` | Authentication for {% data variables.enterprise.prodname_managed_users %}, only required with {% data variables.product.prodname_emus %} |
2922
| `https://api.github.com/user` | User Management |
3023
| `https://api.github.com/copilot_internal/*` | User Management |
3124
| `https://copilot-telemetry.githubusercontent.com/telemetry` | Telemetry |

content/copilot/how-tos/build-copilot-extensions/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ versions:
77
topics:
88
- Copilot
99
children:
10-
- /quickstart-for-github-copilot-extensions-using-agents
1110
- /setting-up-copilot-extensions
1211
- /creating-a-copilot-extension
1312
- /building-a-copilot-agent-for-your-copilot-extension

content/copilot/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ featuredLinks:
1414
startHere:
1515
- /copilot/get-started/what-is-github-copilot
1616
- /copilot/get-started/quickstart
17-
- /copilot/how-tos/build-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents
17+
- /copilot/tutorials/quickstart-for-github-copilot-extensions-using-agents
1818
- /copilot/concepts/about-copilot-coding-agent
1919
popular:
2020
- /copilot/get-started/github-copilot-features
@@ -35,3 +35,4 @@ children:
3535
topics:
3636
- Copilot
3737
---
38+

content/copilot/tutorials/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ children:
1111
- /choosing-the-right-ai-tool-for-your-task
1212
- /comparing-ai-models-using-different-tasks
1313
- /enhancing-copilot-agent-mode-with-mcp
14+
- /quickstart-for-github-copilot-extensions-using-agents
1415
- /speeding-up-development-work-with-copilot-spaces
1516
- /using-copilot-to-explore-a-codebase
1617
- /writing-tests-with-github-copilot
@@ -23,3 +24,4 @@ children:
2324
redirect_from:
2425
- /copilot/using-github-copilot/guides-on-using-github-copilot
2526
---
27+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ redirect_from:
88
- /copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/using-a-demo-agent
99
- /copilot/building-copilot-extensions/quickstart-for-github-copilot-extensions
1010
- /copilot/building-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents
11+
- /copilot/how-tos/build-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents
1112
topics:
1213
- Copilot
1314
shortTitle: Extensions quickstart

0 commit comments

Comments
 (0)