diff --git a/content/news/2024.md b/content/news/2024.md new file mode 100644 index 000000000..31e30750a --- /dev/null +++ b/content/news/2024.md @@ -0,0 +1,7 @@ +# 2024 + +*You'll find below all the updates of our SaaS offers. Enjoy!* + + +## January 2024 + diff --git a/src/partials/layout.handlebars b/src/partials/layout.handlebars index 247f5d160..f971bbaa2 100644 --- a/src/partials/layout.handlebars +++ b/src/partials/layout.handlebars @@ -143,7 +143,7 @@ height="0" width="0" style="display:none;visibility:hidden">
  • - What's new? + What's new?
  • {{#if active_apps}} diff --git a/tasks/build-doc.js b/tasks/build-doc.js index 28112e83e..c5ba695e4 100644 --- a/tasks/build-doc.js +++ b/tasks/build-doc.js @@ -1183,6 +1183,7 @@ gulp.task('build-tutorials', ['clean-dist', 'less'], function () { gulp.task('build-news', ['clean-dist','less'], function () { var pages = { + '2024.md': '2024', '2023.md': '2023', '2022.md': '2022', // 'whats-next.md': 'What\'s next?',