From 3003aee4731f3706a46a9bd376b487eda47004c6 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Mon, 29 Jun 2026 15:08:16 +0200 Subject: [PATCH] docs: move platform security reference into Contributing docs --- SECURITY.md => docs/contributing/security.md | 0 mkdocs.yaml | 1 + 2 files changed, 1 insertion(+) rename SECURITY.md => docs/contributing/security.md (100%) diff --git a/SECURITY.md b/docs/contributing/security.md similarity index 100% rename from SECURITY.md rename to docs/contributing/security.md diff --git a/mkdocs.yaml b/mkdocs.yaml index 31cf23eb3..2a20f42a5 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -61,6 +61,7 @@ nav: - Contributing: - Building the Docs: "contributing/documentation.md" - Core Development: "contributing/core.md" + - Security Internals: "contributing/security.md" - Developing a Native Wrapper: - Quick Start: "contributing/native.md" - Developing a Wasm Wrapper: