Skip to content

Force slides navigation mode to linear

Loic Huder requested to merge linear-navmode into main

As discussed, SlidesExporter does not expose the navigationMode config option from reveal.js. However, it is possible to edit manually the configuration of reveal.js directly inside the HTML once it is generated.

This MR adds a sed command to the CI to do this to the slides uploaded to Gitlab pages.

Merge request reports