-
Notifications
You must be signed in to change notification settings - Fork 64
Standardise admonitions #1382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standardise admonitions #1382
Conversation
| To delete nodes and relationships, use the xref::clauses/delete.adoc[`DELETE`] clause. | ||
|
|
||
| [NOTE] | ||
| ==== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could this line be removed as well? (+ line #17)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, good catch. yes, will fix and merge. Thanks for review!
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
Most admonitions are either [NOTE], [TIP], [IMPORTANT]. This tries to standardise their use, using the following guidelines: [NOTE]: Use for general information or observations that are helpful but not critical. [TIP]: Use for optional advice, shortcuts, or suggestions that enhance understanding or efficiency. [IMPORTANT]: Use for essential information that the reader must follow to avoid mistakes or problems.
Most admonitions are either [NOTE], [TIP], [IMPORTANT]. This tries to standardise their use, using the following guidelines: [NOTE]: Use for general information or observations that are helpful but not critical. [TIP]: Use for optional advice, shortcuts, or suggestions that enhance understanding or efficiency. [IMPORTANT]: Use for essential information that the reader must follow to avoid mistakes or problems.
Most admonitions are either [NOTE], [TIP], [IMPORTANT]. This tries to standardise their use, using the following guidelines: [NOTE]: Use for general information or observations that are helpful but not critical. [TIP]: Use for optional advice, shortcuts, or suggestions that enhance understanding or efficiency. [IMPORTANT]: Use for essential information that the reader must follow to avoid mistakes or problems.
Most admonitions are either [NOTE], [TIP], [IMPORTANT].
This tries to standardise their use, using the following guidelines:
[NOTE]: Use for general information or observations that are helpful but not critical.
[TIP]: Use for optional advice, shortcuts, or suggestions that enhance understanding or efficiency.
[IMPORTANT]: Use for essential information that the reader must follow to avoid mistakes or problems.