summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-02-20 20:32:07 +0000
committerTim Zallmann <tzallmann@gitlab.com>2018-02-20 20:32:07 +0000
commitc1afae24fbe978d489e469d393147cbd1108acbd (patch)
tree73face4e25c0834a8144df2e3c21ffbc8b2b8e45
parentc8323e795b76045db2c90c6ab56799ec9befb951 (diff)
parent0157c699bfd0e410d824e5c6fbbbec386a7e00b6 (diff)
downloadgitlab-ce-c1afae24fbe978d489e469d393147cbd1108acbd.tar.gz
Merge branch 'docs-no-js' into 'master'
Add excerpt about not supporting GitLab running without Javascript Closes #43436 See merge request gitlab-org/gitlab-ce!17245
-rw-r--r--doc/install/requirements.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 4324b4ca0b8..b2c9177e6eb 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -192,3 +192,6 @@ use the CI features.
We support the current and the previous major release of Firefox, Chrome/Chromium, Safari and Microsoft browsers (Microsoft Edge and Internet Explorer 11).
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
+in the future because we have features such as Issue Boards which require JavaScript extensively.