From 84c0906917d481247108e62e580aa05796fde5bb Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 4 Feb 2025 09:59:46 +0000 Subject: [PATCH] Remove old GitHub link --- source/_presentations/decoupling-drupal-vuejs.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_presentations/decoupling-drupal-vuejs.md b/source/_presentations/decoupling-drupal-vuejs.md index ea73d052..ea0db476 100644 --- a/source/_presentations/decoupling-drupal-vuejs.md +++ b/source/_presentations/decoupling-drupal-vuejs.md @@ -16,5 +16,3 @@ events: Decoupled or headless Drupal has been a trend for a number of years, with modules like RESTful Web Services available for Drupal 7 to expose data, and Drupal 8 becoming more API-first with JSON:API module now included as part of core. This makes it easier for third party systems or alternative front-end applications to consume and work with the data provided by Drupal. In this talk, we’ll look at how to build progressively and fully decoupled applications - passing data from a Drupal 8 back-end to a Vue.js front-end. - -The demo code used in the talk is [available on GitHub](https://github.com/opdavies/blue-conf-2019 "View the demo code for this talk on GitHub.").