From a4b20afa5eb2b52ab05aa95be3b458a901bdab8c Mon Sep 17 00:00:00 2001 From: Rui Hu <7605757+maggierui@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:41:23 -0400 Subject: [PATCH 1/5] sharepoint embedded added to the Advanced tree branch --- SharePoint/SharePointOnline/toc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SharePoint/SharePointOnline/toc.yml b/SharePoint/SharePointOnline/toc.yml index fe7bf893f5..04c35b7b00 100644 --- a/SharePoint/SharePointOnline/toc.yml +++ b/SharePoint/SharePointOnline/toc.yml @@ -662,3 +662,5 @@ items: href: /sharepointmigration/migrate-to-sharepoint-online - name: Multi-Geo href: /Office365/Enterprise/multi-geo-capabilities-in-onedrive-and-sharepoint-online-in-office-365 + - name: SharePoint Embedded + href: /sharepoint/dev/sharepoint-embedded From 0c9372a5cb5adbd1f8eff67747d3c29802919b2d Mon Sep 17 00:00:00 2001 From: Rui Hu <7605757+maggierui@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:13:01 -0400 Subject: [PATCH 2/5] retire fluid framework article --- .openpublishing.redirection.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index ea92ad7ed0..8e1b445933 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -5,6 +5,11 @@ "redirect_url": "/SharePoint/version-overview", "redirect_document_id": true }, + { + "source_path": "/sharepoint/fluid-framework-access.md", + "redirect_url": "https://support.microsoft.com/office/get-started-with-loop-components-preview-d05278db-b82b-4d1f-8523-cf0c9c2fb2df", + "redirect_document_id": false + }, { "source_path": "Sharepoint/SharepointOnline/sharepoint-view-in-edge.md", "redirect_url": "/SharePoint/sharepoint-sync", From 3f1bcc23aa4598d39a41db5af0682d2b20f38d53 Mon Sep 17 00:00:00 2001 From: Rui Hu <7605757+maggierui@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:15:54 -0400 Subject: [PATCH 3/5] archive fluid framework article --- .../fluid-framework-access.md | 59 ------------------- 1 file changed, 59 deletions(-) delete mode 100644 SharePoint/SharePointOnline/fluid-framework-access.md diff --git a/SharePoint/SharePointOnline/fluid-framework-access.md b/SharePoint/SharePointOnline/fluid-framework-access.md deleted file mode 100644 index e327a82fbd..0000000000 --- a/SharePoint/SharePointOnline/fluid-framework-access.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -ms.date: 05/22/2019 -title: "Manage access to Fluid Framework" -ms.reviewer: kaarins -ms.author: ruihu -author: maggierui -manager: jtremper -recommendations: true -audience: Admin -f1.keywords: -- NOCSH -ms.topic: overview -ms.service: sharepoint-online -ms.localizationpriority: medium -ms.collection: -- Strat_SP_admin -- M365-collaboration -ROBOTS: NOINDEX -search.appverid: -- SPO160 -- MET150 -- BSA160 -ms.assetid: -description: "Learn how to enable or disable Microsoft Fluid Framework preview for your organization." ---- - -# Manage access to Fluid Framework - -Microsoft Fluid Framework preview improves team collaboration by helping users create files where they can add components such as action items and check lists. [Learn how to get started with Fluid](https://support.microsoft.com/office/d05278db-b82b-4d1f-8523-cf0c9c2fb2df). As a global or SharePoint admin in Microsoft 365, you can manage access to Fluid Framework preview in your organization. - -> [!NOTE] -> This preview is rolling out. Some features are available only to organizations that have selected the [Targeted release option](/microsoft-365/admin/manage/release-options-in-office-365). You might not yet see this feature or it might look different than what is described. - -### Disable Fluid Framework using PowerShell - -Fluid Framework preview is enabled by default. Follow these steps to disable it for your organization. - -1. [Download the latest SharePoint Online Management Shell](https://go.microsoft.com/fwlink/p/?LinkId=255251). - - > [!NOTE] - > If you installed a previous version of the SharePoint Online Management Shell, go to Add or remove programs and uninstall "SharePoint Online Management Shell." - -2. Connect to SharePoint as a [global admin or SharePoint admin](./sharepoint-admin-role.md) in Microsoft 365. To learn how, see [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online). - -3. Run the following command. - - ```powershell - Set-SPOTenant -IsFluidEnabled $false - ``` - - This change takes about 60 minutes to take effect across your organization. - -To re-enable Fluid Framework, run the following command. - -```powershell -Set-SPOTenant -IsFluidEnabled $true -``` - -This change takes about 60 minutes to take effect across your organization. From 0b90512a06978951c25e76e720c2da06867a9e0a Mon Sep 17 00:00:00 2001 From: Rui Hu <7605757+maggierui@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:20:30 -0400 Subject: [PATCH 4/5] fix embedded overview link --- SharePoint/SharePointOnline/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SharePoint/SharePointOnline/toc.yml b/SharePoint/SharePointOnline/toc.yml index 04c35b7b00..a4829c7389 100644 --- a/SharePoint/SharePointOnline/toc.yml +++ b/SharePoint/SharePointOnline/toc.yml @@ -663,4 +663,4 @@ items: - name: Multi-Geo href: /Office365/Enterprise/multi-geo-capabilities-in-onedrive-and-sharepoint-online-in-office-365 - name: SharePoint Embedded - href: /sharepoint/dev/sharepoint-embedded + href: /sharepoint/dev/embedded/overview From 4083301bec367a594087a910ec7f5768fab749d8 Mon Sep 17 00:00:00 2001 From: Rui Hu <7605757+maggierui@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:24:40 -0400 Subject: [PATCH 5/5] path fix --- .openpublishing.redirection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 8e1b445933..fc5aa357bf 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -6,7 +6,7 @@ "redirect_document_id": true }, { - "source_path": "/sharepoint/fluid-framework-access.md", + "source_path": "Sharepoint/SharepointOnline/fluid-framework-access.md", "redirect_url": "https://support.microsoft.com/office/get-started-with-loop-components-preview-d05278db-b82b-4d1f-8523-cf0c9c2fb2df", "redirect_document_id": false },