-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathen.js
More file actions
176 lines (176 loc) · 8.84 KB
/
Copy pathen.js
File metadata and controls
176 lines (176 loc) · 8.84 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
export default {
'/': [
{
text: 'Get Started', // required
collapsed: true,
items: [
{ text: 'Capturing Your First Field Data', link: '/tutorials/capturing-first-data/' },
{ text: 'Opening Surveyed Data on Your Computer', link: '/tutorials/opening-surveyed-data-on-your-computer/' },
{ text: 'Creating a Project in QGIS', link: '/tutorials/creating-a-project-in-qgis/' },
{ text: 'Using Mergin Maps Mobile App', link: '/tutorials/mobile/' },
{ text: 'Further Project Customisation', link: '/tutorials/further-project-customisation/' },
{ text: 'Working Collaboratively', link: '/tutorials/working-collaboratively/' }
] },
{
text: 'Install & Sign Up', // required
collapsed: true,
items: [
{ text: 'How to Install Mergin Maps Mobile App', link: '/setup/install-mobile-app/' },
{ text: 'How to Sign Up to Mergin Maps', link: '/setup/sign-up-to-mergin-maps/' },
{ text: 'How to Install QGIS', link: '/setup/install-qgis/' },
{ text: 'How to Install Mergin Maps Plugin for QGIS', link: '/setup/install-mergin-maps-plugin-for-qgis/' }
] },
{
text: 'Manage Account & Project', // required
collapsed: true,
items: [
{ text: 'User Account', link: '/manage/account/' },
{ text: 'Single Sign-On (SSO)', link: '/manage/sso/' },
{ text: 'Workspaces', link: '/manage/workspaces/' },
{ text: 'Subscriptions and Invoicing', link: '/manage/subscriptions/' },
{ text: 'Member Roles and Permissions', link: '/manage/permissions/' },
{ text: 'Synchronisation', link: '/manage/synchronisation/' },
{ text: 'Mergin Maps Project', link: '/manage/project/' },
{ text: 'How to Create a New Project', link: '/manage/create-project/' },
{ text: 'How to Share, Transfer or Delete Projects', link: '/manage/project-advanced/' },
{ text: 'How to Delete Files', link: '/manage/delete-files/' },
{ text: 'How to Deploy Revised Projects', link: '/manage/deploy-new-project/' },
{ text: 'How to Recover Missing Data', link: '/manage/missing-data/' },
{ text: 'Mergin Maps QGIS Plugin Overview', link: '/manage/plugin/' },
{ text: 'Mergin Maps Dashboard', link: '/manage/dashboard/' },
{ text: 'Webmaps', link: '/manage/dashboard-maps/' },
{ text: 'Project History and Versions', link: '/manage/project-history/' },
{ text: 'Selective Synchronisation', link: '/manage/selective_sync/' }
] },
{
text: 'Setup GIS Project', // required
collapsed: true,
items: [
{ text: 'QGIS Project Preparation', link: '/gis/features/' },
{ text: 'Sorting and Search Setup', link: '/gis/search_data/' },
{ text: 'Background Maps', link: '/gis/settingup_background_map/' },
{ text: 'Map Themes', link: '/gis/setup_themes/' },
{ text: 'How to Set Photo Names Format', link: '/gis/photo-names/' },
{ text: 'How to Enable Digitising', link: '/gis/enable_digitising/' },
{ text: 'How to Set Up Snapping for Mergin Maps Mobile App', link: '/gis/snapping/' },
{ text: 'How to Avoid Polygons Overlap', link: '/gis/avoid-overlap/' },
{ text: 'Custom Projections', link: '/gis/proj/' },
{ text: 'Supported Formats', link: '/gis/supported_formats/' }
] },
{
text: 'Configure Forms', // required
collapsed: true,
items: [
{ text: 'Overview', link: '/layer/overview/' },
{ text: 'Widgets',
items: [
{ text: 'Available Widgets', link: '/layer/form-widgets/' },
{ text: 'Text', link: '/layer/text/' },
{ text: 'Date and Time', link: '/layer/date-time/' },
{ text: 'Relations', link: '/layer/relations/' },
{ text: 'Numbers', link: '/layer/numbers/' },
{ text: 'Checkbox', link: '/layer/checkbox/' },
{ text: 'QR Code', link: '/layer/qr-code/' },
{ text: 'Selecting Single or Multiple Values', link: '/layer/value-select/' },
{ text: 'Photos', link: '/layer/photos/' },
{ text: 'Informational Widgets', link: '/layer/info-widgets/' },
] },
{ text: 'Default Values',
collapsed: true,
items: [
{ text: 'Default Values Setup', link: '/layer/default-values/' },
{ text: 'Geotagging', link: '/layer/exif/' },
{ text: 'Variables', link: '/layer/variables/' }
] },
{ text: 'Constraints', link: '/layer/constraints/' },
{ text: 'Layout',
collapsed: true,
items: [
{ text: 'Form Layout', link: '/layer/form-layout/' },
{ text: 'Tabs and Groups', link: '/layer/tabs-and-groups/' },
{ text: 'Conditional Visibility', link: '/layer/conditional-visibility/' },
] },
{ text: 'Use Cases',
collapsed: true,
items: [
{ text: 'Use Cases Overview', link: '/layer/use-cases/' },
{ text: 'How to Open a File', link: '/layer/open-file/' },
{ text: 'How to Use Hyperlinks', link: '/layer/external-link/' },
{ text: 'How to Open a Link to a Navigation App', link: '/layer/link-to-navigation/' },
{ text: 'How to Use a Phone Call Link', link: '/layer/phone-call-link/' },
{ text: 'How to Link Multiple Records to One Feature (1-N Relations)', link: '/layer/one-to-n-relations/' },
{ text: 'How to Embed an Image', link: '/layer/embed-image/' },
{ text: 'How to Use Image Guides in the Form', link: '/layer/image-guide/' },
] },
] },
{
text: 'Fieldwork Tips', // required
collapsed: true,
items: [
{ text: 'Mergin Maps Mobile App Interface', link: '/field/mobile-app-ui/' },
{ text: 'Offline Use of Mergin Maps Mobile App', link: '/field/offline-use/' },
{ text: 'External GPS', link: '/field/external_gps/' },
{ text: 'GPS Accuracy', link: '/field/gps_accuracy/' },
{ text: 'Position Tracking', link: '/field/tracking/' },
{ text: 'Synchronisation in Mergin Maps Mobile App', link: '/field/autosync/' },
{ text: 'Measurement Tools', link: '/field/measure/' },
{ text: 'Layers in Mergin Maps Mobile App', link: '/field/layers/' },
{ text: 'Filtering', link: '/field/filtering/' },
{ text: 'Map Sketching', link: '/field/map-sketching/' },
{ text: 'Photo Sketching', link: '/field/photo-sketching/' },
{ text: 'How to Add, Edit, Delete Features', link: '/field/mobile-features/' },
{ text: 'How to Reuse Last Entered Values', link: '/field/reuse-last-values/' },
{ text: 'How to Stake Out Points', link: '/field/stake-out/' },
{ text: 'How to Fix a Broken Project', link: '/field/broken-project/' }
] },
{
text: 'For Developers', // required
collapsed: true,
items: [
{ text: 'Custom Mobile App', link: '/dev/customapp/' },
{ text: 'Python API Client', link: '/dev/integration/' },
{ text: 'C++ API Client', link: '/dev/integration-cpp/' },
{ text: 'PostgreSQL DB Sync', link: '/dev/dbsync/' },
{ text: 'Media Sync', link: '/dev/media-sync/' },
{ text: 'Work Packages', link: '/dev/work-packages/' },
{ text: 'Geodiff Library', link: '/dev/geodiff/' }
] },
{
text: 'Custom Server', // required
collapsed: true,
items: [
{ text: 'Overview', link: '/server/' },
{ text: 'Install', link: '/server/install/' },
{ text: 'Single Sign-On Deployment', link: '/server/sso-deployment/' },
{ text: 'Secure Mergin Maps Installation', link: '/server/security/' },
{ text: 'Upgrade', link: '/server/upgrade/' },
{ text: 'Administer', link: '/server/administer/' },
{ text: 'Administration Panel', link: '/server/dashboard/' },
{ text: 'Troubleshoot Custom Servers', link: '/server/troubleshoot/' },
{ text: 'Using Mergin Maps Mobile App and QGIS Plugin with a Custom Server', link: '/server/plugin-mobile-app/' }
] },
{
text: 'Migrate to Mergin Maps', // required
collapsed: true,
items: [
{ text: 'Migrate from QField', link: '/migrate/qfield/' },
{ text: 'Migrate from ArcGIS', link: '/migrate/arcgis/' },
{ text: 'Migrate from FulcrumApp', link: '/migrate/fulcrumapp/' },
] },
{
text: 'Support & Legal', // required
collapsed: true,
items: [
{ text: 'Licensing', link: '/misc/licensing/' },
{ text: 'Get Involved', link: '/misc/get-involved/' },
{ text: 'Troubleshoot',
collapsed:true,
items: [
{ text: 'Support and Troubleshooting', link: '/misc/troubleshoot/' },
{ text: 'Project fails to sync', link: '/misc/troubleshoot/not_syncing/' },
] },
{ text: 'Write Documentation', link: '/misc/write-docs/' }
]
}
]
}