Skip to content

Commit

Permalink
Add note to templates that document titles should be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkvanMents committed Jan 8, 2025
1 parent c45b657 commit b7c8987
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/how-to-template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Enter the title of the document"
title: "Enter the title of the document - this should be unique to aid Google indexing"
#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/
#linktitle: Enter a short title to be used in the left side menu; increases readability and navigation through the menu
#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
Expand Down
2 changes: 1 addition & 1 deletion templates/marketplace-component-page-template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Enter the title of the document"
title: "Enter the title of the document - this should be unique to aid Google indexing"
#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/
#linktitle: Enter a short title to be used in the left side menu; increases readability and navigation through the menu
#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
Expand Down
2 changes: 1 addition & 1 deletion templates/reference-template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Enter the title of the document"
title: "Enter the title of the document - this should be unique to aid Google indexing"
#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/
#linktitle: Enter a short title to be used in the left side menu; increases readability and navigation through the menu
#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
Expand Down
2 changes: 1 addition & 1 deletion templates/release-notes-template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Enter the title of the document"
title: "Enter the title of the document - this should be unique to aid Google indexing"
numberless_headings: true #Prevent automatic heading numbering when this page renders
#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/
#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
Expand Down

0 comments on commit b7c8987

Please sign in to comment.