Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENDOC-757-activate73 #805

Merged
merged 1 commit into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vuepress/docs/.vuepress/components/EntandoRedirect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
}
},
beforeMount() {
const path = '/v7.2/' + this.path;
const path = '/v7.3/' + this.path;
document.location.replace(path);
}
}
Expand Down
4 changes: 2 additions & 2 deletions vuepress/docs/.vuepress/components/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 4 additions & 4 deletions vuepress/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'}],
<!-- Global site tag (gtag.js) - Google Analytics GA4 -->
// <!-- Global site tag (gtag.js) - Google Analytics GA4 -->
['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');",
Expand Down Expand Up @@ -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/'},
],
Expand Down Expand Up @@ -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/'),
},
Expand Down