diff --git a/.eleventy.js b/.eleventy.js index 3b68e6a2d6..1e40c781a5 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -357,9 +357,12 @@ module.exports = function(eleventyConfig) { function createNav(tag) { const groupOrder = { docs: [ - 'Overview', + 'FlowFuse Manuals', 'Device Agent', - 'Running FlowFuse' + 'FlowFuse Cloud', + 'FlowFuse Self-Hosted', + 'Support', + 'Contributing' ] }