docs: redirect gateway/security/formal-verification (#2594)
This commit is contained in:
parent
6c451f47f4
commit
9a2be717b7
1 changed files with 12 additions and 0 deletions
12
docs/gateway/security-formal-verification.md
Normal file
12
docs/gateway/security-formal-verification.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: Formal Verification (Security Models)
|
||||
summary: Redirect to the canonical Formal Verification page.
|
||||
permalink: /gateway/security/formal-verification/
|
||||
---
|
||||
|
||||
This page moved to: [/security/formal-verification/](/security/formal-verification/)
|
||||
|
||||
<script>
|
||||
// Best-effort client-side redirect for Mintlify/Next.
|
||||
window.location.replace("/security/formal-verification/");
|
||||
</script>
|
||||
Loading…
Reference in a new issue