From 371ed7744c658ca379c2d310e06e0a90558575ba Mon Sep 17 00:00:00 2001 From: Alexander Voss Date: Sat, 21 Oct 2023 07:04:26 -0400 Subject: [PATCH] Documentation (#6220) --- docs/reference/index.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/reference/index.md b/docs/reference/index.md index 82444e7917d..741511c10ca 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -130,11 +130,18 @@ status: new ... ``` -The following status identifiers are currently supported: +The following status identifiers are already defined: - :material-alert-decagram: – `new` - :material-trash-can: – `deprecated` +You can define a custom page status this way but if you want it to +have an icon other than the default one you need to also configure +that in your `extra.css`. We have an [example for a custom +page status] to get you started. + +[example for a custom page status]: https://mkdocs-material.github.io/examples/page-status/ + ### Setting the page `subtitle`