Skip to content

Commit eb4ba30

Browse files
authored
Merge pull request #4971 from williford/docs-installation-add-quotes
Put quotes around titles in YAML front matter of installation docs to remove errors
2 parents 29cdee7 + 20feab5 commit eb4ba30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/install_apt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Installation: Ubuntu
2+
title: "Installation: Ubuntu"
33
---
44

55
# Ubuntu Installation

docs/install_osx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Installation: OS X
2+
title: "Installation: OS X"
33
---
44

55
# OS X Installation

docs/install_yum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Installation: RHEL / Fedora / CentOS
2+
title: "Installation: RHEL / Fedora / CentOS"
33
---
44

55
# RHEL / Fedora / CentOS Installation

0 commit comments

Comments
 (0)