@@ -31,14 +31,20 @@ export default {
3131 { text : 'Member Roles and Permissions' , link : '/manage/permissions/' } ,
3232 { text : 'Synchronisation' , link : '/manage/synchronisation/' } ,
3333 { text : 'Mergin Maps Project' , link : '/manage/project/' } ,
34+ { text : 'Webmaps' ,
35+ items : [
36+ { text : 'Overview' , link : '/manage/dashboard-maps/' } ,
37+ { text : 'Sharing and Embedding' , link : '/manage/webmaps-sharing/' } ,
38+ { text : 'Custom Applications (with AI) 🧪' , link : '/manage/webmaps-applications/' } ,
39+ { text : 'Troubleshooting' , link : '/manage/webmaps-troubleshooting/' }
40+ ] } ,
3441 { text : 'How to Create a New Project' , link : '/manage/create-project/' } ,
3542 { text : 'How to Share, Transfer or Delete Projects' , link : '/manage/project-advanced/' } ,
3643 { text : 'How to Delete Files' , link : '/manage/delete-files/' } ,
3744 { text : 'How to Deploy Revised Projects' , link : '/manage/deploy-new-project/' } ,
3845 { text : 'How to Recover Missing Data' , link : '/manage/missing-data/' } ,
3946 { text : 'Mergin Maps QGIS Plugin Overview' , link : '/manage/plugin/' } ,
4047 { text : 'Mergin Maps Dashboard' , link : '/manage/dashboard/' } ,
41- { text : 'Webmaps' , link : '/manage/dashboard-maps/' } ,
4248 { text : 'Project History and Versions' , link : '/manage/project-history/' } ,
4349 { text : 'Selective Synchronisation' , link : '/manage/selective_sync/' }
4450 ] } ,
@@ -54,6 +60,7 @@ export default {
5460 { text : 'How to Enable Digitising' , link : '/gis/enable_digitising/' } ,
5561 { text : 'How to Set Up Snapping for Mergin Maps Mobile App' , link : '/gis/snapping/' } ,
5662 { text : 'How to Avoid Polygons Overlap' , link : '/gis/avoid-overlap/' } ,
63+ { text : 'Publishing Projects via OGC API (WMS/WMTS, WFS)' , link : '/gis/ogc-api/' } ,
5764 { text : 'Custom Projections' , link : '/gis/proj/' } ,
5865 { text : 'Elevations' , link : '/gis/elevations/' } ,
5966 { text : 'Supported Formats' , link : '/gis/supported_formats/' }
@@ -95,17 +102,18 @@ export default {
95102 collapsed : true ,
96103 items : [
97104 { text : 'Use Cases Overview' , link : '/layer/use-cases/' } ,
98- { text : 'How to Open a File' , link : '/layer/open-file/' } ,
99- { text : 'How to Use Hyperlinks' , link : '/layer/external-link/' } ,
105+ { text : 'How to Open a File' , link : '/layer/open-file/' } ,
106+ { text : 'How to Use Hyperlinks' , link : '/layer/external-link/' } ,
100107 { text : 'How to Open a Link to a Navigation App' , link : '/layer/link-to-navigation/' } ,
101108 { text : 'How to Use a Phone Call Link' , link : '/layer/phone-call-link/' } ,
102109 { text : 'How to Link Multiple Records to One Feature (1-N Relations)' , link : '/layer/one-to-n-relations/' } ,
103110 { text : 'How to Embed an Image' , link : '/layer/embed-image/' } ,
104111 { text : 'How to Use Image Guides in the Form' , link : '/layer/image-guide/' } ,
112+ { text : 'How to Display Photo Location and Direction' , link : '/layer/photo-direction/' } ,
105113 ] } ,
106114 ] } ,
107115 {
108- text : 'Fieldwork Tips ' , // required
116+ text : 'Fieldwork' , // required
109117 collapsed : true ,
110118 items : [
111119 { text : 'Mergin Maps Mobile App Interface' , link : '/field/mobile-app-ui/' } ,
0 commit comments