From 3b588010fa9ac84e520c73c07a7c2ed189b42a33 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 31 Dec 2023 16:44:59 -0500 Subject: [PATCH] Add DMAR Pages to Sidebar (#88) --- .vuepress/config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.vuepress/config.js b/.vuepress/config.js index 534f4ff3..a89c1af2 100755 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -176,6 +176,15 @@ module.exports = { ['/Universal/ec-methods/manual', 'Manual'], ] }, + ['/Universal/dmar', 'DMAR Table (VT-d)'], + { + title: 'Methods', + collapsable: true, + sidebarDepth: 2, + children: [ + ['/Universal/dmar-methods/manual', 'Manual'], + ] + }, ['/Universal/plug', 'CPU Power Management'], { title: 'Methods',