Skip to content

Commit 3b58801

Browse files
authored
Add DMAR Pages to Sidebar (#88)
1 parent d01ce9b commit 3b58801

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.vuepress/config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,15 @@ module.exports = {
176176
['/Universal/ec-methods/manual', 'Manual'],
177177
]
178178
},
179+
['/Universal/dmar', 'DMAR Table (VT-d)'],
180+
{
181+
title: 'Methods',
182+
collapsable: true,
183+
sidebarDepth: 2,
184+
children: [
185+
['/Universal/dmar-methods/manual', 'Manual'],
186+
]
187+
},
179188
['/Universal/plug', 'CPU Power Management'],
180189
{
181190
title: 'Methods',

0 commit comments

Comments
 (0)