Forum Discussion
Brian Thomas
Jul 24, 2019Copper Contributor
Recent missing Structured Navigaton on a Modern SharePoint site
Structured navigation on a modern SharePoint page does not show the recent folder. It does show up under classic view. Our ultimate goal is to get all lists and libraries to show up on the qui...
Jul 26, 2019
I would use SharePoint PowerShell PnP to create all your lists/libraries using the New-PnPList cmdlet, with the `-OnQuickLaunch` switch to show them. That's the minimal effort if you have a lot to create.
Brian Thomas
Aug 05, 2019Copper Contributor
I can give that a try but that's not going to help the average user whow wants better navigation using modern view.
- Aug 05, 2019
When you create a new list / library via the UI, it's asking you if you want to show in the navigation (quick launch), and if you want to re-order, then click on edit and Move Up or Down.
PowerShell is for bulk actions if you want to create multiple lists / libraries all at once.
Or are you asking something else?
- Brian ThomasAug 05, 2019Copper Contributor
The quick launch is not showing the navigation in the modern UI.