diff --git a/config.toml b/config.toml index 45ffc3d2f..639cd7610 100644 --- a/config.toml +++ b/config.toml @@ -548,36 +548,36 @@ sectionPagesMenu = 'main' [[menu.main]] parent = "Resources" - name = "Support" + name = "Contact and Support" url = "/resources/support/" weight = 100 [[menu.main]] - parent = "Support" + parent = "Contact and Support" name = "FAQ" url = "/resources/support/faq" weight = 110 [[menu.main]] - parent = "Support" + parent = "Contact and Support" name = "Bug Reporting" url = "/resources/support/bug-reporting" weight = 120 [[menu.main]] - parent = "Support" + parent = "Contact and Support" name = "Communication channels" url = "/resources/support/#communication-channels" weight = 130 [[menu.main]] - parent = "Support" + parent = "Contact and Support" name = "Commercial support" url = "/resources/support/commercial-support" weight = 140 [[menu.main]] - parent = "Support" + parent = "Contact and Support" name = "StackExchange" url = "/resources/support/#stackexchange" weight = 160 @@ -601,7 +601,7 @@ sectionPagesMenu = 'main' weight = 200 [[menu.main]] - parent = "Support" + parent = "Contact and Support" name = "Security" url = "/resources/support/security" weight = 190 diff --git a/content/community/organisation/mailinglists.md b/content/community/organisation/mailinglists.md index b8263c340..61d46cc42 100644 --- a/content/community/organisation/mailinglists.md +++ b/content/community/organisation/mailinglists.md @@ -20,6 +20,8 @@ The main list for user questions: used for discussion of QGIS in general, as wel {{< rich-list listLink="http://lists.osgeo.org/mailman/listinfo/qgis-user" layoutClass="half"listTitle="QGIS Users list" listSubtitle="http://lists.osgeo.org/mailman/listinfo/qgis-user" >}} +You can subscribe to the list by using the link above. Once you are subscribed, you can use the following email address to post your questions or discussion inputs: [qgis-user@lists.osgeo.org](mailto:qgis-user@lists.osgeo.org). + QGIS Developers list --------------------------------------------------------------------- @@ -28,6 +30,8 @@ The main list for questions about the development of QGIS core or plugins. You c {{< rich-list listLink="http://lists.osgeo.org/mailman/listinfo/qgis-developer" layoutClass="half"listTitle="QGIS Developers list" listSubtitle="http://lists.osgeo.org/mailman/listinfo/qgis-developer" >}} +You can subscribe to the list by using the link above. Once you are subscribed, you can use the following email address to post your questions or discussion inputs: [qgis-developer@lists.osgeo.org](mailto:qgis-developer@lists.osgeo.org). + QGIS Community team ------------------------------------------------------------------- @@ -35,6 +39,7 @@ This list deals with topics like documentation, user guide, web sites, blog, mai {{< rich-list listLink="http://lists.osgeo.org/mailman/listinfo/qgis-community-team" layoutClass="half"listTitle="QGIS Community team" listSubtitle="http://lists.osgeo.org/mailman/listinfo/qgis-community-team" >}} +You can subscribe to the list by using the link above. Once you are subscribed, you can use the following email address to post your questions or discussion inputs: [qgis-community-team@lists.osgeo.org](mailto:qgis-community-team@lists.osgeo.org). QGIS Translations --------------------------------------------------------------- @@ -43,6 +48,8 @@ This list deals with the translation efforts. If you want to work on the transla {{< rich-list listLink="http://lists.osgeo.org/mailman/listinfo/qgis-tr" layoutClass="half"listTitle="QGIS Translations" listSubtitle="http://lists.osgeo.org/mailman/listinfo/qgis-tr" >}} +You can subscribe to the list by using the link above. Once you are subscribed, you can use the following email address to post your questions or discussion inputs: [qgis-tr@lists.osgeo.org](mailto:qgis-tr@lists.osgeo.org). + QGIS Project Steering Committee (PSC) list --------------------------------------------------------------------------------------------------------------- @@ -50,6 +57,7 @@ This list is used to discuss Steering Committee issues related to overall manage {{< rich-list listLink="http://lists.osgeo.org/mailman/listinfo/qgis-psc" layoutClass="half"listTitle="QGIS Project Steering Committee (PSC) list" listSubtitle="http://lists.osgeo.org/mailman/listinfo/qgis-psc" >}} +You can subscribe to the list by using the link above. Once you are subscribed, you can use the following email address to post your questions or discussion inputs: [qgis-psc@lists.osgeo.org](mailto:qgis-psc@lists.osgeo.org). QGIS Web Client 2 --------------------------------------------------------------- @@ -58,5 +66,6 @@ This list is used to get help for setting up [QGIS Web Client 2 (QWC2)](https:// {{< rich-list listLink="http://lists.osgeo.org/mailman/listinfo/qgis-qwc2" layoutClass="half"listTitle="QGIS Web Client 2" listSubtitle="http://lists.osgeo.org/mailman/listinfo/qgis-qwc2" >}} +You can subscribe to the list by using the link above. Once you are subscribed, you can use the following email address to post your questions or discussion inputs: [qgis-qwc2@lists.osgeo.org](mailto:qgis-qwc2@lists.osgeo.org). {{< content-end >}} \ No newline at end of file diff --git a/content/resources/support.md b/content/resources/support.md index 7300bc35f..50e22a586 100644 --- a/content/resources/support.md +++ b/content/resources/support.md @@ -1,6 +1,6 @@ --- type: "page" -title: "Support" +title: "Contact and Support" subtitle: "" draft: false sidebar: true @@ -10,11 +10,11 @@ Reviewer: Tim Sutton {{< content-start >}} -# Support +# Contact and Support ## Before you start -Before you head off to join up with your chose support group, we would like to mention a few +Before you head off to join up with your chosen support group, we would like to mention a few guidelines for participating in our community: ### Stay on topic diff --git a/playwright/ci-test/tests/fixtures/sidebar.ts b/playwright/ci-test/tests/fixtures/sidebar.ts index 4f426b2a5..849865236 100644 --- a/playwright/ci-test/tests/fixtures/sidebar.ts +++ b/playwright/ci-test/tests/fixtures/sidebar.ts @@ -142,7 +142,7 @@ export class Sidebar { }); this.supportLink = this.sidebar.getByRole("link", { - name: "Support", + name: "Contact and Support", exact: true, });