From cf5a5462066eec464930cb7ac2fe09b351eec53a Mon Sep 17 00:00:00 2001 From: GUMMADAVALLI CHAITANYA SAI <56252933+CHAITANYASAI-del@users.noreply.github.com> Date: Sun, 21 Feb 2021 21:42:59 +0530 Subject: [PATCH] Create fix: Broken "Improve this article" links --- "fix: Broken \"Improve this article\" links" | 26 ++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 "fix: Broken \"Improve this article\" links" diff --git "a/fix: Broken \"Improve this article\" links" "b/fix: Broken \"Improve this article\" links" new file mode 100644 index 000000000..ab8a81b7d --- /dev/null +++ "b/fix: Broken \"Improve this article\" links" @@ -0,0 +1,26 @@ +@@ -187,6 +187,26 @@ improveThis: + trimRootPath: "/tooling/docs-cli" + baseUrl: "https://github.com/NativeScript/nativescript-cli/tree/master/docs/man_pages" + 3: + matchPattern: '^/ui/ng-components/(icon-fonts|modal-view-ng).*' + trimRootPath: "/ui/ng-components/" + pathUpdatePattern: ".md$" + baseUrl: "https://github.com/NativeScript/nativescript-sdk-examples-ng/tree/master/app/ng-ui-category/" + 4: + matchPattern: '^/ui/ng-components/.*' + trimRootPath: "/ui/ng-components/" + pathUpdatePattern: ".md$" + baseUrl: "https://github.com/NativeScript/nativescript-sdk-examples-ng/tree/master/app/ng-ui-widgets-category/" + 5: + matchPattern: '^/ui/components/(icon-fonts|modal-view).*' + trimRootPath: "/ui/components/" + pathUpdatePattern: ".md$" + baseUrl: "https://github.com/NativeScript/nativescript-sdk-examples-js/tree/master/app/ns-ui-category" + 6: + matchPattern: '^/ui/components/.*' + trimRootPath: "/ui/components/" + pathUpdatePattern: ".md$" + baseUrl: "https://github.com/NativeScript/nativescript-sdk-examples-js/tree/master/app/ns-ui-widgets-category/" + 7: + matchPattern: '.*' + baseUrl: "https://github.com/NativeScript/docs/blob/master/docs/"