Skip to content

Commit 913892e

Browse files
committed
chore: ui-kit plugins
1 parent 3e7471e commit 913892e

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.vitepress/config.js

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,12 @@ function getPlugins() {
261261
readme: `${officialPlugins_baseUrl}/fingerprint-auth/README.md`,
262262
repo: `${officialGithubUrl}/fingerprint-auth`,
263263
},
264+
{
265+
name: 'Flutter',
266+
link: '/plugins/flutter',
267+
readme: `${officialUIKitPlugins_baseUrl}/flutter/README.md`,
268+
repo: `${officialUIKitGithubUrl}/flutter`,
269+
},
264270
{
265271
name: 'Geolocation',
266272
link: '/plugins/geolocation',
@@ -309,6 +315,12 @@ function getPlugins() {
309315
readme: `${officialPlugins_baseUrl}/iqkeyboardmanager/README.md`,
310316
repo: `${officialGithubUrl}/iqkeyboardmanager`,
311317
},
318+
{
319+
name: 'Jetpack Compose',
320+
link: '/plugins/jetpack-compose',
321+
readme: `${officialUIKitPlugins_baseUrl}/jetpack-compose/README.md`,
322+
repo: `${officialUIKitGithubUrl}/jetpack-compose`,
323+
},
312324
{
313325
name: 'Local Notifications',
314326
link: '/plugins/local-notifications',
@@ -333,6 +345,12 @@ function getPlugins() {
333345
readme: `${officialPlugins_baseUrl}/picker/README.md`,
334346
repo: `${officialGithubUrl}/picker`,
335347
},
348+
{
349+
name: 'Rive',
350+
link: '/plugins/rive',
351+
readme: `${officialUIKitPlugins_baseUrl}/rive/README.md`,
352+
repo: `${officialUIKitGithubUrl}/rive`,
353+
},
336354
{
337355
name: 'Shared Notification Delegate',
338356
link: '/plugins/shared-notification-delegate',
@@ -345,6 +363,12 @@ function getPlugins() {
345363
readme: `${officialPlugins_baseUrl}/social-share/README.md`,
346364
repo: `${officialGithubUrl}/social-share`,
347365
},
366+
{
367+
name: 'SwiftUI',
368+
link: '/plugins/swift-ui',
369+
readme: `${officialUIKitPlugins_baseUrl}/swift-ui/README.md`,
370+
repo: `${officialUIKitGithubUrl}/swift-ui`,
371+
},
348372
{
349373
name: 'Tailwind CSS',
350374
link: '/plugins/tailwindcss',

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Plugin docs are automatically synced every night via cron job with various plugi
1313
- https://github.com/NativeScript/firebase
1414
- https://github.com/NativeScript/plugins
1515
- https://github.com/NativeScript/payments
16+
- https://github.com/NativeScript/ui-kit
1617

1718
Each plugin workspace can manage it's own set of README's for documentation. This docs repo will keep itself in sync with them every night.
1819
If you want to modify any plugin documentation, you can do so via their plugin workspaces as listed above.

0 commit comments

Comments
 (0)