Skip to content

Commit 3fa7d53

Browse files
committed
feat: security overview
1 parent c9110b8 commit 3fa7d53

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

content/guide/security-overview.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,15 @@ export default [
209209
}
210210
],
211211
},
212+
{
213+
text: 'Security',
214+
items: [
215+
{
216+
text: 'Overview',
217+
link: '/guide/security-overview',
218+
},
219+
]
220+
},
212221
{
213222
text: 'Developing with Vision Pro',
214223
items: [

0 commit comments

Comments
 (0)