Skip to content

Commit

Permalink
feat(docs): add readme.md & LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Oct 12, 2020
1 parent c82e6ce commit 8eef122
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,40 @@ jobs:
steps:
- uses: actions/checkout@v2

# Web site
- name: Add some files
run: |
echo "akhq.io" > docs/CNAME
cp LICENSE docs/LICENSE
cp README.md docs/README.md
cp README.md docs/README
cp artifacthub-repo.yml docs/artifacthub-repo.yml
# Helm charts
- uses: J12934/helm-gh-pages-action@master
with:
access-token: ${{ secrets.GITHUB_PERSONAL_TOKEN }}
charts-folder: "helm"
deploy-branch: helm

# Web site
- name: Contributor
run: |
npm i github-contributors-list
node_modules/.bin/githubcontrib --repo akhq --owner tchiotludo --format html --sortOrder desc > docs/contributors.html
# Clone helm charts
- name: Clone helm charts
uses: actions/checkout@v2
with:
ref: helm
path: tmp-helm

# Web site
# Add helm charts
- name: Add helm charts
run: |
rm -rf tmp-helm/.git
cp -R tmp-helm/* docs/
echo "akhq.io" > docs/CNAME
# Contributors
- name: Contributor
run: |
npm i github-contributors-list
node_modules/.bin/githubcontrib --repo akhq --owner tchiotludo --format html --sortOrder desc > docs/contributors.html
# Deploy
- name: Deploy
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
![Github Downloads](https://img.shields.io/github/downloads/tchiotludo/akhq/total)
![Github Start](https://img.shields.io/github/stars/tchiotludo/akhq.svg)
![Main](https://github.com/tchiotludo/akhq/workflows/Main/badge.svg)
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/akhq)](https://artifacthub.io/packages/search?repo=akhq)

> Kafka GUI for [Apache Kafka](http://kafka.apache.org/) to manage topics, topics data, consumers group, schema registry, connect and more...
Expand Down
1 change: 1 addition & 0 deletions artifacthub-repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repositoryID: 4ff0915c-0d71-4f9b-9440-2038c81039f9
2 changes: 2 additions & 0 deletions helm/akhq/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ keywords:
- kafka
- confluent
- gui
- schema-registry
- kafka-connect
home: https://akhq.io
icon: https://raw.githubusercontent.com/tchiotludo/akhq/master/assets/img/logo_black.png
sources:
Expand Down

0 comments on commit 8eef122

Please sign in to comment.