Update config.js
parent
e9d3f2b388
commit
4882caea45
|
@ -3,12 +3,20 @@ module.exports = {
|
||||||
description : 'Documentation for the Micromissiles Unity project',
|
description : 'Documentation for the Micromissiles Unity project',
|
||||||
base : '/micromissiles-unity/',
|
base : '/micromissiles-unity/',
|
||||||
themeConfig : {
|
themeConfig : {
|
||||||
navbar: [
|
navbar :
|
||||||
{ text: 'Home', link: '/' },
|
[
|
||||||
{ text: 'Keybinds and Controls', link: '/Keybinds_and_Controls.html' },
|
{text : 'Home', link : '/'}, {
|
||||||
{ text: 'Simulation Configuration Guide', link: '/Simulation_Config_Guide.html' },
|
text : 'Keybinds and Controls',
|
||||||
{ text: 'Simulation Logging', link: '/Simulation_Logging.html' },
|
link : '/Keybinds_and_Controls.html'
|
||||||
{ text: 'Coverage Reports', link: '/coverage/' }, // Link to coverage reports
|
},
|
||||||
|
{
|
||||||
|
text : 'Simulation Configuration Guide',
|
||||||
|
link : '/Simulation_Config_Guide.html'
|
||||||
|
},
|
||||||
|
{text : 'Simulation Logging', link : '/Simulation_Logging.html'}, {
|
||||||
|
text : 'Coverage Reports',
|
||||||
|
link : '/coverage/'
|
||||||
|
}, // Link to coverage reports
|
||||||
],
|
],
|
||||||
sidebar : 'auto',
|
sidebar : 'auto',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue