forked from smeijer/leaflet-geosearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoczrc.js
More file actions
32 lines (32 loc) · 639 Bytes
/
doczrc.js
File metadata and controls
32 lines (32 loc) · 639 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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',
'Google',
'Here',
'LocationIQ',
'OpenCage',
'OpenStreetMap',
'Custom Providers',
],
},
],
};