From 82c6735e1582b113f996d07fe0aa261eb43b8c42 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 3 Jan 2026 12:53:59 +0530 Subject: [PATCH] docs: remove outdated security documentation from README --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 9db531f251d..fca6bff31ad 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,6 @@ Search the [existing issues](https://github.com/microsoft/react-native-windows/i ## Documentation React Native has [great documentation](https://reactnative.dev/docs/getting-started). React Native for Windows adds its own separate [Windows and macOS documentation](https://microsoft.github.io/react-native-windows/) for desktop platform information like API docs and blog updates. -### Security Documentation -- **[Security Configuration Guide](https://github.com/microsoft/react-native-windows/blob/main/docs/security-configuration.md)** - Comprehensive guide for SDL-compliant security configurations -- **[Security Best Practices](https://github.com/microsoft/react-native-windows/blob/main/docs/security-best-practices.md)** - Secure coding patterns and security API usage - ### Examples - Using the CLI in the [Getting Started](https://microsoft.github.io/react-native-windows/docs/getting-started) guide will set you up with a sample React Native for Windows app that you can begin editing right away. - Check the [samples repo](https://github.com/microsoft/react-native-windows-samples) for more standalone samples.