From 66744dd295c790a46e9ddf2afc9f686f7a526941 Mon Sep 17 00:00:00 2001 From: jyunmitch Date: Mon, 18 Dec 2023 16:30:17 -0600 Subject: [PATCH] ENDOC-757-activate73 --- vuepress/docs/.vuepress/components/EntandoRedirect.vue | 2 +- vuepress/docs/.vuepress/components/LandingPage.vue | 4 ++-- vuepress/docs/.vuepress/config.js | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/vuepress/docs/.vuepress/components/EntandoRedirect.vue b/vuepress/docs/.vuepress/components/EntandoRedirect.vue index 1bd50d9d82..12ead40a07 100644 --- a/vuepress/docs/.vuepress/components/EntandoRedirect.vue +++ b/vuepress/docs/.vuepress/components/EntandoRedirect.vue @@ -13,7 +13,7 @@ export default { } }, beforeMount() { - const path = '/v7.2/' + this.path; + const path = '/v7.3/' + this.path; document.location.replace(path); } } diff --git a/vuepress/docs/.vuepress/components/LandingPage.vue b/vuepress/docs/.vuepress/components/LandingPage.vue index b9fe08d519..b98d308133 100644 --- a/vuepress/docs/.vuepress/components/LandingPage.vue +++ b/vuepress/docs/.vuepress/components/LandingPage.vue @@ -157,8 +157,8 @@ export default { data: function() { return { - activeVersionPath: "/v7.2", - activeVersionTag: "v7.2", + activeVersionPath: "/v7.3", + activeVersionTag: "v7.3", isStepOneOpen: true, isStepTwoOpen: false, isStepThreeOpen: false, diff --git a/vuepress/docs/.vuepress/config.js b/vuepress/docs/.vuepress/config.js index 1af17577fb..5ef8ba61db 100644 --- a/vuepress/docs/.vuepress/config.js +++ b/vuepress/docs/.vuepress/config.js @@ -29,7 +29,7 @@ module.exports = { ['link', { rel: 'icon', href: '/theme/favicon.png' }], ['meta', { name: 'viewport', content: 'width=device-width, initial-scale=1' }], ['script', {src: '/theme/javascript/hotjar.js'}], - + // ['script', {async: true, src: 'https://www.googletagmanager.com/gtag/js?id=G-1SVVHY8B1N'}], ['script', {}, [ "window.dataLayer = window.dataLayer || [];\nfunction gtag(){dataLayer.push(arguments);}\ngtag('js', new Date());\ngtag('config', 'G-1SVVHY8B1N');", @@ -142,8 +142,8 @@ module.exports = { ], landingSecondaryNav: [ - {text: 'Docs', link: '/v7.2/docs/', target: '_self'}, - {text: 'Tutorials', link: '/v7.2/tutorials/', target: '_self'}, + {text: 'Docs', link: '/v7.3/docs/', target: '_self'}, + {text: 'Tutorials', link: '/v7.3/tutorials/', target: '_self'}, {text: 'Forum', link: 'https://forum.entando.com'}, {text: 'Blog', link: '/blog/'}, ], @@ -188,7 +188,7 @@ module.exports = { }, logoLink: "https://entando.com", section: "Docs", - version: "7.2", + version: "7.3", docs: navLinks.links('Docs', '/docs/'), tutorials: navLinks.links('Tutorials', '/tutorials/'), },