Skip to content

Commit

Permalink
docs: add blazmrak as a contributor for doc (#827)
Browse files Browse the repository at this point in the history
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] authored Jan 13, 2025
1 parent 77e1a5b commit 6f077ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,15 @@
"contributions": [
"code"
]
},
{
"login": "blazmrak",
"name": "Blaz Mrak",
"avatar_url": "https://avatars.githubusercontent.com/u/25981532?v=4",
"profile": "https://github.com/blazmrak",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-33-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-34-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

Quinoa is a Quarkus extension which eases the development, the build and serving of single page apps or web components (built with [npm](https://docs.npmjs.com/) : [React](https://react.dev/learn), [Angular](https://angular.dev/overview), [Vue](https://vuejs.org/guide/introduction.html), [Lit](https://lit.dev/), [Svelte](https://svelte.dev/docs/introduction), [Astro](https://docs.astro.build/en/getting-started/), [SolidJS](https://www.solidjs.com/guides/getting-started) …) alongside [Quarkus](https://quarkus.io/). It is possible to use it with a Quarkus backend in a single project.
Expand Down Expand Up @@ -130,6 +130,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="https://github.com/alex-kovalenko1982"><img src="https://avatars.githubusercontent.com/u/69167029?v=4?s=100" width="100px;" alt="Alex Kovalenko"/><br /><sub><b>Alex Kovalenko</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-quinoa/commits?author=alex-kovalenko1982" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zZHorizonZz"><img src="https://avatars.githubusercontent.com/u/60035933?v=4?s=100" width="100px;" alt="Daniel Fiala"/><br /><sub><b>Daniel Fiala</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-quinoa/commits?author=zZHorizonZz" title="Code">💻</a> <a href="https://github.com/quarkiverse/quarkus-quinoa/issues?q=author%3AzZHorizonZz" title="Bug reports">🐛</a> <a href="https://github.com/quarkiverse/quarkus-quinoa/commits?author=zZHorizonZz" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/xjarvik"><img src="https://avatars.githubusercontent.com/u/54638086?v=4?s=100" width="100px;" alt="xjarvik"/><br /><sub><b>xjarvik</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-quinoa/commits?author=xjarvik" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/blazmrak"><img src="https://avatars.githubusercontent.com/u/25981532?v=4?s=100" width="100px;" alt="Blaz Mrak"/><br /><sub><b>Blaz Mrak</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-quinoa/commits?author=blazmrak" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 6f077ef

Please sign in to comment.