Skip to content

Commit

Permalink
update doc with changes on templates.json
Browse files Browse the repository at this point in the history
update doc with changes on templates.json
  • Loading branch information
hemarina authored Aug 3, 2023
2 parents 2b8507f + b87b2e9 commit fc36061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Our template gallery will be at its best when our community is involved in creat
We welcome contributions of [requested templates](https://github.com/Azure/awesome-azd/issues?q=is%3Aopen+is%3Aissue+label%3Arequested-contribution) as well as any others, subject to review.

To submit a template:
1. Add an entry to [website/src/data/users.tsx](https://github.com/Azure/awesome-azd/blob/main/website/src/data/users.tsx) that includes:
1. Add an entry to [website/static/templates.json](https://github.com/Azure/awesome-azd/blob/main/website/static/templates.json) that includes:
- **Template title** - A short title that reflects the local application stack that someone could use to get their application on Azure (e.g. "Containerized React Web App with Java API and MongoDB")
- **Description** - 1-2 sentence description of the architecture (e.g. Azure services) or solution that is defined by the template.
- **Architecture Diagram or Application Screenshot** - Used as display image for gallery card. The architecture should include all services and their connections ([example](https://github.com/Azure-Samples/todo-csharp-sql/blob/main/assets/resources.png)). You should add the image to [website/src/data/images/](https://github.com/Azure/awesome-azd/tree/main/website/src/data/images)
- **Architecture Diagram or Application Screenshot** - Used as display image for gallery card. The architecture should include all services and their connections ([example](https://github.com/Azure-Samples/todo-csharp-sql/blob/main/assets/resources.png)). You should add the image to [website/static/templates/images](https://github.com/Azure/awesome-azd/tree/main/website/static/templates/images)
- **Link to Author's GitHub or other relevant website** - Used for attribution.
- **Author's Name** - Name to credit on the gallery card
- **Link to template source** - Link to the template GitHub repo
Expand Down

0 comments on commit fc36061

Please sign in to comment.