Skip to content

Commit

Permalink
Incorporated Docathon feedback: fixed broken links & capitalization i…
Browse files Browse the repository at this point in the history
…ssues (#7056)
  • Loading branch information
cwarnermm authored Apr 9, 2024
1 parent 18c36cf commit 9e32d82
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 30 deletions.
2 changes: 1 addition & 1 deletion source/_templates/custom-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ <h4>Integrate and extend</h4>
</div>
</a>
<a
href='/guides/get-help.html'
href='guides/get-help.html'
class="masthead-card"
>
<div class="masthead-card__icon">
Expand Down
8 changes: 4 additions & 4 deletions source/about/faq-license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Mattermost Partnership Agreements
+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| Partnership Agreement | Agreement |
+=============================================================================+===================================================================================================================+
| Mattermost Authorized Reseller Agreement | `Mattermost Authorized Reseller Agreement <https://mattermost.com/partners/>`__ |
| Mattermost Authorized Reseller Agreement | `Mattermost Authorized Reseller Agreement <https://mattermost.com/partners/>`_ |
+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+

Mattermost Confidentiality Agreements
Expand All @@ -73,7 +73,7 @@ Mattermost Confidentiality Agreements
+-----------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
| Confidentiality Agreement | Agreement |
+=============================================================================+=======================================================================================================================================+
| Mattermost Mutual Non-Disclosure Agreement | `Mattermost Mutual Non-Disclosure Agreement <https://docs.google.com/document/d/1Ev3VFjiJBKSf1D5Kmf2BScbHBgSQbMzTzOhY3Of28vY/edit>`__ |
| Mattermost Mutual Non-Disclosure Agreement | `Mattermost Mutual Non-Disclosure Agreement <https://docs.google.com/document/d/1Ev3VFjiJBKSf1D5Kmf2BScbHBgSQbMzTzOhY3Of28vY/edit>`_ |
+-----------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+

Working for Mattermost
Expand All @@ -82,9 +82,9 @@ Working for Mattermost
+-----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
| Service | Terms and Conditions |
+=============================================================================+==================================================================================================================================================+
| Mattermost Professional Consulting Services | `Mattermost Professional Consulting Services Agreement <https://docs.google.com/document/d/1tgEkO5Q-xqAgVEcx5Y-z28OC36HptpltKORpivQGLoY/edit>`__ |
| Mattermost Professional Consulting Services | `Mattermost Professional Consulting Services Agreement <https://docs.google.com/document/d/1tgEkO5Q-xqAgVEcx5Y-z28OC36HptpltKORpivQGLoY/edit>`_ |
+-----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
| Mattermost Consulting | `Mattermost Consulting Terms <https://handbook.mattermost.com/operations/sales/partner-programs>`__ |
| Mattermost Consulting | `Mattermost Consulting Terms <https://handbook.mattermost.com/operations/sales/partner-programs>`_ |
+-----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+

Source available licensing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Trobleshooting FAQ

No. Currently, only accounts with the same email addresses are allowed to be connected. Specify the email address that matches your Mattermost account.

If connecting a Mattermost account to a Microsoft Teams account with a different email address is something your workspace requires, there is an open `Github issue <https://github.com/mattermost/mattermost-plugin-msteams/issues/519>`__ for you to share your feedback.
If connecting a Mattermost account to a Microsoft Teams account with a different email address is something your workspace requires, there is an open `GitHub issue <https://github.com/mattermost/mattermost-plugin-msteams/issues/519>`__ for you to share your feedback.

Get help
--------
Expand Down
2 changes: 1 addition & 1 deletion source/deploy/desktop-app-changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ Known Issues

- Users are unable to zoom in/out on the desktop app. This bug will be fixed after a major version upgrade of Electron to v6.0.0.
- ``CMD+Z`` doesn't undo on the Mac desktop app.
- Unable to exit full screen Youtube videos.
- Unable to exit full screen YouTube videos.
- "RIght-click + Copy" does not work.
- Notifications appear in sequence rather than stacking on Windows.
- Clicking on notifications when using the MSI installer(s) doesn't focus the app or the channel that triggered the notification.
Expand Down
4 changes: 2 additions & 2 deletions source/deploy/legacy-cloud-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ From Mattermost v9.2, see the [Mattermost Changelog](https://docs.mattermost.com

### Bug Fixes
- Fixed an issue with incorrect mention counts in unread channels.
- Fixed an issue where the cursor displayed as a pointer instead of as an arrow in embedded Youtube preview images.
- Fixed an issue where the cursor displayed as a pointer instead of as an arrow in embedded YouTube preview images.
- Fixed an issue where formatting was applied to selected spaces after a word.
- Fixed an issue where an error with an option to refetch data was not displayed and instead a blank screen was shown when there was a failure fetching Cloud data.
- Fixed an issue where screen readers did not announce that the channel interface language dropdown in **Settings > Display > Language > Change** is a dropdown.
Expand Down Expand Up @@ -2490,7 +2490,7 @@ From Mattermost v9.2, see the [Mattermost Changelog](https://docs.mattermost.com

### Bug Fixes
- Fixed an issue where users were unable to deactivate MFA for their accounts even if MFA was disabled on the server.
- Fixed an issue where user settings on API could be set if LDAP Sync was on. For LDAP and SAML users, the following fields cannot be changed via the API if the corresponding LDAP/SAML attributes have been set: first name, last name, position, nickname, email, profile picture. For OAUTH users (i.e., Gitlab, Google, Office365 and OpenID), the following fields cannot be changed via the API: first name, last name. All users who authenticate via a method other than email cannot change their username via the API.
- Fixed an issue where user settings on API could be set if LDAP Sync was on. For LDAP and SAML users, the following fields cannot be changed via the API if the corresponding LDAP/SAML attributes have been set: first name, last name, position, nickname, email, profile picture. For OAUTH users (i.e., GitLab, Google, Office365 and OpenID), the following fields cannot be changed via the API: first name, last name. All users who authenticate via a method other than email cannot change their username via the API.
- Fixed a possible panic on post creation when the collapsed threads feature was enabled.
- Fixed a database deadlock that could happen if a sidebar category was updated and deleted at the same time.
- Fixed an issue where the sidebar **Text Hover BG Theme** color didn’t work on the left-hand side.
Expand Down
10 changes: 5 additions & 5 deletions source/deploy/legacy-self-hosted-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6338,7 +6338,7 @@ Mattermost v5.15.0 contains low level security fixes. [Upgrading](https://docs.m
- Fixed some bugs related to the new [keyboard accessibility](https://docs.mattermost.com/help/getting-started/accessibility.html) feature.
- Fixed an issue where the "@" sign was replaced with keyboard accessibility feature on Italian keyboard.
- Fixed an issue where joining a new channel with few posts sometimes did not take the user to the bottom of the channel.
- Fixed an issue where scroll pop sometimes occured with embedded Youtube links.
- Fixed an issue where scroll pop sometimes occured with embedded YouTube links.
- Fixed an issue with stuttery dropdowns in Safari.
- Fixed an issue where clicking on a post would highlight it after returning to the tab/window.
- Fixed an issue where SVG attachments bled over into subsequent posts.
Expand Down Expand Up @@ -6566,7 +6566,7 @@ Multiple setting options were added to `config.json`. Below is a list of the add
- Post and comment boxes are expanding too early on Firefox.
- Modifying config files causes compliance exports to run twice.
- Using channel autocomplete while editing post causes current channel to be unread.
- Scroll pop may occur with embedded Youtube links.
- Scroll pop may occur with embedded YouTube links.
- Clicking on a post will highlight it after returning to the tab/window.
- Plugin translation files are not updated on web-client when plugins are upgraded.
- Changes to Account Settings are being saved even when user does not clicks on Save button.
Expand Down Expand Up @@ -12551,7 +12551,7 @@ The following config settings will only work on servers with an Enterprise Licen
- Formatting of multiple lists in a row breaks markdown.
- Hitting the URL of a private team you used to belong to shows a blank Team Selection page.
- Accessing the System Console URL when logged out causes the browser to hang.
- Youtube videos show as "Video not found" on Desktop App
- YouTube videos show as "Video not found" on Desktop App
- Search terms contained in hashtags are not highlighted in the search results.
- Files sent in private messages to members in a different team are not accessible.
- Center channel appears blank after initial page load on iOS.
Expand Down Expand Up @@ -12724,7 +12724,7 @@ The following config settings will only work on servers with an Enterprise Licen
- On Firefox, System Console sidebar completely disappears when an AD/LDAP setting is saved
- On Firefox, CTRL/CMD+U keyboard shortcut doesn't work
- Copying and pasting an image from a browser doesn't work
- Youtube videos continue playing when collapsed
- YouTube videos continue playing when collapsed
- Code theme under Account Settings > Display > Theme doesn't save unless entered in vectorized form
- `/join` sometimes throws an error
- When upgrading to 3.X, syntax highlighting using Solarized code theme is lost
Expand Down Expand Up @@ -12778,7 +12778,7 @@ Notes on patch releases:
- v3.0.3, released 2016-05-27
- Fixed an error with AD/LDAP signup if user already existed.
- Fixed an error where setting language to one of the supported langugages caused a blank page.
- Fixed an error where upgrading team admins on the primary team with AD/LDAP and Gitlab accounts caused an error.
- Fixed an error where upgrading team admins on the primary team with AD/LDAP and GitLab accounts caused an error.
- v3.0.2, released 2016-05-17
- Security update to reduce information disclosure, thanks to Andreas Lindh for [reporting responsibly](https://mattermost.org/responsible-disclosure-policy/)
- Fixed an error where, when using Postgres, attempting to log in with an AD/LDAP that has the same email address or username as an email-based account shows a confusing error message.
Expand Down
5 changes: 3 additions & 2 deletions source/guides/contribute-to-documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ Mattermost has a diverse community that extends well beyond code contributions.
How to get started
------------------

The fastest way to get started with a documentation contribution is to find something you want to change in the documentation. This might be a typo or broken link, or something more extensive like revising or expanding content. Once you've found a page you want to update, select **Edit** in the top right corner of that page.
The fastest way to get started with a documentation contribution is to find something you want to change in the documentation. This might be a typo or broken link, or something more extensive like revising or expanding content. Once you've found a page you want to update, select the edit option |edit-on-github| located in the top right corner of that page.

.. image:: ../images/edit-on-github.png
.. |edit-on-github| image:: ../images/edit-on-github.png
:alt: Contribute to Mattermost documentation by selecting the Edit option located in the top right corner of any documentation page.
:class: theme-icon

First-time contributor?
-----------------------
Expand Down
16 changes: 8 additions & 8 deletions source/guides/get-help.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,30 @@ Training
Documentation
-------------

- `Mattermost product documentation <https://docs.mattermost.com/>`__ - read information for end users and administrators about deploying, managing, and using Mattermost.
- `Mattermost developer documentation <https://developers.mattermost.com/>`__ - read information for developer community members about integrating, extending, customizing, and contributing to Mattermost.
- `Mattermost API reference <https://api.mattermost.com/>`__ - read information for developer community members about the Mattermost API used by Mattermost clients and third-party applications.
- `Mattermost product documentation <https://docs.mattermost.com/>`__ - Read information for end users and administrators about deploying, managing, and using Mattermost.
- `Mattermost developer documentation <https://developers.mattermost.com/>`__ - Read information for developer community members about integrating, extending, customizing, and contributing to Mattermost.
- `Mattermost API reference <https://api.mattermost.com/>`__ - Read information for developer community members about the Mattermost API used by Mattermost clients and third-party applications.

Help Center
-----------

- `Mattermost Help Center <http://support.mattermost.com>`__ - access frequently asked questions and common troubleshooting tips.
- `Mattermost Help Center <http://support.mattermost.com>`__ - Access frequently asked questions and common troubleshooting tips.

Community server
----------------

- `Mattermost Community server <https://community.mattermost.com>`__ - connect with thousands of contributors, customers, and users to build, share, and learn together. This server is our virtual office and is open to everyone. Please review our `Code of Conduct <https://handbook.mattermost.com/contributors/contributors/guidelines/contribution-guidelines>`__ before participating.
- `Mattermost Community server <https://community.mattermost.com>`__ - Connect with thousands of contributors, customers, and users to build, share, and learn together. This server is our virtual office and is open to everyone. Please review our `Code of Conduct <https://handbook.mattermost.com/contributors/contributors/guidelines/contribution-guidelines>`__ before participating.

Mattermost user forums
----------------------

- `Troubleshooting forum <https://forum.mattermost.com/c/trouble-shoot/16>`__ - join our community forum for technical support. Please review our `Code of Conduct <https://handbook.mattermost.com/contributors/contributors/guidelines/contribution-guidelines>`__ before participating.
- `Troubleshooting forum <https://forum.mattermost.com/c/trouble-shoot/16>`__ - Join our community forum for technical support. Please review our `Code of Conduct <https://handbook.mattermost.com/contributors/contributors/guidelines/contribution-guidelines>`__ before participating.

Feedback
--------

- `Report a bug <https://developers.mattermost.com/contribute/why-contribute/#youve-found-a-bug>`__ - report bugs or other issues you encounter when using Mattermost to our development team.
- `Propose a feature <https://mattermost.com/suggestions/>`__ - vote for feature proposals or submit your own.
- `Report a bug <https://developers.mattermost.com/contribute/why-contribute/#youve-found-a-bug>`__ - Report bugs or other issues you encounter when using Mattermost to our development team.
- `Propose a feature <https://mattermost.com/suggestions/>`__ - Vote for feature proposals or submit your own.

Professional and enterprise support
-----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion source/install/config-ssl-http2-nginx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ How do I setup an NGINX proxy with the Mattermost Docker installation?
- "80"
- "443"
Why does NGINX fail when installing Gitlab CE with Mattermost on Azure?
Why does NGINX fail when installing GitLab CE with Mattermost on Azure?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

You may need to update the Callback URLs for the Application entry of Mattermost inside your GitLab instance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Download group policy and MSI installer files
.. image:: ../images/desktop/msi_gpo/msi_gpo_installation_test_00001.png
:alt: When downloading group policy and MIS installer files, ensure to use a Windows version that supports Edit group policy.

2. Navigate to the `Mattermost Desktop <https://github.com/mattermost/desktop>`__ repository on `Github.com <https://github.com/>`__.
2. Navigate to the `Mattermost Desktop <https://github.com/mattermost/desktop>`__ repository on `GitHub.com <https://github.com/>`__.

.. image:: ../images/desktop/msi_gpo/msi_gpo_installation_test_00002.png
:alt: Go to the mattermost/desktop repository on GitHub.
Expand Down
2 changes: 1 addition & 1 deletion source/onboard/bulk-loading-data-format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ Fields of the User object
<td>The authentication data if <kbd>auth_service</kbd> is used. The value depends on the <kbd>auth_service</kbd> that is specified.<br>
The data comes from the following fields for the respective auth_services:<br>
<kbd>""</kbd> or not provided - must be omitted.<br>
<kbd>"gitlab"</kbd> - The value of the Id attribute provided in the Gitlab auth data.<br>
<kbd>"gitlab"</kbd> - The value of the Id attribute provided in the GitLab auth data.<br>
<kbd>"ldap"</kbd> - The value of the LDAP attribute specified as the "ID Attribute" in the Mattermost LDAP configuration.<br>
<kbd>"saml"</kbd> - The value of the SAML Email address attribute.<br>
<kbd>"google"</kbd> - The value of the OAuth Id attribute.<br>
Expand Down
Loading

0 comments on commit 9e32d82

Please sign in to comment.