Skip to content

Commit c6b56d8

Browse files
committed
changes in config
1 parent 660ee33 commit c6b56d8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.vuepress/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
},

Upgrades/pictures/test

Whitespace-only changes.

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1919
footer: Made by BRAIN CoGS at Princeton Neuroscience Institute
2020
---

0 commit comments

Comments
 (0)