Skip to content

Commit b7c8987

Browse files
committed
Add note to templates that document titles should be unique
1 parent c45b657 commit b7c8987

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

templates/how-to-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Enter the title of the document"
2+
title: "Enter the title of the document - this should be unique to aid Google indexing"
33
#url: Set the relative URL of the document; after the name of the main directory/product the document is in, use the document title; example for document titled my-new-page.md, in refguide directory: /refguide/my-new-page/
44
#linktitle: Enter a short title to be used in the left side menu; increases readability and navigation through the menu
55
#weight: Enter the position of the document compared to other 'child' documents at the same level; number by 10 (for first), 20, 30, etc. for easy ordering of other documents in the future if necessary; don't add brackets or quotation marks

templates/marketplace-component-page-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Enter the title of the document"
2+
title: "Enter the title of the document - this should be unique to aid Google indexing"
33
#url: Set the relative URL of the document; after the name of the main directory/product the document is in, use the document title; example for document titled my-new-page.md, in refguide directory: /refguide/my-new-page/
44
#linktitle: Enter a short title to be used in the left side menu; increases readability and navigation through the menu
55
#weight: Enter the position of the document compared to other 'child' documents at the same level; number by 10 (for first), 20, 30, etc. for easy ordering of other documents in the future if necessary; don't add brackets or quotation marks

templates/reference-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Enter the title of the document"
2+
title: "Enter the title of the document - this should be unique to aid Google indexing"
33
#url: Set the relative URL of the document; after the name of the main directory/product the document is in, use the document title; example for document titled my-new-page.md, in refguide directory: /refguide/my-new-page/
44
#linktitle: Enter a short title to be used in the left side menu; increases readability and navigation through the menu
55
#weight: Enter the position of the document compared to other 'child' documents at the same level; number by 10 (for first), 20, 30, etc. for easy ordering of other documents in the future if necessary; don't add brackets or quotation marks

templates/release-notes-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Enter the title of the document"
2+
title: "Enter the title of the document - this should be unique to aid Google indexing"
33
numberless_headings: true #Prevent automatic heading numbering when this page renders
44
#url: Set the relative URL of the document; after the name of the main directory/product the document is in, use the document title; example for document titled my-new-page.md, in refguide directory: /refguide/my-new-page/
55
#weight: Enter the position of the document compared to other 'child' documents at the same level; number by 10 (for first), 20, 30, etc. for easy ordering of other documents in the future if necessary; don't add brackets or quotation marks

0 commit comments

Comments
 (0)