Skip to content

Commit a8c2bad

Browse files
committed
Merge branch 'main' into maccruz-readerrole
2 parents 77e8573 + eb5832f commit a8c2bad

127 files changed

Lines changed: 1346 additions & 852 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{:allowed-branchname-matches ["main" "release-.*"]
2-
:allowed-filename-matches ["microsoft-365/"] ;; Can be overridden in repo-specific edn file. This is an allow list that identifies which folders contain the files Acrolinx will check. Separate multiple folders as follows ["folder/" "folder2"]
2+
:allowed-filename-matches ["microsoft-365/" "copilot/"] ;; Can be overridden in repo-specific edn file. This is an allow list that identifies which folders contain the files Acrolinx will check. Separate multiple folders as follows ["folder/" "folder2"]
33

44
:use-gh-statuses true
55

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,16 @@
204204
"source_path":"microsoft-365/scheduler/index.yml",
205205
"redirect_url":"https://news.microsoft.com/reinventing-productivity",
206206
"redirect_document_id":false
207+
},
208+
{
209+
"source_path":"microsoft-365/admin/copilot/m365-copilot-setup.md",
210+
"redirect_url":"/microsoft-365-copilot/microsoft-365-copilot-setup",
211+
"redirect_document_id":false
212+
},
213+
{
214+
"source_path":"microsoft-365/admin/copilot/m365-early-access-program.yml",
215+
"redirect_url":"/microsoft-365-copilot/microsoft-365-early-access-program",
216+
"redirect_document_id":false
207217
}
208218

209219
]

