Skip to content

Commit

Permalink
Removed explicit ID from title (#149)
Browse files Browse the repository at this point in the history
Removed explicit ID from title, because it is redundant and not
rendering properly. Plus, it borked up linking from another page.
  • Loading branch information
mrgarris0n authored Feb 11, 2025
2 parents 9df208f + d3e2756 commit 86dfcbc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Setting severity with the [[set-severity()|adm-temp-severity]] rewrite function
title: Setting severity with the set-severity() rewrite function
short_title: Setting severity
id: adm-temp-severity
description: >-
Expand Down Expand Up @@ -62,4 +62,5 @@ rewrite {
set-severity("${.json.severity}");
};
```

{% include doc/admin-guide/warnings/dotdot-stringonly.md %}

0 comments on commit 86dfcbc

Please sign in to comment.