From dc3a988973c6955d00a582f852d687ee24830ee7 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 31 Dec 2023 16:17:11 -0500 Subject: [PATCH] Add DMAR Table to Sidebar Updated sidebar script to include DMAR Table page, and manual sections. --- .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',