From 12cd985239a3a7223bb9675ea93574e89e435588 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 8 Nov 2023 08:04:31 +0000 Subject: [PATCH] docs: add Build Configs example video --- src/pages/build-configs.mdx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/pages/build-configs.mdx b/src/pages/build-configs.mdx index 20b8cce9..5ae7170d 100644 --- a/src/pages/build-configs.mdx +++ b/src/pages/build-configs.mdx @@ -5,6 +5,7 @@ title: "Configuration files as a service" import AboutMe from "~/components/AboutMe.astro"; import Button from "~/components/Button.astro"; +import YouTubeVideo from "~/components/YouTubeVideo.astro"; export const products = [ { @@ -43,9 +44,13 @@ I've been using this on personal projects such as my [Docker Drupal](https://git * Adding CI pipelines with GitHub Actions to run automated quality checks. * Creating and running Git hooks to run automated checks before changes are pushed. -## Example video +## Example -Coming soon: watch a video of me creating a new Drupal project from scratch and getting it up and running using `build-configs`. +In this short video, I show how Build Configs works by creating a new Drupal 10 project, generating its configuration files, and opening it in a browser. + +From nothing to a ready-to-work-on Drupal website in less than a minute. + + ## Options