UNPKG

vue-mapbox

Version:

> Combine powers of [Vue.js](https://vuejs.org/) and [Mapbox Gl JS](https://mapbox.com/mapbox-gl-js)

71 lines (68 loc) 1.96 kB
module.exports = { title: "VueMapbox", description: "Combine powers of Mapbox GL JS and Vue.js", dest: "docs", head: [["link", { rel: "icon", href: "/favicon.ico" }]], base: "/vue-mapbox/", themeConfig: { nav: [ { text: "Guide", link: "/guide/" }, { text: "API", link: "/api/" }, { text: "Github", link: "https://github.com/soal/vue-mapbox" }, { text: "map-promisified", link: "https://github.com/soal/map-promisified" } ], sidebar: [ { title: "Guide", collapsable: false, children: [ ["/guide/", "Quickstart"], ["/guide/basemap.md", "Base map"], ["/guide/composition.md", "Composition"], ["/guide/controls.md", "Controls"], ["/guide/markers&popups.md", "Markers and popups"], ["/guide/layers&sources.md", "Layers and sources"] ] }, { title: "API", collapsable: false, children: [ ["/api/", "GlMap"], ["/api/controls.md", "Controls"], ["/api/marker.md", "MapMarker"], ["/api/popup.md", "Popup"], ["/api/Layers/", "Layer commons"], ["/api/Layers/geojsonlayer.md", "GeojsonLayer"], ["/api/Layers/vectorlayer.md", "VectorLayer"], ["/api/Layers/rasterlayer.md", "RasterLayer"], ["/api/Layers/imagelayer.md", "ImageLayer"], ["/api/Layers/videolayer.md", "VideoLayer"], ["/api/Layers/canvaslayer.md", "CanvasLayer"] ] }, { title: "Plugin components", collapsable: false, children: [ ["/plugin_components/", "Using plugin components"], [ "/plugin_components/plugin_components_development.md", "Create a plugin component" ] ] } // ['/plugins/', 'Plugins'], ] // search: false } };