Skip to content

Commit 9b0c749

Browse files
authored
Merge pull request #43887 from github/repo-sync
Repo sync
2 parents 97bc4dd + 63550e1 commit 9b0c749

File tree

6 files changed

+211
-104
lines changed

6 files changed

+211
-104
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Docs changelog
22

3+
**15 April 2026**
4+
5+
LSP servers greatly improve Copilot CLI's ability to work with your code. For example, when Copilot renames a symbol throughout a project it can do this more quickly and reliably if it has access to an LSP server for the language the code is written in.
6+
7+
We've added documentation to explain LSP servers in greater detail and show how to install these for Copilot CLI:
8+
9+
* [Using LSP servers with GitHub Copilot CLI](https://docs.github.com/copilot/concepts/agents/copilot-cli/lsp-servers)
10+
* [Adding LSP servers for GitHub Copilot CLI](https://docs.github.com/copilot/how-tos/copilot-cli/set-up-copilot-cli/add-lsp-servers)
11+
12+
<hr>
13+
314
**13 April 2026**
415

516
To coincide with the release of the ability to [steer your Copilot CLI sessions remotely](https://github.blog/changelog/2026-04-13-remote-control-cli-sessions-on-web-and-mobile-in-public-preview/) (from GitHub.com, or from GitHub Mobile), we have added these new articles:

content/contributing/style-guide-and-content-model/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ children:
1010
- /about-the-content-model
1111
- /contents-of-a-github-docs-article
1212
- /conceptual-content-type
13-
- /referential-content-type
13+
- /reference-content-type
1414
- /how-to-content-type
1515
- /troubleshooting-content-type
1616
- /release-note-content-type

content/contributing/style-guide-and-content-model/referential-content-type.md renamed to content/contributing/style-guide-and-content-model/reference-content-type.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
---
2-
title: Referential content type
3-
intro: Referential content provides detailed information that people need while they are actively using a feature.
2+
title: Reference content type
3+
intro: Reference content provides detailed information that people need while they are actively using a feature.
44
versions:
55
fpt: '*'
66
ghec: '*'
77
ghes: '*'
88
category:
99
- Follow the style guide and content model
1010
---
11+
Reference content is consulted for specific pieces of information. It’s information you can quickly check, meaning there’s less emphasis on sentences and paragraphs.
1112

12-
We create referential articles and referential sections within other articles.
13-
* Some major subjects may require their own referential article, especially if there is a large amount of referential content, such as for search syntax or YAML syntax in {% data variables.product.prodname_actions %}.
14-
* For smaller amounts of content or more specific information, like a list of a feature’s supported languages or hardware requirements, use referential sections in context within procedural or conceptual articles.
13+
Reference includes information that may be best represented in tables, lists, or other structured formats. We might think of reference as including our autogenerated pipeline content and other content that could potentially be automated.
1514

16-
## How to write referential content
15+
Reference content appears in reference articles and reference sections within other articles.
16+
* Some major subjects may require their own reference article, especially if there is a large amount of reference content, such as for search syntax or YAML syntax in {% data variables.product.prodname_actions %}.
17+
* For smaller amounts of content or more specific information, like a list of a feature’s supported languages or hardware requirements, use reference sections in context within procedural or conceptual articles.
1718

18-
For the referential content template, see [AUTOTITLE](/contributing/writing-for-github-docs/templates#referential-article-template).
19+
## How to write reference content
1920

20-
* Write a sentence or an entire conceptual section to introduce the referential content.
21-
* Present the actual referential content clearly and consistently.
21+
For the reference content template, see [AUTOTITLE](/contributing/writing-for-github-docs/templates#reference-article-template).
22+
23+
* Write a sentence or an entire conceptual section to introduce the reference content.
24+
* Present the actual reference content clearly and consistently.
2225
* For subjects with a single element to explain, use a list.
2326
* Example: [AUTOTITLE](/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization#repository-roles-for-organizations)
2427
* For subjects with multiple elements to explain, use a table.
@@ -33,14 +36,15 @@ For the referential content template, see [AUTOTITLE](/contributing/writing-for-
3336
* Referential articles or headers of referential sections clearly describe the contents of the section, and generally begin with nouns.
3437
* Titles include enough information to be accessible to novice users and fully describe the contents of each section.
3538
* Titles avoid stacked nouns - use prepositions to break up long strings of nouns.
39+
* Short titles should be one word or a short noun phrase. Example: "AI Models".
3640

37-
## Examples of referential content
41+
## Examples of reference content
3842

39-
* Referential articles
40-
* [AUTOTITLE](/get-started/accessibility/keyboard-shortcuts)
43+
* Reference articles
44+
* [AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/audit-log-events-for-your-organization)
4145
* [AUTOTITLE](/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise)
4246
* [AUTOTITLE](/free-pro-team@latest/rest/reference/billing) in the REST API documentation
4347
* [AUTOTITLE](/graphql/reference/mutations) in the GraphQL API documentation
44-
* Referential sections within other articles
48+
* Reference sections within other articles
4549
* "Supported languages" in [AUTOTITLE](/free-pro-team@latest/get-started/using-github/github-mobile#supported-languages-for-github-mobile)
4650
* "Hardware considerations" in [AUTOTITLE](/enterprise-server@latest/admin/installation/installing-github-enterprise-server-on-aws#hardware-considerations)

content/contributing/writing-for-github-docs/templates.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ Optionally, include a bulleted list of related articles the user can reference t
5959
6060
<!-- markdownlint-enable search-replace -->
6161
62-
## Referential article template
62+
## Reference article template
6363
64-
Use the content model for full instructions and examples on how to write referential content. For more information, see [AUTOTITLE](/contributing/style-guide-and-content-model/referential-content-type).
64+
Use the content model for full instructions and examples on how to write reference content. For more information, see [AUTOTITLE](/contributing/style-guide-and-content-model/reference-content-type).
6565
6666
<!-- markdownlint-disable search-replace -->
6767
@@ -77,8 +77,8 @@ versions:
7777
---
7878

7979
{% comment %}
80-
Follow the guidelines in https://docs.github.com/contributing/writing-for-github-docs/content-model#referential to write this article.-- >
81-
Great intros give readers a quick understanding of what's in the article, so they can tell whether it's relevant to them before moving ahead. For more tips, see https://docs.github.com/contributing/writing-for-github-docs/content-model
80+
Follow the guidelines in https://docs.github.com/contributing/writing-for-github-docs/content-model to write this article.-- >
81+
Great intros give readers a quick understanding of what's in the article, so they can tell whether it's relevant to them before moving ahead. For more tips, see https://docs.github.com/en/contributing/style-guide-and-content-model/contents-of-a-github-docs-article#intro
8282
For product callout info, see https://github.com/github/docs/tree/main/content#product
8383
For product version instructions, see https://github.com/github/docs/tree/main/content#versioning
8484
Remove these comments from your article file when you're done writing

0 commit comments

Comments
 (0)