diff options
author | Gervase Markham <gerv@mozilla.org> | 2014-12-22 10:11:12 +0000 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2014-12-22 10:11:12 +0000 |
commit | 1d1bb369d6608e4e276767289dc2c1651afe0d58 (patch) | |
tree | 13f00ced5664c63c44ef853ba5376e0d70eafebe /docs | |
parent | 5d0b206ac01fac427f25767d11cd81dc170f6387 (diff) | |
download | bugs-1d1bb369d6608e4e276767289dc2c1651afe0d58.tar bugs-1d1bb369d6608e4e276767289dc2c1651afe0d58.tar.gz bugs-1d1bb369d6608e4e276767289dc2c1651afe0d58.tar.bz2 bugs-1d1bb369d6608e4e276767289dc2c1651afe0d58.tar.xz bugs-1d1bb369d6608e4e276767289dc2c1651afe0d58.zip |
Bug 399068: Remove the docs_urlbase parameter. r=LpSolit, a=glob.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/rst/administering/parameters.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/en/rst/administering/parameters.rst b/docs/en/rst/administering/parameters.rst index abfe593e1..7f376bbf2 100644 --- a/docs/en/rst/administering/parameters.rst +++ b/docs/en/rst/administering/parameters.rst @@ -59,9 +59,6 @@ maintainer responsible for maintaining this Bugzilla installation. The address need not be that of a valid Bugzilla account. -docs_urlbase - The URL that is the common initial leading part of all Bugzilla documentation URLs. It may be an absolute URL, or a URL relative to the :param:`urlbase` parameter. Leave this empty to suppress links to the documentation. ``%lang%`` will be replaced by user's preferred language (if documentation is available in that language). - utf8 Use UTF-8 (Unicode) encoding for all text in Bugzilla. Installations where this parameter is set to :paramval:`off` should set it to :paramval:`on` only |