mirror of
https://github.com/jlengrand/leaflet-geosearch.git
synced 2026-03-10 00:21:20 +00:00
35 lines
682 B
JavaScript
35 lines
682 B
JavaScript
export default {
|
|
title: 'Leaflet GeoSearch',
|
|
typescript: true,
|
|
themeConfig: {
|
|
showPlaygroundEditor: true,
|
|
},
|
|
src: 'docs',
|
|
dest: '.docz/dist',
|
|
public: 'docs/assets',
|
|
host: '0.0.0.0',
|
|
editBranch: 'develop',
|
|
ignore: ['CODE_OF_CONDUCT.md', 'CONTRIBUTING.md', 'LICENSE.md'],
|
|
menu: [
|
|
{ name: 'Introduction' },
|
|
{ name: 'Usage' },
|
|
{ name: 'Leaflet Control' },
|
|
{
|
|
name: 'Providers',
|
|
menu: [
|
|
'Algolia',
|
|
'Bing',
|
|
'Esri',
|
|
'Geocode Earth',
|
|
'Google',
|
|
'Here',
|
|
'LocationIQ',
|
|
'OpenCage',
|
|
'OpenStreetMap',
|
|
'Pelias',
|
|
'Custom Providers',
|
|
],
|
|
},
|
|
],
|
|
};
|