mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-02 17:08:48 +00:00
Use docusaurus warning/note syntax instead markdown
This commit is contained in:
@@ -160,7 +160,9 @@ You can configure `EMAIL_DOMAIN_WHITELIST` or `EMAIL_DOMAIN_BLOCKLIST` in your a
|
||||
|
||||
You can configure `WHITELISTED_URIS` or `BLACKLISTED_URIS` under `[openid]` in your `app.ini`
|
||||
|
||||
**NOTE:** whitelisted takes precedence, so if it is non-blank then blacklisted is ignored
|
||||
:::note
|
||||
Whitelisted takes precedence, so if it is non-blank then blacklisted is ignored.
|
||||
:::
|
||||
|
||||
### Issue only users
|
||||
|
||||
|
||||
@@ -30,7 +30,9 @@ menu:
|
||||
|
||||
If you found a bug, please [create an issue on GitHub](https://github.com/go-gitea/gitea/issues).
|
||||
|
||||
**NOTE:** When asking for support, it may be a good idea to have the following available so that the person helping has all the info they need:
|
||||
:::note
|
||||
When asking for support, it may be a good idea to have the following available so that the person helping has all the info they need:
|
||||
:::
|
||||
|
||||
1. Your `app.ini` (with any sensitive data scrubbed as necessary).
|
||||
2. Any error messages you are seeing.
|
||||
|
||||
Reference in New Issue
Block a user