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