chapter-three / next-drupal

Next.js for Drupal has everything you need to build a next-generation front-end for your Drupal site: SSG, SSR, and ISR, Multi-site, Authentication, Webforms, Search API, I18n and Preview mode (works with JSON:API and GraphQL).
https://next-drupal.org
MIT License
629 stars 175 forks source link

Drupal 10.1 Decoupled menu adjustments #514

Open yobottehg opened 1 year ago

yobottehg commented 1 year ago

Drupal 10.1 introduced the LinkSet endpoints from decoupled_menus modules: https://www.drupal.org/project/drupal/issues/3227824 https://www.drupal.org/project/decoupled_menus

So the https://www.drupal.org/project/jsonapi_menu_items module seems some kind of deprecated in this regard. Documentation would also need to be updated: https://next-drupal.org/docs/reference/getmenu

apmsooner commented 1 year ago

This new api is separate from jsonapi though so kind of adds a bit more overhead to account for.