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 599d93f5..8f04c3a4 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: 'Crash Reporting', items: [