From 3e50dc0897a718601baf819cea035ec873e0ad90 Mon Sep 17 00:00:00 2001 From: "amaresh.sm" Date: Sun, 3 Jul 2022 02:47:09 +0530 Subject: [PATCH 1/2] docs: add formatters page edit link --- docs/src/user-guide/formatters/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/user-guide/formatters/index.md b/docs/src/user-guide/formatters/index.md index 70733e61b69..949dc289383 100644 --- a/docs/src/user-guide/formatters/index.md +++ b/docs/src/user-guide/formatters/index.md @@ -6,6 +6,7 @@ eleventyNavigation: parent: user guide title: Formatters order: 5 +edit_link: https://github.com/eslint/eslint/edit/main/docs/src/user-guide/formatters/index.md --- ESLint comes with several built-in formatters to control the appearance of the linting results, and supports third-party formatters as well. From ad966490fdbb01a2a1e6e8bff7328cbf4eb759ae Mon Sep 17 00:00:00 2001 From: "amaresh.sm" Date: Wed, 6 Jul 2022 08:53:51 +0530 Subject: [PATCH 2/2] docs: change edit link --- docs/src/user-guide/formatters/index.md | 2 +- templates/formatter-examples.md.ejs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/user-guide/formatters/index.md b/docs/src/user-guide/formatters/index.md index 949dc289383..074b04a9726 100644 --- a/docs/src/user-guide/formatters/index.md +++ b/docs/src/user-guide/formatters/index.md @@ -6,7 +6,7 @@ eleventyNavigation: parent: user guide title: Formatters order: 5 -edit_link: https://github.com/eslint/eslint/edit/main/docs/src/user-guide/formatters/index.md +edit_link: https://github.com/eslint/eslint/edit/main/templates/formatter-examples.md.ejs --- ESLint comes with several built-in formatters to control the appearance of the linting results, and supports third-party formatters as well. diff --git a/templates/formatter-examples.md.ejs b/templates/formatter-examples.md.ejs index e4909526d01..3078dd02cd3 100644 --- a/templates/formatter-examples.md.ejs +++ b/templates/formatter-examples.md.ejs @@ -6,6 +6,7 @@ eleventyNavigation: parent: user guide title: Formatters order: 5 +edit_link: https://github.com/eslint/eslint/edit/main/templates/formatter-examples.md.ejs --- ESLint comes with several built-in formatters to control the appearance of the linting results, and supports third-party formatters as well.