diff --git a/docs/src/.vuepress/config.js b/docs/src/.vuepress/config.js index 65b4d4b..f1e2e48 100644 --- a/docs/src/.vuepress/config.js +++ b/docs/src/.vuepress/config.js @@ -83,7 +83,8 @@ module.exports = { path: '/examples/', children: [ '/examples/points-in-polygon', - '/examples/how-to-access-google-maps-object' + '/examples/how-to-access-google-maps-object', + '/examples/how-to-add-custom-controls' ] },