Skip to content

Commit

Permalink
adjusted release notes for 0.2.0-M1, made slides "fragments" configur…
Browse files Browse the repository at this point in the history
…able

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
  • Loading branch information
thjaeckle committed Feb 7, 2018
1 parent 059306a commit e59aa45
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ entries:
- title: 0.1.0-M3 Release notes
url: /release_notes_010-M3.html
output: web
- title: 0.2.0-M1 Release notes
url: /release_notes_020-M1.html
output: web

- title: Installation
output: web
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Release notes 0.1.0-M4
title: Release notes 0.2.0-M1
tags: [release_notes, search]
keywords: release notes, announcements, changelog
summary: "Version 0.1.0-M4 of Eclipse Ditto, released on xx.xx.2018"
permalink: release_notes_010-M4.html
summary: "Version 0.2.0-M1 of Eclipse Ditto, released on 07.02.2018"
permalink: release_notes_020-M1.html
---

Since the last milestone of Eclipse Ditto [0.1.0-M3](release_notes_010-M3.html), the following new features and
Expand Down Expand Up @@ -45,9 +45,9 @@ Using `"failover": true` when creating a new AMQP 1.0 connection caused that the

### Various smaller bugfixes

This is a complete list of the [merged pull requests](https://github.com/eclipse/ditto/pulls?q=is%3Apr+milestone%3A0.1.0-M4+).
This is a complete list of the [merged pull requests](https://github.com/eclipse/ditto/pulls?q=is%3Apr+milestone%3A0.2.0-M1+).


## Documentation

TODO
Continuously improve and enhance the existing documentation.
Original file line number Diff line number Diff line change
Expand Up @@ -600,14 +600,23 @@ <h3>thanks for attending</h3>
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.6.0/js/reveal.min.js"></script>

<script>
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}

// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
// fragments: false, // for publishing after presentation
fragments: getParameterByName('fragments') === '', // only use "fragments" feature if queryParam 'fragments' is present
slideNumber: 'h.v',

transition: 'convex', // none/fade/cube/slide/convex/concave/zoom
Expand Down

0 comments on commit e59aa45

Please sign in to comment.