Skip to content

Commit f800c11

Browse files
author
Chris Cho
authored
DOCSP-9382: remove links to google groups and stackoverflow for support (#622)
* DOCSP-9382: remove links to google groups and stackoverflow for support
1 parent fe5bd09 commit f800c11

27 files changed

+96
-138
lines changed

conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777
'aws-docs': ('https://docs.aws.amazon.com/%s', ''),
7878
'wikipedia': ('https://en.wikipedia.org/wiki/%s', ''),
7979
'community-support': ('https://www.mongodb.com/community-support-resources%s', ''),
80+
'technical-support': ('https://docs.mongodb.com/manual/support%s', ''),
81+
'community-forum': ('https://community.mongodb.com/%s', ''),
8082
}
8183

8284
intersphinx_mapping = {}

source/drivers/c.txt

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,4 @@ Language Compatibility
9696

9797
.. include:: /includes/language-compatibility-table-c.rst
9898

99-
100-
How to get help
101-
---------------
102-
103-
- Join our `Google Group <http://groups.google.com/group/mongodb-user>`__.
104-
- Ask on `Stack Overflow <http://stackoverflow.com/questions/tagged/mongodb-c>`__.
105-
- Visit our `Support Channels <http://www.mongodb.org/about/support>`__.
106-
- File a bug or feature request on :issue:`JIRA <CDRIVER>`.
107-
108-
99+
.. include:: /includes/help-links-c.rst

source/drivers/csharp.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,4 @@ Language Compatibility
7676

7777
.. include:: /includes/language-compatibility-table-csharp.rst
7878

79-
80-
How to get help
81-
---------------
82-
83-
- Join our `Google Group <https://groups.google.com/forum/#!forum/mongodb-user>`__.
84-
- Ask on `Stack Overflow <https://stackoverflow.com/questions/tagged/mongodb+c%23>`__.
85-
- Visit our `Support Channels <https://docs.mongodb.com/manual/support/>`__.
86-
- See our `JIRA <https://jira.mongodb.org/projects/CSHARP/summary>`__ to raise issues or request features.
87-
79+
.. include:: /includes/help-links-csharp.rst

source/drivers/cxx.txt

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,4 @@ Language Compatibility
8383

8484
.. include:: /includes/language-compatibility-table-cxx.rst
8585

86-
87-
How to get help
88-
---------------
89-
90-
- Join our `Google Group <http://groups.google.com/group/mongodb-user>`__.
91-
- Ask on `Stack Overflow <https://stackoverflow.com/questions/tagged/mongodb%20c%2b%2b>`__.
92-
- Visit our `Support Channels <http://www.mongodb.org/about/support>`__.
93-
- See how to `report a bug <http://mongocxx.org/reporting-bugs/>`__.
94-
95-
86+
.. include:: /includes/help-links-cxx.rst

source/drivers/go.txt

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,4 @@ Language Compatibility
7676

7777
.. include:: /includes/language-compatibility-table-go.rst
7878

79-
How to get help
80-
---------------
81-
82-
- Join our `Google Group <https://groups.google.com/forum/#!forum/mongodb-go-driver>`__.
83-
- Ask on `Stack Overflow <https://stackoverflow.com/questions/tagged/mongo-go>`__.
84-
- Visit our `Support Channels <https://docs.mongodb.com/manual/support/>`__.
85-
- See the :issue:`project JIRA <GODRIVER>` to raise issues or request features.
86-
87-
88-
89-
79+
.. include:: /includes/help-links-go.rst

source/drivers/java.txt

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ Take the free online course taught by MongoDB
3939
.. figure:: /figures/M220J_hero.jpg
4040

4141
- `M220J: MongoDB for Java Developers <https://university.mongodb.com/courses/M220J/about>`__
42-
42+
4343
Learn the essentials of Java application development with MongoDB.
4444

4545

4646
Installation
4747
------------
4848