.openpublishing.redirection.security.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2805,6 +2805,11 @@
28052805
"redirect_url":"/microsoft-365/business-premium/m365bp-mdb-maintain-environment",
28062806
"redirect_document_id":true
28072807
},
2808+
{
2809+
"source_path":"microsoft-365/security/intelligence/microsoft-bug-bounty-program.md",
2810+
"redirect_url":"https://www.microsoft.com/msrc/bounty?rtc=1",
2811+
"redirect_document_id":false
2812+
},
28082813
{
28092814
"source_path":"microsoft-365/security/defender-endpoint/specify-additional-definitions-network-traffic-inspection-mdav.md",
28102815
"redirect_url":"/microsoft-365/security/defender-endpoint/network-protection",

README.md

Lines changed: 40 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,83 @@
11
---
2-
ms.date: 01/04/2018
2+
ms.date: 9/15/2023
33
---
4+
45
# Overview
56

67
## Learn how to contribute
78

8-
Anyone who is interested can contribute to the topics. When you contribute, your work will go directly into the content set after being merged. It will then be published to [Microsoft Learn](https://learn.microsoft.com/) and you will be listed as a contributor at: <https://github.com/MicrosoftDocs/microsoft-365-docs/graphs/contributors>.
9+
Anyone who is interested can contribute to the articles. When you contribute, your work goes into the content set after it's been reviewed and merged. It's then published to [Microsoft Learn](https://learn.microsoft.com/), and you're listed as a contributor at: <https://github.com/MicrosoftDocs/microsoft-365-docs/graphs/contributors>.
910

1011
### Quickly update an article using GitHub.com
1112

12-
Contributors who only make infrequent or small updates can edit the file directly on GitHub.com without having to install any additional software. This article shows you how. [This two-minute video](https://www.microsoft.com/videoplayer/embed/RE1XQTG) also covers how to contribute.
13+
Contributors who make infrequent or small updates can edit the file directly on GitHub.com without installing any software. This article shows you how. [This two-minute video](https://www.microsoft.com/videoplayer/embed/RE1XQTG) also covers how to contribute.
14+
15+
> [!TIP]
16+
> To edit an article, you need to get to it on the GitHub.com backend. If you're already on the GitHub.com page of the article, you're starting at step 4.
17+
>
18+
> Your permissions in the repo determine what you see in step 5 and later. People with no special privileges see the steps as described. People with permissions to approve their own pull requests see a similar experience with different button and page titles (for example, **Commit changes** instead of **Propose changes**), extra options for creating a new branch, and fewer confirmation pages. The point is: click any green buttons that are presented to you until there are no more.
19+
20+
1. Verify that you're signed in to GitHub.com with your GitHub account.
21+
2. On learn.microsoft.com, find the article that you want to update.
22+
3. Above the title of the article, select ![Edit this document icon.](microsoft-365/media/m365-cc-sc-edit-icon.png) **Edit this document**.
23+
24+
![Screenshot of how to edit this document button on a learn.microsoft.com article.](microsoft-365/media/quick-update-edit-button-on-learn-page.png)
25+
26+
4. The corresponding article file opens on GitHub. Select ![Edit this file icon.](microsoft-365/media/m365-cc-sc-edit-icon.png) **Edit this file**.
1327

14-
1. Make sure you're signed in to GitHub.com with your GitHub account.
15-
2. Browse to the page you want to edit on Microsoft Learn.
16-
3. On the right-hand side of the page, click **Edit** (pencil icon).
28+
![Screenshot of how to edit this document button on a GitHub article file.](microsoft-365/media/quick-update-edit-button-on-github-page.png)
1729

18-
![Edit button on Microsoft Learn.](https://learn.microsoft.com/compliance/media/quick-update-edit.png)
30+
5. The article file opens in a line-numbered editor page where you can make updates.
1931

20-
4. The corresponding topic file on GitHub opens, where you need to click the **Edit this file** pencil icon.
32+
Articles on learn.microsoft.com are formatted using the Markdown language. For help on using Markdown, see [Mastering Markdown.](https://guides.github.com/features/mastering-markdown/).
2133

22-
![Edit button on github.com.](https://learn.microsoft.com/compliance/media/quick-update-github.png)
34+
Select **Preview** to view your changes as you go. Select **Edit** to go back to making updates.
2335

24-
5. The topic opens in a line-numbered editing page where you can make changes to the file. Files in GitHub are written and edited using Markdown language. For help on using Markdown, see [Mastering Markdown](https://guides.github.com/features/mastering-markdown/). Select the **Preview changes** tab to view your changes as you go.
36+
When you're finished making changes, select the green **Commit changes** button.
2537

26-
6. When you're finished making changes, go to the **Propose file change** section at the bottom of the page:
38+
![Screenshot of how to select the green Commit changes button on the article editor page.](microsoft-365/media/quick-update-editor-page.png)
2739

28-
- A brief title is required. By default, the title is the name of the file, but you can change it.
29-
- Optionally, you can enter more details in the **Add an optional extended description** box.
40+
6. In the **Propose changes** dialog that opens, review and/or enter the following values:
41+
- **Commit message**: This value is required. You can accept the default value ("Update \<filename\>") or you can change it.
42+
- **Extended description**: This value is optional. For example:
43+
- An explanation of the changes.
44+
- @ include the GitHub alias of someone to review and merge your changes.
3045

31-
When you're ready, click the green **Propose file change** button.
46+
When you're finished on the **Propose changes** dialog, select the green **Propose changes** button.
3247

33-
![Propose file change section.](https://learn.microsoft.com/compliance/media/propose-file-change.png)
48+
![Screenshot of how to select the green Propose changes button in the Propose changes dialog.](microsoft-365/media/quick-update-propose-changes-dialog.png)
3449

35-
7. On the **Comparing changes** page that appears, click the green **Create pull request** button.
50+
7. On the **Comparing changes** page that opens, select the green **Create pull request** button.
3651

37-
![Comparing changes page.](https://learn.microsoft.com/compliance/media/comparing-changes-page.png)
52+
![Screenshot of how to select the green Create pull request button on the Comparing changes page.](microsoft-365/media/quick-update-comparing-changes-page.png)
3853

39-
8. On the **Open a pull request** page that appears, click the green **Create pull request** button.
54+
8. On the **Open a pull request** page that opens, review the title and comments, and then select the green **Create pull request** button.
4055

41-
![Open a pull request page.](https://learn.microsoft.com/compliance/media/open-a-pull-request-page.png)
56+
![Screenshot of how to select the green Create pull request button on the Open a pull request page.](microsoft-365/media/quick-update-open-a-pull-request-page.png)
4257

43-
> [!NOTE]
44-
> Your permissions in the repo determine what you see in the last several steps. People with no special privileges will see the **Propose file change** section and subsequent confirmation pages as described. People with permissions to create and approve their own pull requests will see a similar **Commit changes** section with extra options for creating a new branch and fewer confirmation pages.<br/><br/>The point is: click any green buttons that are presented to you until there are no more.
58+
9. That's it. There's nothing more for you to do.
4559

46-
The writer identified in the metadata of the topic will be notified and will eventually review and approve your changes so the topic will be updated on Microsoft Learn. If there are questions or issues with the updates, the writer will contact you.
60+
The article owner (identified in metadata) is notified about the changes to the article. Eventually, the article owner or another party will review, possibly edit, and approve your changes. After your pull request is merged, the article is updated on learn.microsoft.com.
4761

4862
## Microsoft Open Source Code of Conduct
4963

5064
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
5165

52-
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
66+
For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any questions or comments.
5367

5468
### Contributing
5569

5670
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit <https://cla.microsoft.com>.
5771

58-
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
72+
When you submit a pull request, a CLA-bot automatically determines whether you need to provide a CLA and decorate the PR appropriately (for example, label, comment). Follow the instructions provided by the bot. You only need to do this step once across all repos using our CLA.
5973

6074
### Legal Notices
6175

6276
Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode), see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the [LICENSE-CODE](LICENSE-CODE) file.
6377

64-
Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
78+
Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries/regions.
6579

66-
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at <https://go.microsoft.com/fwlink/?LinkID=254653>.
80+
The licenses for this project don't grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at <https://go.microsoft.com/fwlink/?LinkID=254653>.
6781

6882
Privacy information can be found at <https://privacy.microsoft.com/>
6983

copilot/TOC.yml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1-
- name: Index
2-
href: index.md
1+
- name: Microsoft 365 Copilot documentation
2+
href: index.yml
3+
items:
4+
- name: Get started with Microsoft 365 Copilot
5+
href: microsoft-365-copilot-setup.md
6+
- name: Plan
7+
items:
8+
- name: Overview of Microsoft 365 Copilot
9+
href: microsoft-365-copilot-overview.md
10+
- name: Requirements for Microsoft 365 Copilot
11+
href: microsoft-365-copilot-requirements.md
12+
- name: Data, Privacy, and Security for Microsoft 365 Copilot
13+
href: /DeployOffice/privacy/microsoft-365-copilot
14+
- name: Deploy
15+
items:
16+
- name: Enable users for Microsoft 365 Copilot
17+
href: microsoft-365-copilot-enable-users.md
18+
- name: Manage
19+
items:
20+
- name: Microsoft 365 Copilot usage report
21+
href: /microsoft-365/admin/activity-reports/microsoft-365-copilot-usage

copilot/breadcrumb/toc.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
- name: '<please enter product name here>'
2-
tocHref: /
3-
topicHref: /
1+
- name: Microsoft 365
2+
tocHref: /microsoft-365/
3+
topicHref: /microsoft-365/index
4+
items:
5+
- name: Microsoft 365 Copilot
6+
tocHref: /microsoft-365-copilot/
7+
topicHref: /microsoft-365-copilot/index

copilot/docfx.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@
4242
"globalMetadata": {
4343
"breadcrumb_path": "/microsoft-365-copilot/breadcrumb/toc.json",
4444
"feedback_system": "Standard",
45-
"permissioned-type": "public"
45+
"permissioned-type": "public",
46+
"uhfHeaderId": "MSDocsHeader-M365-IT"
4647
},
4748
"fileMetadata": {},
4849
"template": [],
4950
"dest": "microsoft-365-copilot"
5051
}
51-
}
52+
}

copilot/includes/copilot-content-updates.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!-- This file is generated automatically each week. Changes made to this file will be overwritten.-->
2+
3+
4+
5+
## Week of September 18, 2023
6+
7+
8+
| Published On |Topic title | Change |
9+
|------|------------|--------|
10+
| 9/21/2023 | [Enable users for Microsoft 365 Copilot](/microsoft-365-copilot/microsoft-365-copilot-enable-users) | added |
11+
| 9/21/2023 | [Microsoft 365 Copilot overview](/microsoft-365-copilot/microsoft-365-copilot-overview) | added |
12+
| 9/21/2023 | [Microsoft 365 Copilot Requirements](/microsoft-365-copilot/microsoft-365-copilot-requirements) | added |

copilot/index.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

copilot/index.yml

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
### YamlMime:Hub
2+
3+
title: Microsoft 365 Copilot documentation # < 60 chars
4+
summary: Learn about Microsoft 365 Copilot and how your organization can use this copilot for work. # < 160 chars
5+
brand: m365 # brand: aspnet | azure | bash | bizapps | bot-framework | dotnet | dynamics | education | enterprise-mobility | gaming | graph | m365 | nuget | office | powershell | playfab | power-apps | power-automate | power-bi | power-platform | power-virtual-agents | project | sharepoint | sql | surface | system-center | teams | visual-studio | windows | workplace-analytics | xamarin
6+
7+
metadata:
8+
title: Microsoft 365 Copilot documentation # Required; page title displayed in search results. Include the brand. < 60 chars.
9+
description: Learn about Microsoft 365 Copilot and how your organization can use this copilot for work. # Required; article description that is displayed in search results. < 160 chars.
10+
ms.service: microsoft-365-copilot
11+
ms.topic: hub-page # Required
12+
ms.collection: essentials-hub-or-landing # Optional; Remove if not applicable.
13+
author: samanro #Required; your GitHub user alias, with correct capitalization.
14+
ms.author: samanro #Required; microsoft alias of author; optional team alias.
15+
ms.date: 09/21/2023 #Required; mm/dd/yyyy format.
16+
17+
18+
19+
# additionalContent section (Optional; Remove if not applicable.)
20+
# Card with summary style
21+
additionalContent:
22+
# Supports up to 4 subsections
23+
sections:
24+
- title: Get started with Microsoft 365 Copilot # < 60 chars (Optional; Remove if not applicable.)
25+
items:
26+
# Card
27+
- title: Microsoft 365 Copilot overview
28+
summary: Learn how Microsoft 365 Copilot works.
29+
url: microsoft-365-copilot-overview.md
30+
# Card
31+
- title: Copilot requirements
32+
summary: Learn about Microsoft 365 Apps, network, and license requirements for Microsoft 365 Copilot.
33+
url: microsoft-365-copilot-requirements.md
34+
# Card
35+
- title: Setup
36+
summary: Get started with Microsoft 365 Copilot in the Microsoft 365 Admin Center.
37+
url: microsoft-365-copilot-setup.md
38+
# Card
39+
- title: Enable users
40+
summary: Learn about the steps to deploy Microsoft 365 Copilot.
41+
url: microsoft-365-copilot-enable-users.md
42+
# Card
43+
- title: Data, Privacy, and Security for Microsoft 365 Copilot
44+
summary: Learn how Microsoft 365 Copilot uses data and how it stores and protects that data.
45+
url: /deployoffice/privacy/microsoft-365-copilot
46+
# Card
47+
- title: End user help and learning for Microsoft 365 Copilot
48+
summary: End users can explore how Copilot with the apps in Microsoft 365 can help boost their productivity.
49+
url: https://support.microsoft.com/copilot
50+
- title: Learn about Microsoft 365 Copilot # < 60 chars (Optional; Remove if not applicable.)
51+
items:
52+
# Card
53+
- title: Overview video
54+
summary: Watch an overview of Microsoft 365 Copilot.
55+
url: https://www.youtube.com/watch?v=E5g20qmeKpg
56+
# Card
57+
- title: FAQ
58+
summary: Review the Copilot FAQ.
59+
url: https://support.microsoft.com/topic/frequently-asked-questions-ai-microsoft-365-copilot-and-microsoft-designer-987b275d-f6f2-4d5d-94c5-e927cffae705
60+
# Card
61+
- title: Service description
62+
summary: Read the service description for what's included in Microsoft 365 Copilot.
63+
url: /office365/servicedescriptions/office-365-platform-service-description/microsoft-365-copilot/
64+
# Card
65+
- title: Microsoft AI help & learning
66+
summary: Help and learning for you and your users.
67+
url: https://support.microsoft.com/microsoft-ai

0 commit comments

Comments
 (0)