From 7bcee5713fb05bdff7dceea3e05bec42c46c2027 Mon Sep 17 00:00:00 2001 From: Matt Gowie Date: Fri, 15 Nov 2024 10:40:33 -0700 Subject: [PATCH 1/2] feat: add Masterpoint to consultancies --- content/community/consultancies/Masterpoint | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/community/consultancies/Masterpoint diff --git a/content/community/consultancies/Masterpoint b/content/community/consultancies/Masterpoint new file mode 100644 index 0000000..efe144b --- /dev/null +++ b/content/community/consultancies/Masterpoint @@ -0,0 +1,10 @@ ++++ +title="Masterpoint" +url="/consultancies/masterpoint" ++++ + +# Masterpoint + +Is your engineering team struggling to keep pace with the demands of modern software delivery? At Masterpoint, we specialize in platform engineering solutions that streamline your development workflow. We partner with growing organizations to build robust, scalable platforms that integrate cutting-edge practices like Infrastructure as Code (IaC), enhancing standardization and automation. Whether you're looking to optimize your CI/CD pipelines, implement self-service infrastructure, or speed up your time to delivery, we're here to elevate your platform engineering capabilities and accelerate your time to market. + +{{< button href="https://masterpoint.io/" target="_blank" >}}Check us out!{{< /button >}} From 732fa7bac14411417b9de05c26908cfa8dd274a9 Mon Sep 17 00:00:00 2001 From: Matt Gowie Date: Fri, 15 Nov 2024 10:44:34 -0700 Subject: [PATCH 2/2] chore: add to index + rename file --- content/community/consultancies/_index.md | 1 + content/community/consultancies/{Masterpoint => masterpoint.md} | 0 2 files changed, 1 insertion(+) rename content/community/consultancies/{Masterpoint => masterpoint.md} (100%) diff --git a/content/community/consultancies/_index.md b/content/community/consultancies/_index.md index 71db956..ea268ba 100644 --- a/content/community/consultancies/_index.md +++ b/content/community/consultancies/_index.md @@ -24,6 +24,7 @@ There are a number of great DevOps consultancies out there that can help you to | [Expert Thinking]({{< relref "expert-thinking" >}}) | | [Hallatek]({{< relref "hallatek" >}}) | | [InfraCloud Technologies]({{< relref "infracloud-technologies" >}}) | +| [Masterpoint]({{< relref "masterpoint" >}}) | | [NorthCode]({{< relref "northcode" >}}) | | [Platform Engineers]({{< relref "platform-engineers-io" >}}) | | [Polarsquad]({{< relref "polarsquad" >}}) | diff --git a/content/community/consultancies/Masterpoint b/content/community/consultancies/masterpoint.md similarity index 100% rename from content/community/consultancies/Masterpoint rename to content/community/consultancies/masterpoint.md