Skip to content

Commit

Permalink
refactor: 💡 added bicep to overview
Browse files Browse the repository at this point in the history
  • Loading branch information
ahagens committed May 1, 2024
1 parent b90b08f commit 49d8979
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,6 @@
"active": true,
"moved": 0
},
{
"label": "HTML + (S)CSS",
"quadrant": 3,
"ring": 0,
"description": "Core browser language; SCSS is a mature extension that makes writing large CSS code bases easier (although CSS is coming close, so this might update the future)",
"link": "https://sass-lang.com",
"active": true,
"moved": 0
},
{
"label": "Mendix",
"quadrant": 3,
Expand Down Expand Up @@ -379,6 +370,15 @@
"active": true,
"moved": 0
},
{
"label": "Bicep",
"quadrant": 2,
"ring": 1,
"description": " Bicep provides a simpler, more developer-friendly syntax for defining Azure infrastructure, while maintaining full compatibility with the underlying ARM template capabilities",
"link": "https://github.com/Azure/bicep?tab=readme-ov-file",
"active": true,
"moved": 0
},
{
"label": "Webpack + Babel",
"quadrant": 2,
Expand Down

0 comments on commit 49d8979

Please sign in to comment.