X Enterprises
Pages

Features

The /features and /features/:slug routes — feature/guide listing and detail pages powered by Nuxt Content v3.

Features

The features section provides a listing of editorial feature pieces or dining guides at /features, and individual feature detail pages at /features/:slug. Both routes are powered by Nuxt Content v3 markdown files, mirroring the articles section structure.

Routes

RouteDescription
/featuresListing of all feature articles / dining guides.
/features/:slugFull feature detail with body content and related features.

Components Used

Feature UI is composed from shared marketing components inherited from the nuxt-x-marketing layer extension. The XRDHomePageFeatures component on the homepage links to this section.

Data Fetching

Both routes use Nuxt Content v3:

  • /featuresqueryCollection('features') with optional sort/filter parameters.
  • /features/:slug — query by slug to fetch the full feature body, plus a secondary query for related features.

No API calls to useDomain() are made on these routes.


AI Context

route: /features
package: "@xenterprises/nuxt-x-restaurants"
use-when: >
  Rendering the features/dining-guides listing or an individual feature
  detail page. Content is sourced from Nuxt Content v3 markdown files.
  Link to these pages from XRDHomePageFeatures or the navbar.
Copyright © 2026