docs: add Build Configs example video
This commit is contained in:
parent
7356ae021d
commit
12cd985239
|
@ -5,6 +5,7 @@ title: "Configuration files as a service"
|
||||||
|
|
||||||
import AboutMe from "~/components/AboutMe.astro";
|
import AboutMe from "~/components/AboutMe.astro";
|
||||||
import Button from "~/components/Button.astro";
|
import Button from "~/components/Button.astro";
|
||||||
|
import YouTubeVideo from "~/components/YouTubeVideo.astro";
|
||||||
|
|
||||||
export const products = [
|
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.
|
* Adding CI pipelines with GitHub Actions to run automated quality checks.
|
||||||
* Creating and running Git hooks to run automated checks before changes are pushed.
|
* 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.
|
||||||
|
|
||||||
|
<YouTubeVideo id="LkhsdmxReUc" />
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue