From 8d99f891cbb041b83b47ddf07a572d388ee4b1f8 Mon Sep 17 00:00:00 2001 From: Ulf Wiger <ulf@feuerlabs.com> Date: Wed, 16 Sep 2015 11:53:59 +0200 Subject: [PATCH] Add note about gitlab target to README --- README.md | 8 ++++---- doc/README.md | 8 ++++---- doc/overview.edoc | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index fb7ea3f..73f628b 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 6e37d0a..7a5f296 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 5542cc5..4588efa 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'. -- GitLab