Style Guide Formatting

Minor resolution for broken style-guide formatting.
This commit is contained in:
Josh Green
2020-09-28 14:22:47 -04:00
committed by bitcoin
parent 6e5d20d872
commit 47272590fd
+1 -1
View File
@@ -64,7 +64,7 @@ When creating pages, consider which part of the protocol the content you wish to
As a convention, URL components (i.e. directories and pages) should contain only lower-case letters, numbers, and hyphens. As a convention, URL components (i.e. directories and pages) should contain only lower-case letters, numbers, and hyphens.
Full words, separated by hyphens, are preferred over abbreviations, acronyms, or the use of punctuation or spaces. Full words, separated by hyphens, are preferred over abbreviations, acronyms, or the use of punctuation or spaces.
For example, the page for the <code>version</code> message exists at <code>[/protocol/network/messages/version](/protocol/network/messages/version)</code>. For example, the page for the <code>version</code> message exists at [<code>/protocol/network/messages/version</code>](/protocol/network/messages/version).
A page relating to SLP (Simple Ledger Protocol) may exist at a path like <code>/protocol/simple-ledger-protocol/[page-name]</code>. A page relating to SLP (Simple Ledger Protocol) may exist at a path like <code>/protocol/simple-ledger-protocol/[page-name]</code>.
Once you have created the page, consider which existing pages should link to the new page and add links as appropriate. Once you have created the page, consider which existing pages should link to the new page and add links as appropriate.