Skip to content

Commit

Permalink
feat: add azure, cncf, kubernetes plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
gadiener authored and Tethik committed Oct 9, 2023
1 parent 9b05128 commit df0b907
Show file tree
Hide file tree
Showing 266 changed files with 5,902 additions and 0 deletions.
36 changes: 36 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions plugins/azure/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
3 changes: 3 additions & 0 deletions plugins/azure/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Azure Icons

The icons of the Azure services are taken from [Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/icons/). Not all the icons are included as some are not related with the Azure cloud offering.
23 changes: 23 additions & 0 deletions plugins/azure/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "@gram/azure",
"version": "3.0.0",
"type": "module",
"description": "Azure icons for Gram",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rimraf ./dist",
"compile": "tsc -p tsconfig.build.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"@gram/core": "*"
},
"private": true,
"devDependencies": {}
}
1 change: 1 addition & 0 deletions plugins/azure/src/assets/API-Management-Services.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins/azure/src/assets/Activity-Log.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins/azure/src/assets/App-Registrations.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins/azure/src/assets/App-Service-Certificates.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins/azure/src/assets/App-Service-Domains.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins/azure/src/assets/App-Services.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins/azure/src/assets/Application-Gateways.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins/azure/src/assets/Application-Insights.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins/azure/src/assets/Application-Security-Groups.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins/azure/src/assets/Automation-Accounts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit df0b907

Please sign in to comment.