You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Remove security documentation from README.md (#15511)
* docs: Remove outdated security documentation from README.md
Removed the entire security documentation due to it having broken links that also caused linting issue #15508
* fix: update yarn.lock file
Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,6 @@ Search the [existing issues](https://github.com/microsoft/react-native-windows/i
58
58
## Documentation
59
59
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.
60
60
61
-
### Security Documentation
62
-
-**[Security Configuration Guide](https://github.com/microsoft/react-native-windows/blob/main/docs/security-configuration.md)** - Comprehensive guide for SDL-compliant security configurations
63
-
-**[Security Best Practices](https://github.com/microsoft/react-native-windows/blob/main/docs/security-best-practices.md)** - Secure coding patterns and security API usage
64
-
65
61
### Examples
66
62
- 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.
67
63
- Check the [samples repo](https://github.com/microsoft/react-native-windows-samples) for more standalone samples.
0 commit comments