Remove discontinued discourse server from docs (#7703)

This commit is contained in:
Fabian Braun 2023-11-26 18:09:46 +01:00 committed by GitHub
parent 56b38d0d3e
commit 720a24c992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 10 additions and 29 deletions

View File

@ -76,7 +76,6 @@ Community & Association
You can join us online:
* in our `django CMS Slack channel <https://www.django-cms.org/slack>`_
* on our `Discourse forum <https://discourse.django-cms.org>`_
You can join a work group and work collaboratively on django CMS

View File

@ -100,7 +100,7 @@ The demo platform is kindly provided by Divio, platinum member of the django CMS
Getting Help
************
Please head over to our `Slack channel <https://www.django-cms.org/slack>`_ or our `discourse forum <https://discourse.django-cms.org/>`_ for support.
Please head over to our `Slack channel <https://www.django-cms.org/slack>`_ for support.
********************
Professional support

View File

@ -51,7 +51,6 @@ DEFAULT_HELP_MENU_ITEMS = (
(_("Getting started developer guide"), 'https://docs.django-cms.org/en/latest/introduction/index.html'),
(_("Documentation"), 'https://docs.django-cms.org/en/latest/'),
(_("User guide"), 'https://docs.google.com/document/d/1f5eWyD_sxUSok436fSqDI0NHcpQ88CXQoDoQm9ZXb0s/'),
(_("Support Forum"), 'https://discourse.django-cms.org/'),
(_("Support Slack"), 'https://www.django-cms.org/slack'),
(_("What's new"), 'https://www.django-cms.org/en/blog/'),
)

View File

@ -81,7 +81,7 @@ DEFAULTS = {
'ENABLE_HELP': True, # Adds help menu toolbar
'EXTRA_HELP_MENU_ITEMS': (),
'HELP_MENU_ITEMS': (
(_('Community forum'), 'https://discourse.django-cms.org/'),
(_('Community chat'), 'https://www.django-cms.org/slack/'),
(_('Documentation'), 'https://docs.django-cms.org/en/latest/'),
(_('Getting started'), 'https://www.django-cms.org/en/get-started-django-cms/'),
(_('Talk to us'), 'https://www.django-cms.org/en/support/'),

View File

@ -28,7 +28,7 @@ Basic requirements and standards
********************************
If you're interested in developing a new feature for the CMS, it is recommended
that you first discuss it on the `Discourse forum <https://discourse.django-cms.org>`_ so as
that you first discuss it on the `Slack channel <https://www.django-cms.org/slack>`_ so as
not to do any work that will not get merged in anyway.
- Code will be reviewed and tested by at least one core developer, preferably
@ -107,8 +107,7 @@ coverage will only be accepted with a very good reason; bug-fixing patches
**must** demonstrate the bug with a test to avoid regressions and to check
that the fix works.
We have a `Slack Channel`_, a `Discourse forum
<https://discourse.django-cms.org>`_, and of course the code reviews mechanism on GitHub - do use them.
We have a `Slack Channel`_ and of course the code reviews mechanism on GitHub - do use them.
.. _contributing_frontend:

View File

@ -13,7 +13,7 @@ We will not tolerate abusive behaviour or language or any form of harassment.
Individuals whose behaviour is a cause for concern will be given a warning, and
if necessary will be excluded from participation in official django CMS
channels (Slack group, Discourse forum, email lists, IRC channels, etc) and
channels (Slack group, email lists, etc) and
events. The `Django Software Foundation
<http://djangoproject.com/foundation/>`_ will also be informed of the issue.

View File

@ -77,21 +77,15 @@ to stay updated with the latest news and to connect with other users across the
You can join us online:
* in our `django CMS Slack channel <https://www.django-cms.org/slack>`_
* on our `Discourse forum <https://discourse.django-cms.org>`_
* on `StackOverflow <https://stackoverflow.com/questions/tagged/django-cms>`_
You should make sure to join our Slack workspace. It is our main communication platform. Users from all over the world
use Slack to talk about django CMS and to support each other in answering support requests.
For people who prefer to use a traditional user board, we have set up a Discourse forum.
It contains question and answer threads about django CMS and is actively monitored by our team of supporters.
It can also be used to request features.
Our Discord server is used for ad hoc online meetings or for after work hangouts.
StackOverflow is a very popular, community-based space to find and contribute answers to technical challenges
You can also follow:
* the `Travis Continuous Integration build reports <https://travis-ci.com/django-cms/django-cms>`_
* the `@djangocms <https://twitter.com/djangocms>`_ Twitter account for general announcements
* the `django CMS Association LinkedIn <https://www.linkedin.com/company/django-cms-association>`_ account

View File

@ -27,7 +27,7 @@ Raising an issue
Except in the case of security matters, of course, you're welcome to raise
issues in any way that suits you - :ref:`using Discourse, or the Slack group
issues in any way that suits you - the Slack group
<development-community>` or in person if you happen to meet another django CMS
developer.

View File

@ -87,7 +87,7 @@ The `django CMS Association <https://www.django-cms.org/en/about-us/>`_ is a non
organisation that exists to support the development of django CMS and its community.
.. rst-class:: column column3
.. rst-class:: column column2
Slack
=====
@ -97,16 +97,7 @@ Join `our friendly Slack group <https://www.django-cms.org/slack>`_ for
other members of the community.
.. rst-class:: column column3
Discourse
=========
Our `Discourse forum <https://discourse.django-cms.org>`_ is also used for
discussion of django CMS, particularly to manage its technical development process.
.. rst-class:: column column3
.. rst-class:: column column2
StackOverflow
=============

View File

@ -42,5 +42,4 @@ hand, rather than using the quickstart project, see :doc:`/how_to/install` and t
rest of the tutorials.
Either way, you'll be able to find support and help from the numerous friendly members of the
django CMS community, either on our `Discourse forum <https://discourse.django-cms.org>`_ or `our
Slack group <https://www.django-cms.org/slack>`_.
django CMS community on `our Slack group <https://www.django-cms.org/slack>`_.

View File

@ -1069,7 +1069,7 @@ CMS_EXTRA_HELP_MENU_ITEMS
Example::
CMS_EXTRA_HELP_MENU_ITEMS = (
(_('Community forum'), 'https://discourse.django-cms.org/'),
(_('Community chat'), 'https://www.django-cms.org/slack'),
(_('Documentation'), 'https://docs.django-cms.org/en/latest/'),
(_('Getting started'), 'https://www.django-cms.org/en/get-started-django-cms/'),
(_('Talk to us'), 'https://www.django-cms.org/en/support/'),