SharePoint Online – New navigation switcher
If you use SharePoint Online, you already know the navigation bar (also known as Quick Launch) is displayed on the left side (as shown below).
1 min read
cubesys : May 20, 2021 12:00:00 AM
If you are using a modern SharePoint site, a new bar is going to appear on the left side to provide global navigation capabilities.
The SharePoint app bar is a fixed navigation experience across all modern SharePoint sites that provides quick access to the most important sites, news, and files as well as the organization’s global navigation.
The SharePoint app bar can be broken down into two main parts:
To enable and manage the SharePoint app bar you first need to setup a home site for the organization. The home site must be a communication site
To do this, you need to use SharePoint Online PowerShell and the following commands to connect to your tenant and set the home site
Connect-SPOService -Url https://<your tenant name>-admin.sharepoint.com
Set-SPOHomeSite –HomeSiteUrl <url of the site becoming the home site>
After a little bit of time, you will then be able to manage the SharePoint bar from the Settings\Global Navigation menu from the home site
From there you can define what will be the navigation source, to help you decide you can use these tips:
Once done, your end-users will be able to use the SharePoint bar
If you use SharePoint Online, you already know the navigation bar (also known as Quick Launch) is displayed on the left side (as shown below).
SharePoint Online has been there since the start of Office 365, initially based on SharePoint 2010, and then has evolved.