From a4e94e5d1a441662ce286eecf1066cc08fffb38d Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Sun, 6 Oct 2024 22:16:13 +0200 Subject: [PATCH 1/3] chore: update sponsors --- layouts/_partials/sponsors.ejs | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/layouts/_partials/sponsors.ejs b/layouts/_partials/sponsors.ejs index edf49389..5d216330 100644 --- a/layouts/_partials/sponsors.ejs +++ b/layouts/_partials/sponsors.ejs @@ -42,7 +42,14 @@ rel="noopener" class="p-4"> exigency + alt="BairesDev"> + + + dotcom-monitor - \ No newline at end of file + From 713a116b3b58fa800a38f5acc8c46e689f796979 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Wed, 12 Mar 2025 22:04:27 +0100 Subject: [PATCH 2/3] chore: change version menu --- build/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/index.js b/build/index.js index e9979173..59fd0dfa 100644 --- a/build/index.js +++ b/build/index.js @@ -122,7 +122,8 @@ Metalsmith(cwd) })) .use(versions({ versions: [ - { name: 'latest (2.0.0)', url: '//nativescript-vue.org' }, + { name: 'latest', url: '//nativescript-vue.org' }, + { name: 'v2', url: '//v2.nativescript-vue.org' }, { name: 'v1.3.1', url: '//v1-3-1.nativescript-vue.org' }, ], currentVersion: { From 8bba84b9ecf97533070e91e6d4387a2091d9047f Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Wed, 12 Mar 2025 22:08:22 +0100 Subject: [PATCH 3/3] chore: update version info --- build/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/index.js b/build/index.js index 59fd0dfa..44041a21 100644 --- a/build/index.js +++ b/build/index.js @@ -127,8 +127,8 @@ Metalsmith(cwd) { name: 'v1.3.1', url: '//v1-3-1.nativescript-vue.org' }, ], currentVersion: { - name: 'latest (2.0.0)', - branch: 'master' + name: 'v2', + branch: 'v2' } // different for each branch })) .use(order())