From 225da300b15bc1366767de48126ef818f49c02a1 Mon Sep 17 00:00:00 2001 From: Patrick Cyiza <jpcyiza@gitlab.com> Date: Wed, 6 Dec 2023 15:37:03 +0000 Subject: [PATCH] Add deep dive YouTube link --- doc/development/import_export.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/development/import_export.md b/doc/development/import_export.md index 40878837b7532..55db6a3ca3b7f 100644 --- a/doc/development/import_export.md +++ b/doc/development/import_export.md @@ -10,6 +10,8 @@ General development guidelines and tips for the [Import/Export feature](../user/ <i class="fa fa-youtube-play youtube" aria-hidden="true"></i> This document is originally based on the [Import/Export 201 presentation available on YouTube](https://www.youtube.com/watch?v=V3i1OfExotE). +<i class="fa fa-youtube-play youtube" aria-hidden="true"></i> For more context you can watch this [Deep dive on Import / Export Development on YouTube](https://www.youtube.com/watch?v=IYD39JMGK78). + ## Security The Import/Export feature is constantly updated (adding new things to export). However, -- GitLab