diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css index df32cf8..6201e12 100644 --- a/docs/source/_static/css/custom.css +++ b/docs/source/_static/css/custom.css @@ -1,3 +1,3 @@ .wy-nav-content { - max-width: none; + max-width: 1350px; } \ No newline at end of file diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css index df32cf8..6201e12 100644 --- a/docs/source/_static/custom.css +++ b/docs/source/_static/custom.css @@ -1,3 +1,3 @@ .wy-nav-content { - max-width: none; + max-width: 1350px; } \ No newline at end of file diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index fcb0e7f..e9b2d3f 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -2,17 +2,20 @@ Quick Start ===== -Register for a free account. +1. Register for a free account. +~~~~~~~~~~~~~~~~~~~~~~~~~~ .. image:: images/Quick-Start-Signup.png -Check your email for a verification link +2. Check your email for a verification link +~~~~~~~~~~~~~~~~~~~~~~~~~~ .. image:: images/Quick-Start-Signup-4.png -Click the link to verify and log in +3. Click the link to verify and log in +~~~~~~~~~~~~~~~~~~~~~~~~~~ .. image:: images/Quick-Start-Verified.png @@ -23,7 +26,8 @@ Your FTP username is displayed on the Users page .. image:: images/Quick-Start-Login-3.png -In QGIS, open the Project you wish to publish and start qgis2web +4. In QGIS, open the Project you wish to publish and start qgis2web +~~~~~~~~~~~~~~~~~~~~~~~~~~ Enter your FTP information: @@ -31,19 +35,21 @@ Enter your FTP information: .. image:: images/Quick-Start-Login-4.png -Go to Maps > Add New +5. Go to Maps > Add New +~~~~~~~~~~~~~~~~~~~~~~~~~~ Give your map a name and description. You'll see your qgis2web projects you have FTPd. Select the map you wish to publish. - .. image:: images/Quick-Start-Login-10 + .. image:: images/Quick-Start-Login-10.png There are a large number of features and options, but for now, just go scroll down to Security and select the existing User Group .. image:: images/Quick-Start-Login-12.png -Click Create. +6. Click Create. +~~~~~~~~~~~~~~~~~~~~~~~~~~ ON the home page, click the link to your new map: @@ -51,6 +57,7 @@ ON the home page, click the link to your new map: Voila! Your map has been published! +~~~~~~~~~~~~~~~~~~~~~~~~~~ .. image:: images/Quick-Start-Login-22.png @@ -58,16 +65,10 @@ Voila! Your map has been published! -Short Version +Next: Make Your Maps Dynamic ------------ -1. On the Server page, add your Mergin Maps server. +Connecting to Data Sources. -2. On the Project page, add your project. You can have a PostGIS database created for you automatically or you can connect to an existing PostGIS database. -3. On the Service page, start the service. - -That's it! - -There are many more configuration options and features, but the above three steps are all that is required.