Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
flemay committed Jan 20, 2024
1 parent 8467f1f commit 7322386
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions docs/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,22 @@ aside: false

# Examples

Here are some projects that use the 3 Musketeers.
Here are projects that apply the 3 Musketeers:

Project | Description
---|---
[3 Musketeers website][link3Musketeers] | Build VitePress website and deploy to Netlify with GitHub Actions.
[envvars][linkEnvvars] | Small Go application that uses GitHub Actions to build, test, and create a Docker image.
[flemay/musketeers][linkFlemayMusketeers] | Docker image that is built, tested, and deployed with GitHub Actions to Docker Hub.
[Cookiecutter example][linkExampleCookiecutter] | Example how to use Docker to generate cookiecutter project
- [3 Musketeers repository][link3MusketeersRepo]
- [This website][link3MusketeersDevelopment] which is built with VitePress and deployed to Netlify using GitHub Actions
- [Diagrams][link3MusketeersDiagrams] generated with Mermaid
- [Demo][link3MusketeersDemo] generated with VHS
- [envvars][linkEnvvars] is a small Go application that uses GitHub Actions to build, test, and create a Docker image.
- [flemay/musketeers][linkFlemayMusketeers] is Docker image that is built, tested, and deployed with GitHub Actions to Docker Hub.
- [Cookiecutter example][linkExampleCookiecutter] is an example how to use Docker to generate cookiecutter project

[link3Musketeers]: https://github.com/flemay/3musketeers


[link3MusketeersRepo]: https://github.com/flemay/3musketeers
[link3MusketeersDevelopment]: https://github.com/flemay/3musketeers?tab=readme-ov-file#3-musketeers-website-development
[link3MusketeersDiagrams]: https://github.com/flemay/3musketeers/tree/main/diagrams
[link3MusketeersDemo]: https://github.com/flemay/3musketeers/tree/main/demo
[linkEnvvars]: https://github.com/flemay/envvars
[linkFlemayMusketeers]: https://github.com/flemay/docker-images
[linkExampleCookiecutter]: https://github.com/3musketeersio/cookiecutter-musketeers-echo

0 comments on commit 7322386

Please sign in to comment.