From 4b9cbb7ee17c4626541751d372cd89936ce3d5a4 Mon Sep 17 00:00:00 2001 From: Jay Rogers Date: Tue, 13 Aug 2024 12:08:03 -0500 Subject: [PATCH] Added note about creating your own templates --- docs/content/docs/2.getting-started/1.how-spin-works.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/2.getting-started/1.how-spin-works.md b/docs/content/docs/2.getting-started/1.how-spin-works.md index 61a0d502..83c3e5d5 100644 --- a/docs/content/docs/2.getting-started/1.how-spin-works.md +++ b/docs/content/docs/2.getting-started/1.how-spin-works.md @@ -18,8 +18,8 @@ At the core of Spin are: - [Docker Swarm Mode](https://docs.docker.com/engine/swarm/) (used in production, staging, etc.) - [Ansible](https://www.ansible.com/) (used to ensure your server is configured correctly) -### Templates we provide -Spin is designed with the entire development lifecycle in mind, so we do offer **GitHub Actions templates** when you run [`spin new`](/docs/command-reference/new) to create a project, or [`spin init`](/docs/command-reference/init). +### Templates +We offer templates to help you get started with Spin, or you can [create your own template](/project-templates/create-your-own-template). ### Flexible deployments With Spin, you have two options for deployments: