Skip to content

Commit

Permalink
doc: add the badge for Logstash
Browse files Browse the repository at this point in the history
  • Loading branch information
aleen42 committed Sep 8, 2021
1 parent a2ec0e4 commit 9387698
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -110,6 +110,7 @@ As for how to create a badge and add it in the collection? There are some steps
- [![codepen](./src/codepen.svg)](https://badges.aleen42.com/src/codepen.svg) A badge used for projects running on CodePen
- [![github](./src/github.svg)](https://badges.aleen42.com/src/github.svg) A badge used for GitHub repositories
- [![webpack](./src/webpack.svg)](https://badges.aleen42.com/src/webpack.svg) A badge used for projects built with [Webpack](https://github.com/webpack/webpack)
- [![logstash](./src/logstash.svg)](https://badges.aleen42.com/src/logstash.svg) A badge used for projects using [Logstash](https://github.com/elastic/logstash)
- [![rome](./src/rome.svg)](https://badges.aleen42.com/src/rome.svg) A badge used for projects built with [Rome](https://github.com/rome/tools)
- [![vitejs](./src/vitejs.svg)](https://badges.aleen42.com/src/vitejs.svg) A badge used for projects using [Vite](https://github.com/vitejs/vite)
- [![eslint](./src/eslint.svg)](https://badges.aleen42.com/src/eslint.svg) A badge used for projects using ESLint
Expand Down
1 change: 1 addition & 0 deletions README_dfc.md
Expand Up @@ -110,6 +110,7 @@ As for how to create a badge and add it in the collection? There are some steps
- [![codepen](./src/codepen_dfc.svg)](https://badges.aleen42.com/src/codepen_dfc.svg) A badge used for projects running on CodePen
- [![github](./src/github_dfc.svg)](https://badges.aleen42.com/src/github_dfc.svg) A badge used for GitHub repositories
- [![webpack](./src/webpack_dfc.svg)](https://badges.aleen42.com/src/webpack_dfc.svg) A badge used for projects built with [Webpack](https://github.com/webpack/webpack)
- [![logstash](./src/logstash_dfc.svg)](https://badges.aleen42.com/src/logstash_dfc.svg) A badge used for projects using [Logstash](https://github.com/elastic/logstash)
- [![rome](./src/rome_dfc.svg)](https://badges.aleen42.com/src/rome_dfc.svg) A badge used for projects built with [Rome](https://github.com/rome/tools)
- [![vitejs](./src/vitejs_dfc.svg)](https://badges.aleen42.com/src/vitejs_dfc.svg) A badge used for projects using [Vite](https://github.com/vitejs/vite)
- [![eslint](./src/eslint_dfc.svg)](https://badges.aleen42.com/src/eslint_dfc.svg) A badge used for projects using ESLint
Expand Down
1 change: 1 addition & 0 deletions README_flat_square.md
Expand Up @@ -110,6 +110,7 @@ As for how to create a badge and add it in the collection? There are some steps
- [![codepen](./src/codepen_flat_square.svg)](https://badges.aleen42.com/src/codepen_flat_square.svg) A badge used for projects running on CodePen
- [![github](./src/github_flat_square.svg)](https://badges.aleen42.com/src/github_flat_square.svg) A badge used for GitHub repositories
- [![webpack](./src/webpack_flat_square.svg)](https://badges.aleen42.com/src/webpack_flat_square.svg) A badge used for projects built with [Webpack](https://github.com/webpack/webpack)
- [![logstash](./src/logstash_flat_square.svg)](https://badges.aleen42.com/src/logstash_flat_square.svg) A badge used for projects using [Logstash](https://github.com/elastic/logstash)
- [![rome](./src/rome_flat_square.svg)](https://badges.aleen42.com/src/rome_flat_square.svg) A badge used for projects built with [Rome](https://github.com/rome/tools)
- [![vitejs](./src/vitejs_flat_square.svg)](https://badges.aleen42.com/src/vitejs_flat_square.svg) A badge used for projects using [Vite](https://github.com/vitejs/vite)
- [![eslint](./src/eslint_flat_square.svg)](https://badges.aleen42.com/src/eslint_flat_square.svg) A badge used for projects using ESLint
Expand Down
1 change: 1 addition & 0 deletions README_flat_square_dfc.md
Expand Up @@ -110,6 +110,7 @@ As for how to create a badge and add it in the collection? There are some steps
- [![codepen](./src/codepen_flat_square_dfc.svg)](https://badges.aleen42.com/src/codepen_flat_square_dfc.svg) A badge used for projects running on CodePen
- [![github](./src/github_flat_square_dfc.svg)](https://badges.aleen42.com/src/github_flat_square_dfc.svg) A badge used for GitHub repositories
- [![webpack](./src/webpack_flat_square_dfc.svg)](https://badges.aleen42.com/src/webpack_flat_square_dfc.svg) A badge used for projects built with [Webpack](https://github.com/webpack/webpack)
- [![logstash](./src/logstash_flat_square_dfc.svg)](https://badges.aleen42.com/src/logstash_flat_square_dfc.svg) A badge used for projects using [Logstash](https://github.com/elastic/logstash)
- [![rome](./src/rome_flat_square_dfc.svg)](https://badges.aleen42.com/src/rome_flat_square_dfc.svg) A badge used for projects built with [Rome](https://github.com/rome/tools)
- [![vitejs](./src/vitejs_flat_square_dfc.svg)](https://badges.aleen42.com/src/vitejs_flat_square_dfc.svg) A badge used for projects using [Vite](https://github.com/vitejs/vite)
- [![eslint](./src/eslint_flat_square_dfc.svg)](https://badges.aleen42.com/src/eslint_flat_square_dfc.svg) A badge used for projects using ESLint
Expand Down
8 changes: 8 additions & 0 deletions dist/logstash.svg
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 script/data.js
Expand Up @@ -70,6 +70,7 @@ module.exports = [
'CodePen': { fileName: 'codepen.svg', color: '#24292E', description: 'A badge used for projects running on CodePen' },
'GitHub': { fileName: 'github.svg', color: '#24292E', description: 'A badge used for GitHub repositories' },
'Webpack': { fileName: 'webpack.svg', color: '#6F95DB', description: 'A badge used for projects built with [Webpack](https://github.com/webpack/webpack)' },
'Logstash': { fileName: 'logstash.svg', color: '#343741', description: 'A badge used for projects using [Logstash](https://github.com/elastic/logstash)' },
'Rome': { fileName: 'rome.svg', color: '#27272A', description: 'A badge used for projects built with [Rome](https://github.com/rome/tools)' },
'Vite': { fileName: 'vitejs.svg', color: '#8779FF', description: 'A badge used for projects using [Vite](https://github.com/vitejs/vite)' },
'ESLint': { fileName: 'eslint.svg', color: '#4B32C3', description: 'A badge used for projects using ESLint' },
Expand Down
22 changes: 22 additions & 0 deletions src/logstash.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/logstash_dfc.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/logstash_flat_square.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/logstash_flat_square_dfc.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9387698

Please sign in to comment.