Skip to content

Commit

Permalink
fix(docs): update path on import to the new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoazh committed Jun 4, 2023
1 parent ada574b commit 3a0a0ad
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/documentation/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { sidebarTree } = require("../code/config");
const apiDocs = sidebarTree("API docs");
const gmpaVuePackage = require('../../../gmap-vue/package.json');
const gmpaVuePackage = require("../../../v2/package.json");

module.exports = {
base: "/gmap-vue/",
Expand Down Expand Up @@ -57,7 +57,7 @@ module.exports = {
path: "/guide/map-element-factory",
children: [
["map-element-factory", "mapElement factory"],
["promise-lazy-factory", "promiseLazy factory"]
["promise-lazy-factory", "promiseLazy factory"],
],
},
],
Expand All @@ -77,9 +77,7 @@ module.exports = {
title: "License",
collapsable: false,
path: "/developers/license",
children: [
["license", "License"],
],
children: [["license", "License"]],
},
],
},
Expand Down

0 comments on commit 3a0a0ad

Please sign in to comment.