Skip to content

esdc-devx/tech-choices

 
 

Repository files navigation

Adding a product

Create a new "product" Markdown file in this directory https://github.com/cds-snc/tech-choices/tree/master/src/pages

File format

---
path: "/slug-for-product"
title: Product Name
tags: ["project name", "database" ,"other tags..."]
purpose: "page"
image: "../images/product-image.png"
---

Summary ...

<div class="product">

### Pros
- your text here

- your text here

### Cons
- your text here

- your text here
<div>

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.2%
  • Other 1.8%