Files
leaflet-geosearch/doczrc.js
2020-04-13 13:27:30 +02:00

17 lines
425 B
JavaScript

export default {
title: 'Leaflet GeoSearch',
typescript: true,
themeConfig: {
showPlaygroundEditor: true,
},
src: 'docs',
dest: '.docz/dist',
public: 'docs/assets',
ignore: ['CODE_OF_CONDUCT.md', 'CONTRIBUTING.md', 'LICENSE.md'],
menu: [
{ name: 'Introduction' },
{ name: 'Usage' },
{ name: 'Providers', menu: ['Bing', 'Esri', 'Google', 'LocationIQ', 'OpenCage', 'OpenStreetMap'] },
],
};