Skip to content

Commit

Permalink
update navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Dec 27, 2022
1 parent c156d44 commit dbc3ce5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ https://github.com/kubero-dev/buildpacks
1) Download and unpack the <a href="https://github.com/kubero-dev/kubero-cli/releases/latest">Kubero CLI</a><p>
2) Run `kubero install` to install all components on an new or your existing cluster

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

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

## Community
<a href="https://discord.gg/tafRPMWS4r" target="_blank"><img src="docs/logo/discord.svg" width="200px"></a>

## Contributing
All contributions are welcome!
- Open an issue
Expand All @@ -81,7 +83,7 @@ All contributions are welcome!
- Contribute code
- Write articles

## Support
Starring this projects helps a lot. ⭐ Thank you!
## Supporting this project
Starring this project is a huge motivation. ⭐ Thank you!

[![Stargazers over time](https://starchart.cc/kubero-dev/kubero.svg)](https://starchart.cc/kubero-dev/kubero)
18 changes: 14 additions & 4 deletions client/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,30 +44,40 @@

<template v-slot:append>
<v-list nav dense>
<v-list-item link href="https://github.com/kubero-dev/kubero/discussions">
<v-list-item link href="/api/docs" target="_blank">
<v-list-item-icon>
<v-icon>mdi-api</v-icon>
</v-list-item-icon>
<v-list-item-title>Kubero API</v-list-item-title>
</v-list-item>
<v-list-item link href="https://github.com/kubero-dev/kubero/discussions" target="_blank">
<v-list-item-icon>
<v-icon>mdi-github</v-icon>
</v-list-item-icon>
<v-list-item-title>Github</v-list-item-title>
</v-list-item>
<v-list-item link href="https://www.reddit.com/r/kubero/">
<!--
<v-list-item link href="https://www.reddit.com/r/kubero/" target="_blank">
<v-list-item-icon>
<v-icon>mdi-reddit</v-icon>
</v-list-item-icon>
<v-list-item-title>Reddit</v-list-item-title>
</v-list-item>
<v-list-item link href="https://discord.gg/tafRPMWS4r">
-->
<v-list-item link href="https://discord.gg/tafRPMWS4r" target="_blank">
<v-list-item-icon>
<v-icon class="discord">mdi-discord</v-icon>
</v-list-item-icon>
<v-list-item-title>Discord</v-list-item-title>
</v-list-item>
<v-list-item link href="https://join.slack.com/t/kubero/shared_invite/zt-1leocjhrm-kYwk_dcwHUcEkcjUgQCFaA">
<!--
<v-list-item link href="https://join.slack.com/t/kubero/shared_invite/zt-1leocjhrm-kYwk_dcwHUcEkcjUgQCFaA" target="_blank">
<v-list-item-icon>
<v-icon>mdi-slack</v-icon>
</v-list-item-icon>
<v-list-item-title>Slack</v-list-item-title>
</v-list-item>
-->
<v-list-item>
<v-list-item-icon>
<v-icon>mdi-star</v-icon>
Expand Down
1 change: 1 addition & 0 deletions docs/logo/discord.svg
Loading
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 dbc3ce5

Please sign in to comment.