Aug 02 2023 05:15 AM
Hello,
I have multiple document libraries in a subsite and I'd like to show them in a page, with maybe a link to that page in the left menù panel; I'd like to have something like the page of "Content site" but with only the document libraries.
Is it possible? How to achieve this?
Regards
Aug 03 2023 03:07 AM
Solution@Marco Mangiante You can use Highlighted content web part to only show document libraries from your SharePoint site on a site page.
You will have to use the custom query like:
ContentClass:"STS_List_DocumentLibrary"
Check my answers given on below threads which will help you to understand in details:
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Aug 08 2023 02:40 AM
Aug 08 2023 06:05 AM
@Marco Mangiante Yes, you can manage the document library links using the SharePoint list as well
Only thing you have to consider is that you will probably have to manage the document library links in the list manually - if new document library is created in the site or if any document library is deleted from the SharePoint site.
Please consider giving a Like if my post helped you in any way.