We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6828b30 commit 6bc2633Copy full SHA for 6bc2633
docs/installation/migration.rst
@@ -14,8 +14,8 @@ created. This dummy token will be removed after the command ran (be it successfu
14
15
An example of how one might want to run this command can be seen below:
16
17
-```
18
-$ ACCESS_TOKEN="openklant-v1-token" ./src/manage.py migrate_to_v2 \
19
- https://example.openklant.nl \
20
- https://example.klantinteracties.nl
21
+ .. code-block:: bash
+
+ $ ACCESS_TOKEN="openklant-v1-token" ./src/manage.py migrate_to_v2 \
+ https://example.openklant.nl \
+ https://example.klantinteracties.nl
0 commit comments