Skip to content

Commit 8ec7d4b

Browse files
committed
refactor: Rename icon to logo
1 parent 7f52674 commit 8ec7d4b

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

cheatsheets/containers/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Docker
33
description: The container management tool
4-
icon: docker
4+
logo: docker
55
---
66

77
## Resources

cheatsheets/containers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Containers
33
layout: listing
4-
icon: docker
4+
logo: docker
55
---
66

77
See also the [Containers](https://github.com/MichaelCurrin/code-cookbook/tree/master/recipes/containers) section of Code Cookbook project.

cheatsheets/containers/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Kubernetes
33
description: The tool that lets you manage and deploy pods of containers at scale
4-
icon: kubernetes
4+
logo: kubernetes
55
---
66

77
Also known as "K8s" for short.

cheatsheets/git/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Git
33
layout: listing
4-
icon: git
4+
logo: git
55
---
66

77
See also [Git](https://github.com/MichaelCurrin/learn-to-code/tree/master/Version%20control/Git) section of Learn to Code repo.

cheatsheets/github/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: GitHub
33
layout: listing
4-
icon: github
4+
logo: github
55
---

cheatsheets/go/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: Go
33
layout: listing
4-
icon: go
4+
logo: go
55
---

cheatsheets/graphql/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: GraphQL
33
layout: listing
4-
icon: graphql
4+
logo: graphql
55
---

cheatsheets/html/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: HTML
33
layout: listing
4-
icon: html5
4+
logo: html5
55
---

cheatsheets/javascript/deno/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Deno
33
layout: listing
4-
icon: deno
4+
logo: deno
55
---
66

77
Deno is a JavaScript runtime which is a replacement to Node.js and with a few enhancements.

cheatsheets/javascript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: JavaScript
33
layout: listing
4-
icon: javascript
4+
logo: javascript
55
---
66

77
See also:

0 commit comments

Comments
 (0)