Add deprecated admonition
This commit is contained in:
parent
5b4a0a8845
commit
e305c9a8df
2 changed files with 33 additions and 0 deletions
|
@ -96,6 +96,21 @@ Here are some common admonitions, when you might use them, and quick code snippe
|
|||
### Custom
|
||||
We've modified a couple of the standard admonitions to mean something a little different on this site.
|
||||
|
||||
#### Deprecated
|
||||
For pages that were once accurate, but are either no longer accurate and not being updated, or have become obsolete due to discontinuation, etc.
|
||||
|
||||
!!! deprecated "Deprecated"
|
||||
The `deprecated` admonition looks like this.
|
||||
|
||||
??? quote "Syntax"
|
||||
Copy and paste at the top of page content:
|
||||
```
|
||||
!!! deprecated "Deprecated"
|
||||
The contents of this page are deprecated. Do not rely on any information on this page to be accurate, as it is not being updated.
|
||||
|
||||
Please see <insert page link, if available> for the equivalet updated information.
|
||||
```
|
||||
|
||||
#### Work in Progress
|
||||
For pages that aren't yet complete, and need revisions (that we know are going to be revised sooner/more frequently than a typical page.)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue