Skip to content

Commit

Permalink
doc: add the badge for Elasticsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
aleen42 committed Sep 8, 2021
1 parent 48021e4 commit a2ec0e4
Show file tree
Hide file tree
Showing 10 changed files with 82 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -122,6 +122,7 @@ As for how to create a badge and add it in the collection? There are some steps
- [![jest](./src/jest_1.svg)](https://badges.aleen42.com/src/jest_1.svg) A badge used for projects using [Jest](https://github.com/facebook/jest) for testing JavaScript.
- [![jest](./src/jest_2.svg)](https://badges.aleen42.com/src/jest_2.svg) A badge used for projects using [Jest](https://github.com/facebook/jest) for testing JavaScript. *(**official accepted** by [facebook/jest#5348](https://github.com/facebook/jest/issues/5438))*
- [![erlang](./src/erlang.svg)](https://badges.aleen42.com/src/erlang.svg) A badge used for projects that coded with Erlang
- [![elasticsearch](./src/elasticsearch.svg)](https://badges.aleen42.com/src/elasticsearch.svg) A badge used for projects using [Elasticsearch](https://github.com/elastic/elasticsearch)
- [![npm](./src/npm.svg)](https://badges.aleen42.com/src/npm.svg) A badge used for npm packages
- [![rollup](./src/rollup.svg)](https://badges.aleen42.com/src/rollup.svg) A badge used for projects built with [Rollup](https://github.com/rollup/rollup)

Expand Down
1 change: 1 addition & 0 deletions README_dfc.md
Expand Up @@ -122,6 +122,7 @@ As for how to create a badge and add it in the collection? There are some steps
- [![jest](./src/jest_1_dfc.svg)](https://badges.aleen42.com/src/jest_1_dfc.svg) A badge used for projects using [Jest](https://github.com/facebook/jest) for testing JavaScript.
- [![jest](./src/jest_2_dfc.svg)](https://badges.aleen42.com/src/jest_2_dfc.svg) A badge used for projects using [Jest](https://github.com/facebook/jest) for testing JavaScript. *(**official accepted** by [facebook/jest#5348](https://github.com/facebook/jest/issues/5438))*
- [![erlang](./src/erlang_dfc.svg)](https://badges.aleen42.com/src/erlang_dfc.svg) A badge used for projects that coded with Erlang
- [![elasticsearch](./src/elasticsearch_dfc.svg)](https://badges.aleen42.com/src/elasticsearch_dfc.svg) A badge used for projects using [Elasticsearch](https://github.com/elastic/elasticsearch)
- [![npm](./src/npm_dfc.svg)](https://badges.aleen42.com/src/npm_dfc.svg) A badge used for npm packages
- [![rollup](./src/rollup_dfc.svg)](https://badges.aleen42.com/src/rollup_dfc.svg) A badge used for projects built with [Rollup](https://github.com/rollup/rollup)

Expand Down
1 change: 1 addition & 0 deletions README_flat_square.md
Expand Up @@ -122,6 +122,7 @@ As for how to create a badge and add it in the collection? There are some steps
- [![jest](./src/jest_1_flat_square.svg)](https://badges.aleen42.com/src/jest_1_flat_square.svg) A badge used for projects using [Jest](https://github.com/facebook/jest) for testing JavaScript.
- [![jest](./src/jest_2_flat_square.svg)](https://badges.aleen42.com/src/jest_2_flat_square.svg) A badge used for projects using [Jest](https://github.com/facebook/jest) for testing JavaScript. *(**official accepted** by [facebook/jest#5348](https://github.com/facebook/jest/issues/5438))*
- [![erlang](./src/erlang_flat_square.svg)](https://badges.aleen42.com/src/erlang_flat_square.svg) A badge used for projects that coded with Erlang
- [![elasticsearch](./src/elasticsearch_flat_square.svg)](https://badges.aleen42.com/src/elasticsearch_flat_square.svg) A badge used for projects using [Elasticsearch](https://github.com/elastic/elasticsearch)
- [![npm](./src/npm_flat_square.svg)](https://badges.aleen42.com/src/npm_flat_square.svg) A badge used for npm packages
- [![rollup](./src/rollup_flat_square.svg)](https://badges.aleen42.com/src/rollup_flat_square.svg) A badge used for projects built with [Rollup](https://github.com/rollup/rollup)

Expand Down
1 change: 1 addition & 0 deletions README_flat_square_dfc.md
Expand Up @@ -122,6 +122,7 @@ As for how to create a badge and add it in the collection? There are some steps
- [![jest](./src/jest_1_flat_square_dfc.svg)](https://badges.aleen42.com/src/jest_1_flat_square_dfc.svg) A badge used for projects using [Jest](https://github.com/facebook/jest) for testing JavaScript.
- [![jest](./src/jest_2_flat_square_dfc.svg)](https://badges.aleen42.com/src/jest_2_flat_square_dfc.svg) A badge used for projects using [Jest](https://github.com/facebook/jest) for testing JavaScript. *(**official accepted** by [facebook/jest#5348](https://github.com/facebook/jest/issues/5438))*
- [![erlang](./src/erlang_flat_square_dfc.svg)](https://badges.aleen42.com/src/erlang_flat_square_dfc.svg) A badge used for projects that coded with Erlang
- [![elasticsearch](./src/elasticsearch_flat_square_dfc.svg)](https://badges.aleen42.com/src/elasticsearch_flat_square_dfc.svg) A badge used for projects using [Elasticsearch](https://github.com/elastic/elasticsearch)
- [![npm](./src/npm_flat_square_dfc.svg)](https://badges.aleen42.com/src/npm_flat_square_dfc.svg) A badge used for npm packages
- [![rollup](./src/rollup_flat_square_dfc.svg)](https://badges.aleen42.com/src/rollup_flat_square_dfc.svg) A badge used for projects built with [Rollup](https://github.com/rollup/rollup)

Expand Down
11 changes: 11 additions & 0 deletions dist/elasticsearch.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 @@ -84,6 +84,7 @@ module.exports = [
{ fileName: 'jest.svg', skin: 'light', color: '#99425b', description: 'A badge used for projects using [Jest](https://github.com/facebook/jest) for testing JavaScript. *(**official accepted** by [facebook/jest#5348](https://github.com/facebook/jest/issues/5438))*' }
],
'Erlang': { fileName: 'erlang.svg', color: '#A90533', description: 'A badge used for projects that coded with Erlang' },
'Elasticsearch': { fileName: 'elasticsearch.svg', color: '#231F20', description: 'A badge used for projects using [Elasticsearch](https://github.com/elastic/elasticsearch)' },
'npm': { fileName: 'npm.svg', color: '#C12127', description: 'A badge used for npm packages' },
'Rollup': { fileName: 'rollup.svg', color: '#DA3336', description: 'A badge used for projects built with [Rollup](https://github.com/rollup/rollup)' }
}
Expand Down
22 changes: 22 additions & 0 deletions src/elasticsearch.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/elasticsearch_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/elasticsearch_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/elasticsearch_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 a2ec0e4

Please sign in to comment.