File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export default defineUserConfig({
5050 '/building/' : getBuildingSidebar ( ) ,
5151 '/maintenance/' : getMaintenanceSidebar ( ) ,
5252 '/software/' : getSoftwareSidebar ( ) ,
53- '/Upgrades/' : getUpgradesSidebar ( ) // Add this line
53+ '/Upgrades/' : getUpgradeSidebar ( ) // Add this line
5454 }
5555 } ) ,
5656
@@ -216,15 +216,15 @@ function getSoftwareSidebar() {
216216/**
217217 * Sidebar configuration for /your-section/
218218 */
219- function getUpgradeSidebar ( ) {
219+ function getUpgradesSidebar ( ) {
220220 return [
221221 {
222222 text : 'Upgrades' ,
223223 link : '/Upgrades/' ,
224224 collapsible : true ,
225225 children : [
226- '/Upgrades/page1 .md' , // Maps to `your-section /page1.md`
227- '/Upgrades/page2 .md' , // Maps to `your-section /page2.md`
226+ '/Upgrades/Headplate-holder .md' , // Maps to `Upgrades /page1.md`
227+ '/Upgrades/Headplate .md' , // Maps to `Upgrades /page2.md`
228228 // Add more pages as needed
229229 ] ,
230230 } ,
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ features:
1515- title : Software
1616 details : Documentation for the software
1717- title : Upgrades
18- details : Documentation for upgrades in Mini-VR
18+ details : Documentation of upgrades in Mini-VR
1919footer : Made by BRAIN CoGS at Princeton Neuroscience Institute
2020---
You can’t perform that action at this time.
0 commit comments