Skip to content

Commit f19a650

Browse files
Merge pull request #134 from anveshmuppeda/dev
bug: Update banner message
2 parents de39f0e + c95e676 commit f19a650

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<img src="https://img.shields.io/github/repo-size/anveshmuppeda/kubernetes" alt="Repo Size"/>
1111
<img src="https://img.shields.io/static/v1?label=%F0%9F%8C%9F&message=If%20Useful&style=style=flat&color=BC4E99" alt="Star Badge"/>
1212

13-
<img src="https://awesome.re/badge.svg" alt="Awesome"/>
13+
<!-- <img src="https://awesome.re/badge.svg" alt="Awesome"/> -->
1414
<a href="https://github.com/anveshmuppeda/kubernetes/blob/main/LICENSE"> <img src="https://img.shields.io/github/license/anveshmuppeda/kubernetes" alt="GitHub License"/> </a>
1515
<a href="https://github.com/anveshmuppeda/kubernetes/graphs/contributors"> <img src="https://img.shields.io/github/contributors/anveshmuppeda/kubernetes" alt="GitHub contributors"/> </a>
1616
<a href="https://github.com/anveshmuppeda/kubernetes/issues"> <img src="https://img.shields.io/github/issues/anveshmuppeda/kubernetes" alt="Open Issues"/> </a>

k8swebsite.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ const config: Config = {
103103
},
104104
announcementBar: {
105105
id: 'announcement', // Unique ID for the announcement
106-
content:
107-
'🎉️ <b><a target="_blank" href="https://github.com/anveshmuppeda/kubernetes/releases/tag/${version}">Docusaurus v${version}</a> is out!</b> 🥳️',
108-
backgroundColor: '#fafbfc',
109-
textColor: '#091E42',
110-
isCloseable: false,
106+
content:
107+
'⭐️ If you like this project, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/anveshmuppeda/kubernetes">GitHub</a> and follow me on <a target="_blank" rel="noopener noreferrer" href="https://www.linkedin.com/in/anveshmuppeda/">LinkedIn</a> ⭐️',
108+
backgroundColor: '#fafbfc', // Background color
109+
textColor: '#091E42', // Text color
110+
isCloseable: true, // Allow users to close the bar
111111
},
112112
image: 'img/docusaurus-social-card.jpg',
113113
navbar: {

0 commit comments

Comments
 (0)