From a0852ca57a8fb61c3e40cd898305179342b8364f Mon Sep 17 00:00:00 2001 From: Stephan Lachnit Date: Mon, 13 Jun 2022 12:30:52 +0200 Subject: [PATCH] remove GitHub logo for creating docs issue (#1045) GitLab uses the same link as GitHub, so this is an easy change to also support GitHub repositories. Signed-off-by: Stephan Lachnit Co-authored-by: LisaFC --- layouts/partials/page-meta-links.html | 2 +- userguide/content/en/docs/Adding content/repository-links.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/page-meta-links.html b/layouts/partials/page-meta-links.html index c7e64bde16..3ec82d830f 100644 --- a/layouts/partials/page-meta-links.html +++ b/layouts/partials/page-meta-links.html @@ -40,7 +40,7 @@ {{ T "post_view_this" }} {{ T "post_edit_this" }} {{ T "post_create_child_page" }} - {{ T "post_create_issue" }} + {{ T "post_create_issue" }} {{ with $gh_project_repo -}} {{ $project_issueURL := printf "%s/issues/new" . -}} {{ T "post_create_project_issue" }} diff --git a/userguide/content/en/docs/Adding content/repository-links.md b/userguide/content/en/docs/Adding content/repository-links.md index d701115304..07ebc05501 100644 --- a/userguide/content/en/docs/Adding content/repository-links.md +++ b/userguide/content/en/docs/Adding content/repository-links.md @@ -14,7 +14,7 @@ The Docsy [docs and blog layouts](/docs/adding-content/content/#adding-docs-and- This page shows you how to configure these links. -Currently, Docsy supports only GitHub repository links "out of the box". If you are using another repository such as Bitbucket and would like generated repository links, feel free to [add a feature request or update our theme](/docs/contribution-guidelines/). +Currently, Docsy supports only GitHub repository links "out of the box". Since GitLab can handle the same link scheme, it should work as well. If you are using another repository such as Bitbucket and would like generated repository links, feel free to [add a feature request or update our theme](/docs/contribution-guidelines/). ## Link configuration