diff --git a/README.md b/README.md index fb7ea3fc1477c9e46f92147f13c9613855e011de..73f628bdf2392ebda36d2e39b2dfbcea031f81a2 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,11 @@ It is also possible to add the branch information specifically: `{top_level_readme, {File, BaseHref, Branch}}`, although this shouldn't be necessary as long as edown can derive the branch name from git. -Using Atlassian Stash as target -------------------------------- +Using Atlassian Stash or Gitlab as target +----------------------------------------- -The option `{edown_target, github | stash}` can be used to control which -is the intended host repository. This affects how links are rewritten in +The option `{edown_target, github | stash | gitlab}` can be used to control +which is the intended host repository. This affects how links are rewritten in order to find related files and stay on the correct branch. The default value is `github`. diff --git a/doc/README.md b/doc/README.md index 6e37d0a0a537a3789d8d90a48ed1ce9e73a8dee0..7a5f296e972d81dd5bd5f5793c5bcb5d3d84296c 100644 --- a/doc/README.md +++ b/doc/README.md @@ -49,11 +49,11 @@ It is also possible to add the branch information specifically: `{top_level_readme, {File, BaseHref, Branch}}`, although this shouldn't be necessary as long as edown can derive the branch name from git. -Using Atlassian Stash as target -------------------------------- +Using Atlassian Stash or Gitlab as target +----------------------------------------- -The option `{edown_target, github | stash}` can be used to control which -is the intended host repository. This affects how links are rewritten in +The option `{edown_target, github | stash | gitlab}` can be used to control +which is the intended host repository. This affects how links are rewritten in order to find related files and stay on the correct branch. The default value is `github`. diff --git a/doc/overview.edoc b/doc/overview.edoc index 5542cc505a68eff4e6966d4bdda333d86f00801c..4588efab4b401c64d0f5f520a6a0dd4a57b3a091 100644 --- a/doc/overview.edoc +++ b/doc/overview.edoc @@ -45,11 +45,11 @@ It is also possible to add the branch information specifically: `{top_level_readme, {File, BaseHref, Branch}}', although this shouldn't be necessary as long as edown can derive the branch name from git. -Using Atlassian Stash as target -------------------------------- +Using Atlassian Stash or Gitlab as target +----------------------------------------- -The option `{edown_target, github | stash}' can be used to control which -is the intended host repository. This affects how links are rewritten in +The option `{edown_target, github | stash | gitlab}' can be used to control +which is the intended host repository. This affects how links are rewritten in order to find related files and stay on the correct branch. The default value is `github'.