Skip to content

Commit

Permalink
fix: try '/' as object, with items-array, instead of array
Browse files Browse the repository at this point in the history
  • Loading branch information
koebi committed Nov 29, 2024
1 parent f2aa1a8 commit 21b2d81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export default withMermaid(defineVersionedConfig({
linkText: 'Documentation Home',
},
sidebar: {
'/': [
'/': {
items: [
{
text: 'Home', link: '/',
items: [
Expand Down Expand Up @@ -223,6 +224,7 @@ export default withMermaid(defineVersionedConfig({
footer: {
message: '<a href="https://openrouteservice.org/">openrouteservice</a> is part of <a href="https://heigit.org/">HeiGIT gGmbH</a> and Universität Heidelberg <a href="https://www.geog.uni-heidelberg.de/gis/index_en.html">GIScience</a> research group. | <a href="https://heigit.org/imprint/">Imprint</a>'
}
}
},


Expand Down

0 comments on commit 21b2d81

Please sign in to comment.