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

chore(docs): updated google tag manager link via themes build #1703

Merged
merged 2 commits into from
Nov 25, 2024
Merged
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 themes/camunda/assets/css/docs.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions themes/camunda/assets/js/docs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/camunda/layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
</p>

<p>
<a href="http://camunda.org">camunda.org</a> and <a href="{{ .Site.BaseURL }}">docs.camunda.org</a> are part of Camunda 7
<a href="http://camunda.org">camunda.org</a> and <a href="{{ .Site.BaseURL }}">docs.camunda.org</a> are both part of Camunda
<span class="splitter">|</span>
Built by <a href="http://www.camunda.com">camunda</a> and contributors &mdash; <a href="https://camunda.com/legal/privacy/">Privacy Statement</a> &mdash; camunda Services GmbH &copy; {{ now.Format "2006"}}
</p>
17 changes: 8 additions & 9 deletions themes/camunda/layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
'https://ssgtm.camunda.org/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PP9MHKW');</script>
<!-- End Google Tag Manager -->

@@ -17,7 +17,7 @@

<meta name="viewport" content="width=device-width" />

<meta name="description" content="documentation of the Camunda 7" />
<meta name="description" content="documentation of Camunda 7" />
<meta name="keywords" content="camunda, open source, free, Apache License, Apache 2.0, workflow, BPMN, BPMN 2.0, camunda.org, bpm, BPMS, engine, platform, process, automation, community, documentation" />
<meta name="author" content="Camunda 7 community" />
{{ if ($.Site.Params.section.versions)}}
@@ -34,13 +34,6 @@
{{ $styles := resources.Get "css/docs.css" | fingerprint }}

<link rel="stylesheet" href="{{ $styles.Permalink }}" integrity="{{ $styles.Data.Integrity }}">
{{- $permalink := .Permalink }}
{{- if ($.Site.Params.section.versions) }}
{{- $latestVersion := (index $.Site.Params.section.versions 1) }}
{{- $replacementPattern := print "${1}" $latestVersion "/${3}" }}
{{- $permalink = $permalink | replaceRE `(\/manual\/)([^\/]*\/)(.*)` $replacementPattern }}
{{- end }}
<link rel="canonical" href="{{ $.Site.Params.canonicalBasePath }}{{ $permalink }}" />
</head>
<body class="{{ .Params.bodyclass }}">

@@ -50,6 +43,12 @@
<!-- End Google Tag Manager (noscript) -->

<nav class="navbar navbar-fixed-top">
<div class="navbar-container navbar-top-section">
<span>Looking for Camunda 8? >></span>
<a target="_blank" href="https://docs.camunda.io/">Docs</a>
<a target="_blank" href="https://signup.camunda.com/accounts?utm_source=docs.camunda.org&utm_medium=referral">Create account</a>
<a target="_blank" href="https://console.cloud.camunda.io/">Sign-In</a>
</div>
<div class="navbar-container">
<div class="navbar-header">
<a href="{{ if $.Site.Params.section.version }}{{.Site.BaseURL}}{{else}}/{{end}}">
6 changes: 4 additions & 2 deletions themes/camunda/layouts/shortcodes/ee-download.html
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@

camDownloads.servers = {};
{{ range $info := sort $.Page.Params.downloads.servers "weight" }}
camDownloads.servers['{{ $info.path }}'] = '{{ $info.name }}';{{ end }}
camDownloads.servers['{{ $info.id }}'] = {name:'{{ $info.name }}',path:'{{ $info.path }}'};{{ end }}

camDownloads.formats = [];
{{ range $.Page.Params.downloads.formats }}
@@ -67,7 +67,9 @@ <h4>Full Distribution</h4>
</div>

<div class="standalone">
<h4>Standalone Web Application</h4>
<h4></h4>

<p class="hint"></p>

<a class="details" href="/manual/latest/installation/standalone-webapplication">What is the Standalone Webapplication Distribution?</a>