summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-05-07 14:20:23 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-07 14:20:23 +0000
commit04e799fd736c4dee90743ebe7219d89c774829f8 (patch)
tree6dfb2c2e11870e2848faa18c81ad5a1e1cb9ea4c /doc/install
parentcc66ecb0700130b718691e0fa3b0687e366e013f (diff)
parente1f662d33be9e600a5583ebb62e25afff8aac572 (diff)
downloadgitlab-ce-04e799fd736c4dee90743ebe7219d89c774829f8.tar.gz
Merge branch 'patch-35' into 'master'
fix alert box formatting See merge request gitlab-org/gitlab-ce!28159
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.