Skip to content

Commit dbc3ce5

Browse files
committed
update navigation bar
1 parent c156d44 commit dbc3ce5

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,10 @@ https://github.com/kubero-dev/buildpacks
5757
1) Download and unpack the <a href="https://github.com/kubero-dev/kubero-cli/releases/latest">Kubero CLI</a><p>
5858
2) Run `kubero install` to install all components on an new or your existing cluster
5959

60-
## How it works
60+
## Usage
6161
<a href="https://github.com/kubero-dev/kubero/tree/main/docs/screenshots">Screenshots</a><p>
6262
<a href="https://www.youtube.com/watch?v=-_XcC_8cpis" target="_blank"><img src="docs/screenshots/youtube-screen.png"></a>
6363

64-
## Usage
6564
1. Create a pipeline with all your phases
6665
2. Connect the pipeline to your git repository (Github, Bitbucket, Gitlab, Gitea, Gogs)
6766
3. Create your apps with cronjobs and addons
@@ -72,6 +71,9 @@ https://github.com/kubero-dev/kubero/wiki
7271
## Roadmap
7372
https://github.com/orgs/kubero-dev/projects/1/views/3
7473

74+
## Community
75+
<a href="https://discord.gg/tafRPMWS4r" target="_blank"><img src="docs/logo/discord.svg" width="200px"></a>
76+
7577
## Contributing
7678
All contributions are welcome!
7779
- Open an issue
@@ -81,7 +83,7 @@ All contributions are welcome!
8183
- Contribute code
8284
- Write articles
8385

84-
## Support
85-
Starring this projects helps a lot. ⭐ Thank you!
86+
## Supporting this project
87+
Starring this project is a huge motivation. ⭐ Thank you!
8688

8789
[![Stargazers over time](https://starchart.cc/kubero-dev/kubero.svg)](https://starchart.cc/kubero-dev/kubero)

client/src/App.vue

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,40 @@
4444

4545
<template v-slot:append>
4646
<v-list nav dense>
47-
<v-list-item link href="https://github.com/kubero-dev/kubero/discussions">
47+
<v-list-item link href="/api/docs" target="_blank">
48+
<v-list-item-icon>
49+
<v-icon>mdi-api</v-icon>
50+
</v-list-item-icon>
51+
<v-list-item-title>Kubero API</v-list-item-title>
52+
</v-list-item>
53+
<v-list-item link href="https://github.com/kubero-dev/kubero/discussions" target="_blank">
4854
<v-list-item-icon>
4955
<v-icon>mdi-github</v-icon>
5056
</v-list-item-icon>
5157
<v-list-item-title>Github</v-list-item-title>
5258
</v-list-item>
53-
<v-list-item link href="https://www.reddit.com/r/kubero/">
59+
<!--
60+
<v-list-item link href="https://www.reddit.com/r/kubero/" target="_blank">
5461
<v-list-item-icon>
5562
<v-icon>mdi-reddit</v-icon>
5663
</v-list-item-icon>
5764
<v-list-item-title>Reddit</v-list-item-title>
5865
</v-list-item>
59-
<v-list-item link href="https://discord.gg/tafRPMWS4r">
66+
-->
67+
<v-list-item link href="https://discord.gg/tafRPMWS4r" target="_blank">
6068
<v-list-item-icon>
6169
<v-icon class="discord">mdi-discord</v-icon>
6270
</v-list-item-icon>
6371
<v-list-item-title>Discord</v-list-item-title>
6472
</v-list-item>
65-
<v-list-item link href="https://join.slack.com/t/kubero/shared_invite/zt-1leocjhrm-kYwk_dcwHUcEkcjUgQCFaA">
73+
<!--
74+
<v-list-item link href="https://join.slack.com/t/kubero/shared_invite/zt-1leocjhrm-kYwk_dcwHUcEkcjUgQCFaA" target="_blank">
6675
<v-list-item-icon>
6776
<v-icon>mdi-slack</v-icon>
6877
</v-list-item-icon>
6978
<v-list-item-title>Slack</v-list-item-title>
7079
</v-list-item>
80+
-->
7181
<v-list-item>
7282
<v-list-item-icon>
7383
<v-icon>mdi-star</v-icon>

docs/logo/discord.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)