We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9110b8 commit 3fa7d53Copy full SHA for 3fa7d53
content/guide/security-overview.md
@@ -0,0 +1,7 @@
1
+---
2
+title: Security Overview
3
+description: Using platform native APIs in NativeScript can offer more security than standard JavaScript APIs.
4
+contributors:
5
+ - NathanWalker
6
7
+
content/sidebar.ts
@@ -209,6 +209,15 @@ export default [
209
}
210
],
211
},
212
+ {
213
+ text: 'Security',
214
+ items: [
215
216
+ text: 'Overview',
217
+ link: '/guide/security-overview',
218
+ },
219
+ ]
220
221
{
222
text: 'Developing with Vision Pro',
223
items: [
0 commit comments