Skip to content

Commit 720a24c

Browse files
authored
Remove discontinued discourse server from docs (#7703)
1 parent 56b38d0 commit 720a24c

File tree

11 files changed

+10
-29
lines changed

11 files changed

+10
-29
lines changed

CONTRIBUTING.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ Community & Association
7676
You can join us online:
7777

7878
* in our `django CMS Slack channel <https://www.django-cms.org/slack>`_
79-
* on our `Discourse forum <https://discourse.django-cms.org>`_
8079

8180
You can join a work group and work collaboratively on django CMS
8281

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The demo platform is kindly provided by Divio, platinum member of the django CMS
100100
Getting Help
101101
************
102102

103-
Please head over to our `Slack channel <https://www.django-cms.org/slack>`_ or our `discourse forum <https://discourse.django-cms.org/>`_ for support.
103+
Please head over to our `Slack channel <https://www.django-cms.org/slack>`_ for support.
104104

105105
********************
106106
Professional support

cms/cms_toolbars.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
(_("Getting started developer guide"), 'https://docs.django-cms.org/en/latest/introduction/index.html'),
5252
(_("Documentation"), 'https://docs.django-cms.org/en/latest/'),
5353
(_("User guide"), 'https://docs.google.com/document/d/1f5eWyD_sxUSok436fSqDI0NHcpQ88CXQoDoQm9ZXb0s/'),
54-
(_("Support Forum"), 'https://discourse.django-cms.org/'),
5554
(_("Support Slack"), 'https://www.django-cms.org/slack'),
5655
(_("What's new"), 'https://www.django-cms.org/en/blog/'),
5756
)

cms/utils/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def wrapper():
8181
'ENABLE_HELP': True, # Adds help menu toolbar
8282
'EXTRA_HELP_MENU_ITEMS': (),
8383
'HELP_MENU_ITEMS': (
84-
(_('Community forum'), 'https://discourse.django-cms.org/'),
84+
(_('Community chat'), 'https://www.django-cms.org/slack/'),
8585
(_('Documentation'), 'https://docs.django-cms.org/en/latest/'),
8686
(_('Getting started'), 'https://www.django-cms.org/en/get-started-django-cms/'),
8787
(_('Talk to us'), 'https://www.django-cms.org/en/support/'),

docs/contributing/code.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Basic requirements and standards
2828
********************************
2929

3030
If you're interested in developing a new feature for the CMS, it is recommended
31-
that you first discuss it on the `Discourse forum <https://discourse.django-cms.org>`_ so as
31+
that you first discuss it on the `Slack channel <https://www.django-cms.org/slack>`_ so as
3232
not to do any work that will not get merged in anyway.
3333

3434
- 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
107107
**must** demonstrate the bug with a test to avoid regressions and to check
108108
that the fix works.
109109

110-
We have a `Slack Channel`_, a `Discourse forum
111-
<https://discourse.django-cms.org>`_, and of course the code reviews mechanism on GitHub - do use them.
110+
We have a `Slack Channel`_ and of course the code reviews mechanism on GitHub - do use them.
112111

113112

114113
.. _contributing_frontend:

docs/contributing/code_of_conduct.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We will not tolerate abusive behaviour or language or any form of harassment.
1313

1414
Individuals whose behaviour is a cause for concern will be given a warning, and
1515
if necessary will be excluded from participation in official django CMS
16-
channels (Slack group, Discourse forum, email lists, IRC channels, etc) and
16+
channels (Slack group, email lists, etc) and
1717
events. The `Django Software Foundation
1818
<http://djangoproject.com/foundation/>`_ will also be informed of the issue.
1919

docs/contributing/development-community.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,15 @@ to stay updated with the latest news and to connect with other users across the
7777
You can join us online:
7878

7979
* in our `django CMS Slack channel <https://www.django-cms.org/slack>`_
80-
* on our `Discourse forum <https://discourse.django-cms.org>`_
8180
* on `StackOverflow <https://stackoverflow.com/questions/tagged/django-cms>`_
8281

8382
You should make sure to join our Slack workspace. It is our main communication platform. Users from all over the world
8483
use Slack to talk about django CMS and to support each other in answering support requests.
85-
For people who prefer to use a traditional user board, we have set up a Discourse forum.
86-
It contains question and answer threads about django CMS and is actively monitored by our team of supporters.
87-
It can also be used to request features.
88-
Our Discord server is used for ad hoc online meetings or for after work hangouts.
8984
StackOverflow is a very popular, community-based space to find and contribute answers to technical challenges
9085

9186

9287
You can also follow:
9388

94-
* the `Travis Continuous Integration build reports <https://travis-ci.com/django-cms/django-cms>`_
9589
* the `@djangocms <https://twitter.com/djangocms>`_ Twitter account for general announcements
9690
* the `django CMS Association LinkedIn <https://www.linkedin.com/company/django-cms-association>`_ account
9791

docs/contributing/management.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Raising an issue
2727

2828

2929
Except in the case of security matters, of course, you're welcome to raise
30-
issues in any way that suits you - :ref:`using Discourse, or the Slack group
30+
issues in any way that suits you - the Slack group
3131
<development-community>` or in person if you happen to meet another django CMS
3232
developer.
3333

docs/index.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The `django CMS Association <https://www.django-cms.org/en/about-us/>`_ is a non
8787
organisation that exists to support the development of django CMS and its community.
8888

8989

90-
.. rst-class:: column column3
90+
.. rst-class:: column column2
9191

9292
Slack
9393
=====
@@ -97,16 +97,7 @@ Join `our friendly Slack group <https://www.django-cms.org/slack>`_ for
9797
other members of the community.
9898

9999

100-
.. rst-class:: column column3
101-
102-
Discourse
103-
=========
104-
105-
Our `Discourse forum <https://discourse.django-cms.org>`_ is also used for
106-
discussion of django CMS, particularly to manage its technical development process.
107-
108-
109-
.. rst-class:: column column3
100+
.. rst-class:: column column2
110101

111102
StackOverflow
112103
=============

docs/introduction/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,4 @@ hand, rather than using the quickstart project, see :doc:`/how_to/install` and t
4242
rest of the tutorials.
4343

4444
Either way, you'll be able to find support and help from the numerous friendly members of the
45-
django CMS community, either on our `Discourse forum <https://discourse.django-cms.org>`_ or `our
46-
Slack group <https://www.django-cms.org/slack>`_.
45+
django CMS community on `our Slack group <https://www.django-cms.org/slack>`_.

docs/reference/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ CMS_EXTRA_HELP_MENU_ITEMS
10691069
Example::
10701070

10711071
CMS_EXTRA_HELP_MENU_ITEMS = (
1072-
(_('Community forum'), 'https://discourse.django-cms.org/'),
1072+
(_('Community chat'), 'https://www.django-cms.org/slack'),
10731073
(_('Documentation'), 'https://docs.django-cms.org/en/latest/'),
10741074
(_('Getting started'), 'https://www.django-cms.org/en/get-started-django-cms/'),
10751075
(_('Talk to us'), 'https://www.django-cms.org/en/support/'),

0 commit comments

Comments
 (0)