Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a4073f8

Browse filesBrowse files
committed
fix: api button target
1 parent b437d7c commit a4073f8
Copy full SHA for a4073f8

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎.vitepress/config.js

Copy file name to clipboardExpand all lines: .vitepress/config.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ module.exports = {
4040
},
4141
{
4242
text: 'API',
43-
link: 'https://docs.nativescript.org/api-reference/index.html',
43+
link: '/api-reference',
4444
activeMatch: '^/api-reference',
45+
target: '_blank',
4546
},
4647
{
4748
text: 'Plugins',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.