Skip to content

Commit cc009e1

Browse files
committed
Update: Better Readability
1 parent 0926028 commit cc009e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cheatsheets.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"title": "C Logic",
3+
"title": "C Programming",
44
"description": "Manual memory management, pointers, and zero-cost abstractions.",
55
"tags": [
66
"Systems",
@@ -10,7 +10,7 @@
1010
"path": "./cheatsheets/C.html"
1111
},
1212
{
13-
"title": "C++ Logic",
13+
"title": "C++",
1414
"description": "Manual memory management, pointers, and zero-cost abstractions.",
1515
"tags": [
1616
"Systems",
@@ -20,7 +20,7 @@
2020
"path": "./cheatsheets/C++.html"
2121
},
2222
{
23-
"title": "Rust Flow",
23+
"title": "Rust",
2424
"description": "Ownership, Borrowing, and Lifetimes visualized through synesthetic color mapping.",
2525
"tags": [
2626
"Systems",
@@ -30,7 +30,7 @@
3030
"path": "./cheatsheets/Rust.html"
3131
},
3232
{
33-
"title": "HTML Structure",
33+
"title": "HTML",
3434
"description": "The semantic skeleton of the web. DOM hierarchy and accessibility patterns.",
3535
"tags": [
3636
"Web",
@@ -40,7 +40,7 @@
4040
"path": "./cheatsheets/HTML.html"
4141
},
4242
{
43-
"title": "CSS3 Logic",
43+
"title": "CSS3",
4444
"description": "The visual language of the web. Flexbox architectures, Grid systems, and kinetic motion.",
4545
"tags": [
4646
"Web",
@@ -50,7 +50,7 @@
5050
"path": "./cheatsheets/CSS3.html"
5151
},
5252
{
53-
"title": "JavaScript Logic",
53+
"title": "JavaScript",
5454
"description": "The behavior of the web. Asynchronous flows, DOM manipulation, and modern ES6+ paradigms.",
5555
"tags": [
5656
"Web",

0 commit comments

Comments
 (0)