Skip to content

Commit 80f1f81

Browse files
committed
refactor: Use title as heading where there is layout and description
1 parent 7b6be02 commit 80f1f81

File tree

13 files changed

+18
-13
lines changed

13 files changed

+18
-13
lines changed

cheatsheets/cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: CLI
32
description: General guide to designing Command-line Interfaces
43
layout: listing
54
---
5+
# CLI

cheatsheets/git/commands/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Commands
32
description: Cheatsheets by git command
43
layout: listing
54
---
5+
# Commands
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Browser
32
description: JavaScript guide for the browser
43
layout: listing
54
---
5+
# Browser

cheatsheets/javascript/general/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: General
32
description: JavaScript guide that is not specific to the browser or Node.js
43
layout: listing
54
---
5+
# General
6+
67

78
## ES6 overview
89

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Linting
32
description: Linting JavaScript files
43
layout: listing
54
---
5+
# Linting
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Library usage
32
description: Info of how to use NPM CLI commands
43
layout: listing
54
---
5+
# Library usage

cheatsheets/javascript/npm/commands/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: Commands
32
description: NPM commands
43
layout: listing
54
---
5+
# Commands
6+
67

78

89
**Sample**

cheatsheets/jekyll/templating/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: Templating
32
description: Cheatsheet for using Liquid templating and plain HTML in Jekyll projects
43
layout: listing
54
---
5+
# Templating
6+
67

78
{% raw %}
89

cheatsheets/other/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Other
32
description: Topics which don't fit into the other categories
43
layout: listing
54
---
5+
# Other
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Commands
32
description: Info on specific Bash shell commands on Linux or macOS
43
layout: listing
54
---
5+
# Commands

0 commit comments

Comments
 (0)