Merge branch 'stable-3.0'

* stable-3.0:
  Remove leftovers of unsupported urlAlias configuration settings
  Documentation: add note urlAlias only supports GWT UI pages
  Update git submodules
  Improve the UX with colors in dark theme
  Update git submodules
  Update git submodules

Change-Id: I77719dbdd14fe3aadba585b79c10175ef1fc88a4
This commit is contained in:
David Pursehouse
2019-09-26 15:26:56 +09:00
10 changed files with 0 additions and 130 deletions

View File

@@ -1963,11 +1963,6 @@ entity. Not set if SSHD is disabled.
Information about the configuration from the
link:config-gerrit.html#suggest[suggest] section as link:#suggest-info[
SuggestInfo] entity.
|`url_aliases` |optional|
A map of URL aliases, where a regular expression for an URL token is
mapped to a target URL token. The target URL token can contain
placeholders for the groups matched by the regular expression: `$1` for
the first matched group, `$2` for the second matched group, etc.
|`user` ||
Information about the configuration from the
link:config-gerrit.html#user[user] section as link:#user-config-info[