Skip to content

Commit

Permalink
Use better admonition type
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Mar 27, 2024
1 parent e3aec73 commit 45014a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/installation/production/deb/apache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ extensions (which can only be done by the Postgres superuser).
su - postgres -c 'createdb -O indico indico'
su - postgres -c 'psql indico -c "CREATE EXTENSION unaccent; CREATE EXTENSION pg_trgm;"'
.. warning::
.. important::

Do not forget to setup a cronjob that creates regular database
backups once you start using Indico in production!
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation/production/deb/nginx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ extensions (which can only be done by the Postgres superuser).
su - postgres -c 'createdb -O indico indico'
su - postgres -c 'psql indico -c "CREATE EXTENSION unaccent; CREATE EXTENSION pg_trgm;"'
.. warning::
.. important::

Do not forget to setup a cronjob that creates regular database
backups once you start using Indico in production!
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation/production/rpm/apache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Postgres extensions (which can only be done by the Postgres superuser)
su - postgres -c 'createdb -O indico indico'
su - postgres -c 'psql indico -c "CREATE EXTENSION unaccent; CREATE EXTENSION pg_trgm;"'
.. warning::
.. important::

Do not forget to setup a cronjob that creates regular database
backups once you start using Indico in production!
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation/production/rpm/nginx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Postgres extensions (which can only be done by the Postgres superuser)
su - postgres -c 'createdb -O indico indico'
su - postgres -c 'psql indico -c "CREATE EXTENSION unaccent; CREATE EXTENSION pg_trgm;"'
.. warning::
.. important::

Do not forget to setup a cronjob that creates regular database
backups once you start using Indico in production!
Expand Down

0 comments on commit 45014a0

Please sign in to comment.