-
Notifications
You must be signed in to change notification settings - Fork 39
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
docs(theme): sync docs with themes #509
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{{/* 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. */}} | ||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" | ||
xmlns:xhtml="http://www.w3.org/1999/xhtml"> | ||
{{ range .Data.Pages }} | ||
<url> | ||
{{- $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 }} | ||
<loc>{{ $.Site.Params.canonicalBasePath }}{{ $permalink }}</loc>{{ if not .Lastmod.IsZero }} | ||
<lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }} | ||
<changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }} | ||
<priority>{{ .Sitemap.Priority }}</priority>{{ end }}{{ if .IsTranslated }}{{ range .Translations }} | ||
<xhtml:link | ||
rel="alternate" | ||
hreflang="{{ .Lang }}" | ||
href="{{ $.Site.Params.canonicalBasePath }}{{ .Permalink }}" | ||
/>{{ end }} | ||
<xhtml:link | ||
rel="alternate" | ||
hreflang="{{ .Lang }}" | ||
href="{{ $.Site.Params.canonicalBasePath }}{{ .Permalink }}" | ||
/>{{ end }} | ||
</url> | ||
{{ end }} | ||
</urlset> |
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 Platform | ||
<a href="http://camunda.org">camunda.org</a> and <a href="{{ .Site.BaseURL }}">docs.camunda.org</a> are both part of Camunda | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. File was out of sync, changes in themes repo are newer Changes from docs-static are three years old: Changed in themes 2024.03.05: |
||
<span class="splitter">|</span> | ||
Built by <a href="http://www.camunda.com">camunda</a> and contributors — <a href="https://camunda.com/legal/privacy/">Privacy Statement</a> — camunda Services GmbH © {{ now.Format "2006"}} | ||
</p> | ||
|
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); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Intended changes |
||
})(window,document,'script','dataLayer','GTM-PP9MHKW');</script> | ||
<!-- End Google Tag Manager --> | ||
|
||
|
@@ -17,9 +17,9 @@ | |
|
||
<meta name="viewport" content="width=device-width" /> | ||
|
||
<meta name="description" content="documentation of the Camunda Platform 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 Platform 7 community" /> | ||
<meta name="author" content="Camunda 7 community" /> | ||
{{ if ($.Site.Params.section.versions)}} | ||
{{ if (not (eq (index $.Site.Params.section.versions 1) $.Site.Params.section.version))}} | ||
<meta name="robots" content="noindex" /> | ||
|
@@ -34,13 +34,6 @@ | |
{{ $styles := resources.Get "css/docs.css" | fingerprint }} | ||
|
||
<link rel="stylesheet" href="{{ $styles.Permalink }}" integrity="{{ $styles.Data.Integrity }}"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See #509 (comment) |
||
{{- $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 }}"> | ||
|
||
|
@@ -51,7 +44,7 @@ | |
|
||
<nav class="navbar navbar-fixed-top"> | ||
<div class="navbar-container navbar-top-section"> | ||
<span>Looking for Camunda Platform 8? >></span> | ||
<span>Looking for Camunda 8? >></span> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (also line 20 & 22) Changes from docs-static are from Mar 4, 2022: Changed in themes are from Mar 5, 2022: |
||
<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> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,15 +49,15 @@ <h3></h3> | |
Released on <span class="date"></span>, <a class="notes">release notes</a>. | ||
</p> | ||
<p> | ||
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>). | ||
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>). | ||
</p> | ||
</div> | ||
|
||
<div class="full"> | ||
<h4>Full Distribution</h4> | ||
|
||
<a class="details full" href="/manual/latest/installation/full">What is the Full Distribution?</a> | ||
<a class="details run" href="/manual/latest/installation/camunda-bpm-run">How to install Camunda Platform Run?</a> | ||
<a class="details run" href="/manual/latest/installation/camunda-bpm-run">How to install Camunda 7 Run?</a> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Out of sync Changes in themes are from this year: |
||
|
||
<div class="links"> | ||
<a class="tar-gz btn btn-primary">.tar.gz</a> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,6 @@ <h3>Enterprise Feature</h3> | |
<p> | ||
Check the <a href="http://camunda.com/platform-7/editions/">Camunda enterprise homepage</a> | ||
for more information or get your | ||
<a href="http://camunda.com/download/enterprise/">free trial version.</a> | ||
<a href="https://camunda.com/download/enterprise/">free trial version.</a> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated, see: camunda/camunda-docs-manual#1694 (comment) |
||
</p> | ||
</div> |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{{/* 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. */}} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" | ||
xmlns:xhtml="http://www.w3.org/1999/xhtml"> | ||
{{ range .Data.Pages }} | ||
<url> | ||
{{- $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 }} | ||
<loc>{{ $.Site.Params.canonicalBasePath }}{{ $permalink }}</loc>{{ if not .Lastmod.IsZero }} | ||
<lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }} | ||
<changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }} | ||
<priority>{{ .Sitemap.Priority }}</priority>{{ end }}{{ if .IsTranslated }}{{ range .Translations }} | ||
<xhtml:link | ||
rel="alternate" | ||
hreflang="{{ .Lang }}" | ||
href="{{ $.Site.Params.canonicalBasePath }}{{ .Permalink }}" | ||
/>{{ end }} | ||
<xhtml:link | ||
rel="alternate" | ||
hreflang="{{ .Lang }}" | ||
href="{{ $.Site.Params.canonicalBasePath }}{{ .Permalink }}" | ||
/>{{ end }} | ||
</url> | ||
{{ end }} | ||
</urlset> |
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 Platform | ||
<a href="http://camunda.org">camunda.org</a> and <a href="{{ .Site.BaseURL }}">docs.camunda.org</a> are both part of Camunda | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
<span class="splitter">|</span> | ||
Built by <a href="http://www.camunda.com">camunda</a> and contributors — <a href="https://camunda.com/legal/privacy/">Privacy Statement</a> — camunda Services GmbH © {{ now.Format "2006"}} | ||
</p> | ||
|
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); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Intended change |
||
})(window,document,'script','dataLayer','GTM-PP9MHKW');</script> | ||
<!-- End Google Tag Manager --> | ||
|
||
|
@@ -17,9 +17,9 @@ | |
|
||
<meta name="viewport" content="width=device-width" /> | ||
|
||
<meta name="description" content="documentation of the Camunda Platform 7" /> | ||
<meta name="description" content="documentation of Camunda 7" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Was out of sync with themes |
||
<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 Platform 7 community" /> | ||
<meta name="author" content="Camunda 7 community" /> | ||
{{ if ($.Site.Params.section.versions)}} | ||
{{ if (not (eq (index $.Site.Params.section.versions 1) $.Site.Params.section.version))}} | ||
<meta name="robots" content="noindex" /> | ||
|
@@ -44,7 +44,7 @@ | |
|
||
<nav class="navbar navbar-fixed-top"> | ||
<div class="navbar-container navbar-top-section"> | ||
<span>Looking for Camunda Platform 8? >></span> | ||
<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> | ||
|
@@ -100,9 +100,9 @@ | |
|
||
<div class="search-underlay"></div> | ||
|
||
<div class="site-menu"> | ||
<nav class="site-menu"> | ||
{{ partialCached "menu.html" . }} | ||
</div> | ||
</nav> | ||
|
||
|
||
<div class="page-wrapper"> |
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 }} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Out of sync Changes in themes are from this year: |
||
|
||
camDownloads.formats = []; | ||
{{ range $.Page.Params.downloads.formats }} | ||
|
@@ -45,14 +45,19 @@ | |
<div class="selected-server"> | ||
<div class="info"> | ||
<h3></h3> | ||
<p> | ||
Released on <span class="date"></span>, <a class="notes">release notes</a>. | ||
</p> | ||
<p> | ||
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>). | ||
</p> | ||
</div> | ||
|
||
<div class="full"> | ||
<h4>Full Distribution</h4> | ||
|
||
<a class="details full" href="/manual/latest/installation/full">What is the Full Distribution?</a> | ||
<a class="details run" href="/manual/latest/installation/camunda-bpm-run">How to install Camunda Platform Run?</a> | ||
<a class="details run" href="/manual/latest/installation/camunda-bpm-run">How to install Camunda 7 Run?</a> | ||
|
||
<div class="links"> | ||
<a class="tar-gz btn btn-primary">.tar.gz</a> | ||
|
@@ -62,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> | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ <h3>Enterprise Feature</h3> | |
<p class="description">{{ trim .Inner "" | markdownify }}</p> | ||
|
||
<p> | ||
Check the <a href="http://camunda.com/bpm/enterprise/">Camunda enterprise homepage</a> | ||
Check the <a href="http://camunda.com/platform-7/editions/">Camunda enterprise homepage</a> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Was out of sync with themes |
||
for more information or get your | ||
<a href="http://camunda.com/bpm/enterprise/trial/">free trial version.</a> | ||
<a href="https://camunda.com/download/enterprise/">free trial version.</a> | ||
</p> | ||
</div> |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{{/* 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. */}} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" | ||
xmlns:xhtml="http://www.w3.org/1999/xhtml"> | ||
{{ range .Data.Pages }} | ||
<url> | ||
{{- $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 }} | ||
<loc>{{ $.Site.Params.canonicalBasePath }}{{ $permalink }}</loc>{{ if not .Lastmod.IsZero }} | ||
<lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }} | ||
<changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }} | ||
<priority>{{ .Sitemap.Priority }}</priority>{{ end }}{{ if .IsTranslated }}{{ range .Translations }} | ||
<xhtml:link | ||
rel="alternate" | ||
hreflang="{{ .Lang }}" | ||
href="{{ $.Site.Params.canonicalBasePath }}{{ .Permalink }}" | ||
/>{{ end }} | ||
<xhtml:link | ||
rel="alternate" | ||
hreflang="{{ .Lang }}" | ||
href="{{ $.Site.Params.canonicalBasePath }}{{ .Permalink }}" | ||
/>{{ end }} | ||
</url> | ||
{{ end }} | ||
</urlset> |
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 Platform | ||
<a href="http://camunda.org">camunda.org</a> and <a href="{{ .Site.BaseURL }}">docs.camunda.org</a> are both part of Camunda | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
<span class="splitter">|</span> | ||
Built by <a href="http://www.camunda.com">camunda</a> and contributors — <a href="https://camunda.com/legal/privacy/">Privacy Statement</a> — camunda Services GmbH © {{ now.Format "2006"}} | ||
</p> | ||
|
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); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Intended changes |
||
})(window,document,'script','dataLayer','GTM-PP9MHKW');</script> | ||
<!-- End Google Tag Manager --> | ||
|
||
|
@@ -17,9 +17,9 @@ | |
|
||
<meta name="viewport" content="width=device-width" /> | ||
|
||
<meta name="description" content="documentation of the Camunda Platform 7" /> | ||
<meta name="description" content="documentation of Camunda 7" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. was out of sync with themes |
||
<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 Platform 7 community" /> | ||
<meta name="author" content="Camunda 7 community" /> | ||
{{ if ($.Site.Params.section.versions)}} | ||
{{ if (not (eq (index $.Site.Params.section.versions 1) $.Site.Params.section.version))}} | ||
<meta name="robots" content="noindex" /> | ||
|
@@ -44,7 +44,7 @@ | |
|
||
<nav class="navbar navbar-fixed-top"> | ||
<div class="navbar-container navbar-top-section"> | ||
<span>Looking for Camunda Platform 8? >></span> | ||
<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> | ||
|
@@ -100,9 +100,9 @@ | |
|
||
<div class="search-underlay"></div> | ||
|
||
<div class="site-menu"> | ||
<nav class="site-menu"> | ||
{{ partialCached "menu.html" . }} | ||
</div> | ||
</nav> | ||
|
||
|
||
<div class="page-wrapper"> |
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 }} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changes were not synced from themes. |
||
|
||
camDownloads.formats = []; | ||
{{ range $.Page.Params.downloads.formats }} | ||
|
@@ -45,14 +45,19 @@ | |
<div class="selected-server"> | ||
<div class="info"> | ||
<h3></h3> | ||
<p> | ||
Released on <span class="date"></span>, <a class="notes">release notes</a>. | ||
</p> | ||
<p> | ||
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>). | ||
</p> | ||
</div> | ||
|
||
<div class="full"> | ||
<h4>Full Distribution</h4> | ||
|
||
<a class="details full" href="/manual/latest/installation/full">What is the Full Distribution?</a> | ||
<a class="details run" href="/manual/latest/installation/camunda-bpm-run">How to install Camunda Platform Run?</a> | ||
<a class="details run" href="/manual/latest/installation/camunda-bpm-run">How to install Camunda 7 Run?</a> | ||
|
||
<div class="links"> | ||
<a class="tar-gz btn btn-primary">.tar.gz</a> | ||
|
@@ -62,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> | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ <h3>Enterprise Feature</h3> | |
<p class="description">{{ trim .Inner "" | markdownify }}</p> | ||
|
||
<p> | ||
Check the <a href="http://camunda.com/bpm/enterprise/">Camunda enterprise homepage</a> | ||
Check the <a href="http://camunda.com/platform-7/editions/">Camunda enterprise homepage</a> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Was out of sync with themes |
||
for more information or get your | ||
<a href="http://camunda.com/bpm/enterprise/trial/">free trial version.</a> | ||
<a href="https://camunda.com/download/enterprise/">free trial version.</a> | ||
</p> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added / updated 2 years ago in themes:
camunda/camunda-docs-theme@1f9e19d
Present in camunda-docs-theme:
https://github.com/camunda/camunda-docs-manual/blob/master/themes/camunda/layouts/_default/sitemap.xml