From 91f7f73612222a2f4b8f5cc7c0d47081c1a84242 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 25 Nov 2023 11:58:45 +0000 Subject: [PATCH] docs: add link to the Build Configs page --- src/content/talk/building-build-configs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/talk/building-build-configs.mdx b/src/content/talk/building-build-configs.mdx index 1931985b..c6eb1a0e 100644 --- a/src/content/talk/building-build-configs.mdx +++ b/src/content/talk/building-build-configs.mdx @@ -14,6 +14,6 @@ events: url: https://www.meetup.com/php-sw/events/296917370 --- -"Build Configs" is a tool I've created for creating and managing customised per-project configuration files s such as Docker, Docker Compose, Nix Flake, PHPUnit, and PHPStan. +[Build Configs](/build-configs) is a tool I've created for creating and managing customised per-project configuration files s such as Docker, Docker Compose, Nix Flake, PHPUnit, and PHPStan. In this lightning talk, I’ll discuss why I created it, what problem it solves, more about what it does, and how it works.