Add ability to set base path in dev mode Change-Id: I1da95745d1bc8eaa7d5b204a942bcee0b6a027a8
diff --git a/Documentation/config.md b/Documentation/config.md index 6c5eac3..869129a 100644 --- a/Documentation/config.md +++ b/Documentation/config.md
@@ -30,6 +30,8 @@ mode for that file. The link will only appear when you are browsing the file at a branch, so the commitish must start with `refs/heads/`. +`basePath` the base path for the gitiles urls. (only applicable for dev mode.) + > If you are using the Gerrit Gitiles plugin, this is set based on Gerrit's configuration. > Default: `null`, do not link `Change-Id` or show edit links. @@ -38,6 +40,7 @@ canonicalHostName = gitiles.example.org gerritUrl = https://gerrit.example.org/r/ baseGitUrl = git://git.example.org/ + basePath = /additional/basepath/for/gitiles/ ``` ### Repositories export