Skip to content

Commit

Permalink
chore: Add youtube link for complete Kubernetes tutorial issue #1889
Browse files Browse the repository at this point in the history
…- build

* Added youtube link for complete Kubernetes tutorial

* Updated data.ts

* chore: update description

Co-authored-by: Christine Belzie <[email protected]>

---------

Co-authored-by: Anmol Baranwal <[email protected]>
Co-authored-by: Christine Belzie <[email protected]>
  • Loading branch information
3 people authored Oct 15, 2023
1 parent b4cd30b commit 27faef7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@ export const sidebarData: ISidebar[] = [
resources: DB.webDevelopment,
},
{ name: 'CSS', url: '/css', resources: DB.css },
{
name: 'kubernetes',
url: '/kubernetes',
resources: DB.Kubernetes,
},
{
name: 'machine learning',
url: '/machine-learning',
Expand Down
1 change: 1 addition & 0 deletions database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export { default as android } from './youtube/android.json'
export { default as dataStructures } from './youtube/data-structures.json'
export { default as css } from './youtube/css.json'
export { default as machineLearning } from './youtube/machine-learning.json'
export { default as Kubernetes } from './youtube/Kubernetes.json'
export { default as tensorflow } from './youtube/tensorflow.json'
export { default as webDevelopment } from './youtube/web-development.json'
export { default as web3metaverse } from './youtube/web3-metaverse.json'
Expand Down
10 changes: 10 additions & 0 deletions database/youtube/Kubernetes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"name": "Edureka Kubernetes Tutorial",
"description": "Edureka's Kubernetes YouTube tutorial offers a comprehensive and beginner-friendly guide to understanding and mastering Kubernetes.",
"url": "https://www.youtube.com/watch?v=y3WTwzx5ABk",
"category": "youtube",
"subcategory": "Kubernetes",
"language": "english"
}
]

1 comment on commit 27faef7

@vercel
Copy link

@vercel vercel bot commented on 27faef7 Oct 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.