mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
help: Do not treat Help Center
as a proper noun.
Fixes https://chat.zulip.org/#narrow/channel/101-design/topic/help.20center.20capitalization
This commit is contained in:
committed by
Tim Abbott
parent
421637ce31
commit
468a7a82dd
@@ -370,7 +370,7 @@ it? There's several major benefits to this system:
|
||||
version, with the key variables (like the Zulip server URL) already
|
||||
pre-substituted for the user.
|
||||
- We're able to share implementation language and visual styling with
|
||||
our Help Center, which is especially useful for the extensive
|
||||
our help center, which is especially useful for the extensive
|
||||
non-REST API documentation pages (e.g., our bot framework).
|
||||
|
||||
Using the standard OpenAPI format gives us flexibility, though; if we
|
||||
|
@@ -53,8 +53,8 @@ means that one person might be a user of multiple Zulip realms. The
|
||||
administrators of an organization have a great deal of control over
|
||||
who can register an account, what permissions new users have, etc. For
|
||||
more on security considerations and options, see [the security model
|
||||
section](../production/security-model.md) and the [Zulip Help
|
||||
Center](https://zulip.com/help/).
|
||||
section](../production/security-model.md) and the [Zulip help
|
||||
center](https://zulip.com/help/).
|
||||
|
||||
## Components
|
||||
|
||||
|
@@ -67,7 +67,7 @@ _Released 2025-09-11_
|
||||
- Fixed a bug resulting in useless extra suggestions in the search
|
||||
typeahead.
|
||||
- Optimized performance for processing deleted messages slightly.
|
||||
- Backported several improvements to Help Center and API
|
||||
- Backported several improvements to help center and API
|
||||
documentation.
|
||||
- Added configuration options to allow webhooks to access to specific
|
||||
local-network IP addresses.
|
||||
@@ -1056,7 +1056,7 @@ _Released 2024-07-25_
|
||||
- Improved how desktop and mobile push notifications display quoted
|
||||
content to focus on the reply over the quoted content.
|
||||
- Improved filtering options for the GitHub integration.
|
||||
- Improved dozens of Help Center articles.
|
||||
- Improved dozens of help center articles.
|
||||
- Improved wording in various automated notices.
|
||||
- Improved new-organization defaults for various permissions settings.
|
||||
- Improved how users are displayed in settings to use clickable user
|
||||
@@ -1734,7 +1734,7 @@ _Released 2023-05-31_
|
||||
- New compose box features: Scheduling a message to be sent later, a
|
||||
nicer stream picker, and the ability to switch between stream and
|
||||
private messages.
|
||||
- Numerous improvements to the Help Center, including documentation
|
||||
- Numerous improvements to the help center, including documentation
|
||||
for how to complete many common tasks in the Zulip mobile apps.
|
||||
- Redesigned the interface and permissions model for moving topics to
|
||||
be independent from message content editing, providing a cleaner
|
||||
@@ -2469,8 +2469,8 @@ _Released 2022-03-29_
|
||||
- Redesigned hover behavior for timestamps and time mentions.
|
||||
- Messages sent by muted users can now be rehidden after being
|
||||
revealed. One can also now mute deactivated users.
|
||||
- Rewrote Help Center guides for new organizations and users, and made
|
||||
hundreds of other improvements to Help Center content and organization.
|
||||
- Rewrote help center guides for new organizations and users, and made
|
||||
hundreds of other improvements to help center content and organization.
|
||||
- Reimplemented the image lightbox's pan/zoom functionality to be
|
||||
nicer, allowing us to enable it be default.
|
||||
- Added styled loading page for the web application.
|
||||
@@ -3649,7 +3649,7 @@ _Released 2019-12-12_
|
||||
bot's owner.
|
||||
- Restructured "private messages" widget to have a cleaner design.
|
||||
- Significantly improved performance of the backend Markdown processor.
|
||||
- Significantly improved Help Center documentation of dozens of features.
|
||||
- Significantly improved help center documentation of dozens of features.
|
||||
- Simplified and internationalized some notification bot messages.
|
||||
- The compose box placeholder now shows users active status.
|
||||
- Clicking the "EDITED" text on a message now pops message edit history.
|
||||
@@ -3903,7 +3903,7 @@ _Released 2019-03-01_
|
||||
- Expanded production documentation for more unusual deployment options.
|
||||
- Expanded set of characters allowed in custom linkifiers.
|
||||
- Optimized development provisioning; now takes 2s in the no-op case.
|
||||
- Zulip's Help Center now has nicely generated open graph tags.
|
||||
- Zulip's help center now has nicely generated open graph tags.
|
||||
- Fixed missing API authentication headers for mobile file access.
|
||||
- Fixed various select and copy-paste issues.
|
||||
- Fixed various back button bugs in settings UI.
|
||||
@@ -4058,7 +4058,7 @@ _Released 2018-11-07_
|
||||
- Updated numerous pages within the /help/ site.
|
||||
- We no longer require re-authing to sign up after trying to log in with
|
||||
an OAuth authentication backend (GitHub or Google).
|
||||
- Made major improvements to the Help Center.
|
||||
- Made major improvements to the help center.
|
||||
- Improved system for configuring the S3 file uploads backend.
|
||||
- Improved emoji typeahead sorting.
|
||||
- Improved Zulip's layout for windows with a width around 1024px.
|
||||
|
@@ -103,7 +103,7 @@ Use commas in whole sentences where it is required. You can use these instructio
|
||||
- Filter - **Suodata**
|
||||
- Full member - **Täysivaltainen jäsen**
|
||||
- Host - **Isäntä**
|
||||
- Help Center - **Tukikeskus**
|
||||
- Help center - **Tukikeskus**
|
||||
- ID - **Tunnus**
|
||||
- Integraatio - **Integraatio**
|
||||
- Interactive - **Interaktiivinen**
|
||||
|
@@ -68,7 +68,7 @@ organization in Zulip). The following files are involved in the process:
|
||||
|
||||
- `zerver/openapi/zulip.yaml`: OpenAPI definitions for the Zulip REST API.
|
||||
- `api_docs/changelog.md`: documentation listing all changes to the Zulip Server API.
|
||||
- `help/...`: end user facing documentation (Help Center) for the application.
|
||||
- `help/...`: end user facing documentation (help center) for the application.
|
||||
|
||||
### Adding a field to the database
|
||||
|
||||
|
Reference in New Issue
Block a user