diff --git a/docs/src/contribute/contribute-core-rule.md b/docs/src/contribute/contribute-core-rule.md index 3f5cc78a095d..f2b6341ac417 100644 --- a/docs/src/contribute/contribute-core-rule.md +++ b/docs/src/contribute/contribute-core-rule.md @@ -4,7 +4,7 @@ eleventyNavigation: key: contribute core rule parent: contribute to eslint title: Contribute to Core Rules - order: 11 + order: 10 --- The ESLint core rules are the rules included in the ESLint package. diff --git a/docs/src/contribute/governance.md b/docs/src/contribute/governance.md index 04bc427dccf0..666a1895dbdc 100644 --- a/docs/src/contribute/governance.md +++ b/docs/src/contribute/governance.md @@ -4,7 +4,7 @@ eleventyNavigation: key: governance parent: contribute to eslint title: Governance - order: 10 + order: 11 --- diff --git a/docs/src/contribute/index.md b/docs/src/contribute/index.md index ff4458e30da5..e21455633f6b 100644 --- a/docs/src/contribute/index.md +++ b/docs/src/contribute/index.md @@ -54,6 +54,10 @@ Have some extra time and want to contribute? This section talks about the proces We're always looking for contributions from the community. This section explains the requirements for pull requests and the process of contributing code. +## [Contribute to Core Rules](contribute-core-rule) + +This section explains how to add to the core rules of ESLint. + ## [Governance](governance) Describes the governance policy for ESLint, including the rights and privileges of individuals inside the project.