Skip to content

Commit a185a64

Browse files
committed
docs(theme): sync enterprise docs
related to: camunda/team-automation-platform/issues/160
1 parent c100b2b commit a185a64

File tree

4 files changed

+35
-7
lines changed

4 files changed

+35
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{{/* This template is overridden to emit permalinks that (1) are absolute, and (2) specify the most recent version. This allows us to submit the sitemap to crawlers with true canonical URLs. */}}
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
3+
xmlns:xhtml="http://www.w3.org/1999/xhtml">
4+
{{ range .Data.Pages }}
5+
<url>
6+
{{- $permalink := .Permalink }}
7+
{{- if ($.Site.Params.section.versions) }}
8+
{{- $latestVersion := (index $.Site.Params.section.versions 1) }}
9+
{{- $replacementPattern := print "${1}" $latestVersion "/${3}" }}
10+
{{- $permalink = $permalink | replaceRE `(\/manual\/)([^\/]*\/)(.*)` $replacementPattern }}
11+
{{- end }}
12+
<loc>{{ $.Site.Params.canonicalBasePath }}{{ $permalink }}</loc>{{ if not .Lastmod.IsZero }}
13+
<lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }}
14+
<changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }}
15+
<priority>{{ .Sitemap.Priority }}</priority>{{ end }}{{ if .IsTranslated }}{{ range .Translations }}
16+
<xhtml:link
17+
rel="alternate"
18+
hreflang="{{ .Lang }}"
19+
href="{{ $.Site.Params.canonicalBasePath }}{{ .Permalink }}"
20+
/>{{ end }}
21+
<xhtml:link
22+
rel="alternate"
23+
hreflang="{{ .Lang }}"
24+
href="{{ $.Site.Params.canonicalBasePath }}{{ .Permalink }}"
25+
/>{{ end }}
26+
</url>
27+
{{ end }}
28+
</urlset>

enterprise/themes/camunda/layouts/partials/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</p>
99

1010
<p>
11-
<a href="http://camunda.org">camunda.org</a> and <a href="{{ .Site.BaseURL }}">docs.camunda.org</a> are part of Camunda Platform
11+
<a href="http://camunda.org">camunda.org</a> and <a href="{{ .Site.BaseURL }}">docs.camunda.org</a> are both part of Camunda
1212
<span class="splitter">|</span>
1313
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"}}
1414
</p>

enterprise/themes/camunda/layouts/partials/header.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
66
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
77
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
8-
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
8+
'https://ssgtm.camunda.org/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
99
})(window,document,'script','dataLayer','GTM-PP9MHKW');</script>
1010
<!-- End Google Tag Manager -->
1111

@@ -17,9 +17,9 @@
1717

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

20-
<meta name="description" content="documentation of the Camunda Platform 7" />
20+
<meta name="description" content="documentation of Camunda 7" />
2121
<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" />
22-
<meta name="author" content="Camunda Platform 7 community" />
22+
<meta name="author" content="Camunda 7 community" />
2323
{{ if ($.Site.Params.section.versions)}}
2424
{{ if (not (eq (index $.Site.Params.section.versions 1) $.Site.Params.section.version))}}
2525
<meta name="robots" content="noindex" />
@@ -51,7 +51,7 @@
5151

5252
<nav class="navbar navbar-fixed-top">
5353
<div class="navbar-container navbar-top-section">
54-
<span>Looking for Camunda Platform 8? >></span>
54+
<span>Looking for Camunda 8? >></span>
5555
<a target="_blank" href="https://docs.camunda.io/">Docs</a>
5656
<a target="_blank" href="https://signup.camunda.com/accounts?utm_source=docs.camunda.org&utm_medium=referral">Create account</a>
5757
<a target="_blank" href="https://console.cloud.camunda.io/">Sign-In</a>

enterprise/themes/camunda/layouts/shortcodes/ee-download.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ <h3></h3>
4949
Released on <span class="date"></span>, <a class="notes">release notes</a>.
5050
</p>
5151
<p>
52-
Camunda Platform 7 Enterprise Edition provides Enterprise components under a license agreement containing restrictions on use and disclosure and that are protected by intellectual property laws (<a class="licenses-link">view licenses</a>). Third-party libraries or application servers included are distributed under their respective licenses (<a class="third-party-licenses-link">view third-party notices</a>).
52+
Camunda 7 Enterprise Edition provides Enterprise components under a license agreement containing restrictions on use and disclosure and that are protected by intellectual property laws (<a class="licenses-link">view licenses</a>). Third-party libraries or application servers included are distributed under their respective licenses (<a class="third-party-licenses-link">view third-party notices</a>).
5353
</p>
5454
</div>
5555

5656
<div class="full">
5757
<h4>Full Distribution</h4>
5858

5959
<a class="details full" href="/manual/latest/installation/full">What is the Full Distribution?</a>
60-
<a class="details run" href="/manual/latest/installation/camunda-bpm-run">How to install Camunda Platform Run?</a>
60+
<a class="details run" href="/manual/latest/installation/camunda-bpm-run">How to install Camunda 7 Run?</a>
6161

6262
<div class="links">
6363
<a class="tar-gz btn btn-primary">.tar.gz</a>

0 commit comments

Comments
 (0)