There is an ongoing shift in content management from traditional CMS to headless CMS. A headless CMS allows you to completely separate your content management system from the presentation layer. The content is made available via API and can be consumed in any kind of frontend, from websites to mobile apps.
How does our live preview button show on the article collection in the first place? VS all collections that exist on Strapi. I tried this with my app which included both locations and menus. Locations have their own page and a relation with a menu. The live previews appeared for locations but not menus which is great but I am not sure why.
It’s a simple trick to filter collections based on the slug field. In essence, if a collection you create in your Strapi Admin Dashboard has a slug field, the Preview button
will show up. So in your case, I can guess that the Locations collection has a slug field and the Menus collection doesn’t.