4949
The recommended way to get started using one of the drivers in your project is with a dependency
50-
management system. See
50+
management system. See
5151
:java-docs-latest:`Installation Guide <driver/getting-started/installation/>`
5252

5353

@@ -102,15 +102,4 @@ Language Compatibility
102102

103103
.. include:: /includes/language-compatibility-table-java.rst
104104

105-
106-
How to get help
107-
---------------
108-
109-
- Join our `Google Group <https://groups.google.com/forum/#!forum/mongodb-user>`__.
110-
- Ask on `Stack Overflow <https://stackoverflow.com/questions/tagged/mongodb+java>`__.
111-
- Visit our `Support Channels <https://docs.mongodb.com/manual/support/>`__.
112-
- See :java-docs-latest:`Issues & Help <issues-help/>`.
113-
114-
115-
116-
105+
.. include:: /includes/help-links-java.rst

source/drivers/motor.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,4 @@ Language Compatibility
8080

8181
.. include:: /includes/language-compatibility-table-motor.rst
8282

83-
84-
How to get help
85-
---------------
86-
87-
- Join our `Google Group <http://groups.google.com/group/mongodb-user>`__.
88-
- Ask on `Stack Overflow <https://stackoverflow.com/questions/tagged/mongodb%20python>`__.
89-
- Visit our `Support Channels <http://www.mongodb.org/about/support>`__.
90-
- See `JIRA <https://jira.mongodb.org/projects/MOTOR/summary>`__ to raise issues or request features.
83+
.. include:: /includes/help-links-motor.rst

source/drivers/node.txt

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,4 @@ Language Compatibility
9797

9898
.. include:: /includes/language-compatibility-table-node.rst
9999

100-
101-
How to get help
102-
---------------
103-
104-
- Join our `Google Group <http://groups.google.com/group/mongodb-user>`__.
105-
- Ask on `Stack Overflow <http://stackoverflow.com/questions/tagged/mongodb+nodejs>`__.
106-
- Visit our `Support Channels <http://www.mongodb.org/about/support>`__.
107-
- See `Issues & Help <http://mongodb.github.io/node-mongodb-native/3.2/issues-help/>`__.
108-
109-
100+
.. include:: /includes/help-links-node.rst

source/drivers/perl.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,4 @@ Language Compatibility
7979

8080
.. include:: /includes/language-compatibility-table-perl.rst
8181

82-
83-
How to get help
84-
---------------
85-
86-
- Join our `Google Group <https://groups.google.com/forum/#!forum/mongodb-user>`__.
87-
- Ask on `Stack Overflow <https://stackoverflow.com/questions/tagged/mongodb+perl>`__.
88-
- Visit our `Support Channels <https://docs.mongodb.com/manual/support/>`__.
89-
- See our `JIRA <https://jira.mongodb.org/projects/PERL/summary>`__ to raise issues or submit feature requests.
82+
.. include:: /includes/help-links-general.rst

source/drivers/php.txt

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -122,18 +122,7 @@ Language Compatibility
122122

123123
.. include:: /includes/language-compatibility-table-php.rst
124124

125-
How to get help
126-
---------------
127-
128-
- Join our `Google Group <https://groups.google.com/forum/#!forum/mongodb-user>`__.
129-
- Ask on `Stack Overflow <https://stackoverflow.com/questions/tagged/mongodb+php>`__.
130-
- Visit our `Support Channels <https://docs.mongodb.com/manual/support/>`__.
131-
- See our JIRA to raise issues or request features.
132-
133-
- `Extension <https://jira.mongodb.org/projects/PHPC/summary>`__
134-
135-
- `Library <https://jira.mongodb.org/projects/PHPLIB/summary>`__
136-
125+
.. include:: /includes/help-links-php.rst
137126

138127
See Also
139128
--------
@@ -146,6 +135,3 @@ See Also
146135
:titlesonly:
147136

148137
/drivers/php-libraries
149-
150-
151-

0 commit comments

Comments
 (0)