diff --git a/docs/basics/community.md b/docs/basics/community.md
new file mode 100644
index 0000000000000000000000000000000000000000..8b3e4f5dcfc42324a4b5609dfdec610011d4e016
--- /dev/null
+++ b/docs/basics/community.md
@@ -0,0 +1,36 @@
+# CiviCRM Developer Community
+
+Developers from around the globe use the following systems to communicate and
+collaborate:
+
+-   [CiviCRM.org](https://civicrm.org)
+    -   [Extensions](https://civicrm.org/extensions) publishing
+    -   [Blog posts](https://civicrm.org/blog/) by community members
+    -   [Events](https://civicrm.org/events) -
+        meetups, conferences, camps, sprints, webinars
+    -   [Job Board](https://civicrm.org/jobs) - Post and find paid work
+-   [Documentation](https://civicrm.org/documentation) including:
+    -   [User Guide](https://docs.civicrm.org/user/en/stable/)
+    -   [Developer Guide](https://docs.civicrm.org/dev/en/master/)
+        *(that you're reading now!)*
+-   [Mattermost](https://chat.civicrm.org) - Live discussion
+-   [Jira](https://issues.civicrm.org/jira) - Issue tracking
+-   [GitHub](https://github.com/civicrm) - Hosted git repositories
+-   [StackExchange](http://civicrm.stackexchange.com/) - Question & answer
+-   [Discussion Mailing Lists](https://lists.civicrm.org/lists/)
+-   [Newsletters](https://civicrm.org/civicrm/mailing/subscribe)
+-   Falling out of use
+    -   [Wiki] - still used for specs & recipes, *but documentation
+        [is moving][migration] to the guides listed above*
+    -   [IRC](http://irc.civicrm.org/) - #civicrm on irc.freenode.net
+        *but now mostly replaced by Mattermost*
+    -   [Forum](https://forum.civicrm.org/) - *now mostly replaced by
+        StackExchange*
+
+[wiki]: https://wiki.civicrm.org/confluence/display/CRMDOC/CiviCRM+Documentation
+[migration]: https://wiki.civicrm.org/confluence/display/CRMDOC/Content+migration+from+wiki+to+Developer+Guide
+
+The developer community is full of friendly people, eager to welcome newcomers.
+Mattermost and in-person events are great starting points if you're looking to
+get involved!
+
diff --git a/mkdocs.yml b/mkdocs.yml
index c587efd2fd44e01ca3d6bb7b89e5db485e1f9270..594a524da895f439169759f5bebe15d1edccfafa 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -6,6 +6,7 @@ theme: readthedocs
 pages:
 - Home: index.md
 - Basics:
+  - Developer Community: basics/community.md
   - Requirements: requirements.md
   - Build: build.md
   - Customize: customize.md
diff --git a/redirects/wiki-crmdoc.txt b/redirects/wiki-crmdoc.txt
index 97f84fc5cdc0212602795669389e59ade9ed45ba..25d30ae87355bdba36dc66e601229ec238218c92 100644
--- a/redirects/wiki-crmdoc.txt
+++ b/redirects/wiki-crmdoc.txt
@@ -1 +1,2 @@
 Documentation+Infrastructure+Canary develop
+The+developer+community basics/community
\ No newline at end of file