From 2eb15370ec4805febd896af178cb9c6da1dc05dd Mon Sep 17 00:00:00 2001 From: Ingo Reitz <9l@9lo.re> Date: Sat, 10 Aug 2024 18:34:58 +0200 Subject: [PATCH] Finding System Info -> Supported Devices --- src/.vuepress/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 520c2792..20b9da79 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -63,14 +63,14 @@ export default { link: '/docs/firmware/', collapsible: false, children: [ - { - text: 'Supported Devices', - link: '/docs/firmware/supported-devices', - }, { text: 'Finding System Info', link: '/docs/firmware/system-info', }, + { + text: 'Supported Devices', + link: '/docs/firmware/supported-devices', + }, { text: 'Known Issues', link: '/docs/firmware/known-issues',