diff --git a/README.rst b/README.rst index 90b32575a1e999e6165ab7a5c8260a3f669b6f60..833374009e347b5eca94378995a6a7fb95798de3 100644 --- a/README.rst +++ b/README.rst @@ -54,6 +54,12 @@ Please use the gitlab issue tracker at https://gitlab.com/gemseo/dev/gemseo/-/issues to submit bugs or questions. +Community +--------- + +The GEMSEO community forums are available at https://gemseo.discourse.group. +A place where users can connect, ask questions, and share ideas about GEMSEO. + License ------- diff --git a/doc_src/conf.py b/doc_src/conf.py index 9a2a7d621c42aafdab1acad18f6d1bce3decacc8..c15e73f462b4147ba582f9eef18186bc22fb84bf 100644 --- a/doc_src/conf.py +++ b/doc_src/conf.py @@ -189,6 +189,12 @@ html_theme_options = { "icon": "fa-brands fa-square-gitlab", "type": "fontawesome", }, + { + "name": "Discourse", + "url": "https://gemseo.discourse.group", + "icon": "fa-brands fa-discourse", + "type": "fontawesome", + }, ], # If "prev-next" is included in article_footer_items, then setting show_prev_next # to True would repeat prev and next links. See diff --git a/doc_src/contributing.rst b/doc_src/contributing.rst index 8cba557742d6ebe04f96eaebd90c538e1329031f..f6cf94489058cb87c23d31072710fdb40e51e576 100644 --- a/doc_src/contributing.rst +++ b/doc_src/contributing.rst @@ -35,6 +35,12 @@ Contact You can contact the |g| team at contact@gemseo.org for any question related to |g|. +Community Forums +---------------- + +The |g| community forums are available at https://gemseo.discourse.group. +A place where users can connect, ask questions, and share ideas about |g|. + Developer Certificate of Origin -------------------------------