From 3fa7d533b348c43ee4a267e72fc22c8984ee176b Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 8 Apr 2025 12:14:46 -0700 Subject: [PATCH] feat: security overview --- content/guide/security-overview.md | 7 +++++++ content/sidebar.ts | 9 +++++++++ 2 files changed, 16 insertions(+) create mode 100644 content/guide/security-overview.md diff --git a/content/guide/security-overview.md b/content/guide/security-overview.md new file mode 100644 index 00000000..85b18914 --- /dev/null +++ b/content/guide/security-overview.md @@ -0,0 +1,7 @@ +--- +title: Security Overview +description: Using platform native APIs in NativeScript can offer more security than standard JavaScript APIs. +contributors: + - NathanWalker +--- + diff --git a/content/sidebar.ts b/content/sidebar.ts index a4079e7f..f86a164b 100644 --- a/content/sidebar.ts +++ b/content/sidebar.ts @@ -209,6 +209,15 @@ export default [ } ], }, + { + text: 'Security', + items: [ + { + text: 'Overview', + link: '/guide/security-overview', + }, + ] + }, { text: 'Developing with Vision Pro', items: [