mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
docs: Fix formatting of warnings.
Fixes warning formatting in testing.md and setup-advanced.md with reStructured Text so that the warnings stand out.
This commit is contained in:
@@ -207,10 +207,11 @@ and then run `tools/do-destroy-rebuild-test-database`
|
||||
|
||||
### Recreating the postgres cluster
|
||||
|
||||
> **warning**
|
||||
>
|
||||
> **This is irreversible, so do it with care, and never do this anywhere
|
||||
> in production.**
|
||||
```eval_rst
|
||||
.. warning::
|
||||
This is irreversible! Do it with care and never do this anywhere
|
||||
in production.
|
||||
```
|
||||
|
||||
If your postgres cluster (collection of databases) gets totally trashed
|
||||
permissions-wise, and you can't otherwise repair it, you can recreate
|
||||
|
||||
Reference in New Issue
Block a user