Skip to content

Commit

Permalink
Merge pull request #472 from Xpirix/contact_page
Browse files Browse the repository at this point in the history
Contact and Support page
  • Loading branch information
Xpirix authored Dec 13, 2024
2 parents c3a6307 + 0d53468 commit df70b3e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
14 changes: 7 additions & 7 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -601,7 +601,7 @@ sectionPagesMenu = 'main'
weight = 200

[[menu.main]]
parent = "Support"
parent = "Contact and Support"
name = "Security"
url = "/resources/support/security"
weight = 190
Expand Down
9 changes: 9 additions & 0 deletions content/community/organisation/mailinglists.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: [[email protected]](mailto:[email protected]).

QGIS Developers list
---------------------------------------------------------------------

Expand All @@ -28,13 +30,16 @@ 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: [[email protected]](mailto:[email protected]).

QGIS Community team
-------------------------------------------------------------------

This list deals with topics like documentation, user guide, web sites, blog, mailing lists, forums and translation efforts. If you want to work on the user guide as well, this list is a good starting point to ask your questions.

{{< 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: [[email protected]](mailto:[email protected]).

QGIS Translations
---------------------------------------------------------------
Expand All @@ -43,13 +48,16 @@ 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: [[email protected]](mailto:[email protected]).

QGIS Project Steering Committee (PSC) list
---------------------------------------------------------------------------------------------------------------

This list is used to discuss Steering Committee issues related to overall management and direction of QGIS.

{{< 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: [[email protected]](mailto:[email protected]).

QGIS Web Client 2
---------------------------------------------------------------
Expand All @@ -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: [[email protected]](mailto:[email protected]).

{{< content-end >}}
6 changes: 3 additions & 3 deletions content/resources/support.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
type: "page"
title: "Support"
title: "Contact and Support"
subtitle: ""
draft: false
sidebar: true
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion playwright/ci-test/tests/fixtures/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export class Sidebar {
});

this.supportLink = this.sidebar.getByRole("link", {
name: "Support",
name: "Contact and Support",
exact: true,
});

Expand Down

0 comments on commit df70b3e

Please sign in to comment.