From b3e50c953748f627895262c204e78b6ffce5de8e Mon Sep 17 00:00:00 2001 From: Marin Bratanov Date: Mon, 2 Mar 2020 12:23:55 +0200 Subject: [PATCH 1/2] chore: fix "Improve this article" links - they had double ".md" at the end --- _layouts/documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/documentation.html b/_layouts/documentation.html index 114584f..fbe6ef0 100644 --- a/_layouts/documentation.html +++ b/_layouts/documentation.html @@ -106,7 +106,7 @@

{{ page.title }}

Contact support {% if site.edit_repo_url and page.is_search_page != true and page.editable != false %} - Improve this article + Improve this article {% endif %} From 589d6fb0d8d44d0fca1f8234b37ab2a238c98639 Mon Sep 17 00:00:00 2001 From: Todor Mitev Date: Mon, 2 Mar 2020 14:07:08 +0200 Subject: [PATCH 2/2] fix: Updating md extension handling for Kendo API ref --- _layouts/documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/documentation.html b/_layouts/documentation.html index fbe6ef0..fd653e9 100644 --- a/_layouts/documentation.html +++ b/_layouts/documentation.html @@ -106,7 +106,7 @@

{{ page.title }}

Contact support {% if site.edit_repo_url and page.is_search_page != true and page.editable != false %} - Improve this article + Improve this article {% endif %}