diff --git a/docs/admin/uploads.rst b/docs/admin/uploads.rst index a95d3817ea..dad7c194ed 100644 --- a/docs/admin/uploads.rst +++ b/docs/admin/uploads.rst @@ -13,7 +13,11 @@ You can use : "Anonymous usage without user authorization" After that you will get a "Client ID". -Then install the nodebb-plugin-imgur with `npm install nodebb-plugin-imgur`. +Then install nodebb-plugin-imgur: + +.. code:: + + npm install nodebb-plugin-imgur Activate the plugin from the control panel and restart NodeBB. @@ -26,6 +30,4 @@ Uploading to Amazon S3 .. note:: - No documentation for this yet! - - See `the plugin thread `_ for more information. \ No newline at end of file + No documentation for this yet! See `the plugin thread `_ for more information. \ No newline at end of file diff --git a/docs/configuring/databases.rst b/docs/configuring/databases.rst index 058a56b91b..4fa5f5fde1 100644 --- a/docs/configuring/databases.rst +++ b/docs/configuring/databases.rst @@ -28,7 +28,7 @@ Running a Secondary Database **This option is experimental and should not be used on a production environment.** -Both databases **must** be flushed before beginning - there isn't a mechanism yet that detects an existing installation on one database but not another. Until fail-safe's such as these are implemented this option is hidden under the `--advanced` setup flag. +Both databases **must** be flushed before beginning - there isn't a mechanism yet that detects an existing installation on one database but not another. Until fail-safe's such as these are implemented this option is hidden under the ``--advanced`` setup flag. .. code:: bash