docs: Use bold formatting for channel names instead of backticks.

Update the occurrences of channel names that still use backticks to use
the convention of bold formatting.
This commit is contained in:
Niloth P
2025-07-03 00:36:26 +05:30
committed by Tim Abbott
parent b382315f82
commit 344c1ef606
2 changed files with 5 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ client = zulip.Client(
If you are working on an integration that you plan to share outside
your organization, you can get help picking a good name in
`#integrations` in the [Zulip development
[#integrations][integrations-channel] in the [Zulip development
community](https://zulip.com/development-community/).
## Rate-limiting response headers
@@ -78,3 +78,4 @@ to a given request, the values returned will be for the strictest
limit.
[rate-limiting-rules]: https://zulip.readthedocs.io/en/latest/production/security-model.html#rate-limiting
[integrations-channel]: https://chat.zulip.org/#narrow/channel/127-integrations/

View File

@@ -24,9 +24,9 @@
channel.
* For open source projects or other volunteer organizations, consider
adding default channels like `#announce` for announcements, `#new
members` for new members to introduce themselves and be welcomed,
and `#help` so that there's a clear place users stopping by with
adding default channels like **#announce** for announcements, **#new
members** for new members to introduce themselves and be welcomed,
and **#help** so that there's a clear place users stopping by with
just a single question can post.
## Related articles