summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2019-05-07 00:37:15 +0000
committerBen Bodenmiller <bbodenmiller@hotmail.com>2019-05-07 00:37:15 +0000
commite1f662d33be9e600a5583ebb62e25afff8aac572 (patch)
treeba0c5f5aa19d2024f3e6bb4b7f81501dfc479a14 /doc/install
parentcf5c8e73fb046e9db166f7115478d04d7774fd19 (diff)
downloadgitlab-ce-e1f662d33be9e600a5583ebb62e25afff8aac572.tar.gz
fix alert box formatting
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/requirements.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 17099c1d051..672723aaf12 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -87,7 +87,7 @@ if your available memory changes. We also recommend [configuring the kernel's sw
to a low value like `10` to make the most of your RAM while still having the swap
available when needed.
-Notice: The 25 workers of Sidekiq will show up as separate processes in your process overview (such as `top` or `htop`) but they share the same RAM allocation since Sidekiq is a multithreaded application. Please see the section below about Unicorn workers for information about how many you need of those.
+NOTE: **Note:** The 25 workers of Sidekiq will show up as separate processes in your process overview (such as `top` or `htop`) but they share the same RAM allocation since Sidekiq is a multithreaded application. Please see the section below about Unicorn workers for information about how many you need of those.
## Database
@@ -224,5 +224,5 @@ Support is only provided for the current minor version of the major version you
Each time a new browser version is released, we begin supporting that version and stop supporting the third most recent version.
-Note: We do not support running GitLab with JavaScript disabled in the browser and have no plans of supporting that
+NOTE: **Note:** We do not support running GitLab with JavaScript disabled in the browser and have no plans of supporting that
in the future because we have features such as Issue Boards which require JavaScript extensively.