Skip to content

Commit

Permalink
Added note about creating your own templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Aug 13, 2024
1 parent 3bd12ff commit 4b9cbb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/docs/2.getting-started/1.how-spin-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4b9cbb7

Please sign in to comment.