Commit 18448121 authored by allcontributors[bot]'s avatar allcontributors[bot] Committed by Jin Hai
Browse files

docs: add akihoni as a contributor (#682)

* docs: update README.md [skip ci]

* docs: create .all-contributorsrc [skip ci]
parent 9c58ab3f
Loading
Loading
Loading
Loading

.all-contributorsrc

0 → 100644
+24 −0
Original line number Diff line number Diff line
{
  "files": [
    "README.md"
  ],
  "imageSize": 100,
  "commit": false,
  "contributors": [
    {
      "login": "akihoni",
      "name": "Sijie Zhang",
      "avatar_url": "https://avatars0.githubusercontent.com/u/36330442?v=4",
      "profile": "https://github.com/akihoni",
      "contributions": [
        "doc"
      ]
    }
  ],
  "contributorsPerLine": 7,
  "projectName": "milvus",
  "projectOwner": "milvus-io",
  "repoType": "github",
  "repoHost": "https://github.com",
  "skipCi": true
}
+13 −0
Original line number Diff line number Diff line

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)<!-- ALL-CONTRIBUTORS-BADGE:END -->
![Milvuslogo](https://github.com/milvus-io/docs/blob/master/assets/milvus_logo.png)

[![Slack](https://img.shields.io/badge/Join-Slack-orange)](https://join.slack.com/t/milvusio/shared_invite/enQtNzY1OTQ0NDI3NjMzLWNmYmM1NmNjOTQ5MGI5NDhhYmRhMGU5M2NhNzhhMDMzY2MzNDdlYjM5ODQ5MmE3ODFlYzU3YjJkNmVlNDQ2ZTk)
@@ -56,6 +57,18 @@ To connect with other users and contributors, welcome to join our [Slack channel
## Contributors

Below is a list of Milvus contributors. We greatly appreciate your contributions!
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
  <tr>
    <td align="center"><a href="https://github.com/akihoni"><img src="https://avatars0.githubusercontent.com/u/36330442?v=4" width="100px;" alt="Sijie Zhang"/><br /><sub><b>Sijie Zhang</b></sub></a><br /><a href="https://github.com/milvus-io/milvus/commits?author=akihoni" title="Documentation">📖</a></td>
  </tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

- [akihoni](https://github.com/akihoni) provided the CN version of README, and found a broken link in the doc.
- [goodhamgupta](https://github.com/goodhamgupta) fixed a filename typo in the bootcamp doc.