From 8cbb4270efa4ae1d2744fd693c4f03c8b7ed2dcc Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sun, 8 Jan 2023 16:04:24 -0500 Subject: [PATCH 1/2] chore(website): reorganized sidebar and header nav a bit --- packages/website/docusaurusConfig.ts | 2 +- packages/website/sidebars/sidebar.base.js | 26 +++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/website/docusaurusConfig.ts b/packages/website/docusaurusConfig.ts index bfa844fc2f0b..ab543e80783e 100644 --- a/packages/website/docusaurusConfig.ts +++ b/packages/website/docusaurusConfig.ts @@ -76,7 +76,7 @@ const themeConfig: ThemeCommonConfig & AlgoliaThemeConfig = { items: [ { to: 'getting-started/', - label: 'Getting started', + label: 'Docs', position: 'left', }, { diff --git a/packages/website/sidebars/sidebar.base.js b/packages/website/sidebars/sidebar.base.js index fe84b9c1ae39..598b69d049a8 100644 --- a/packages/website/sidebars/sidebar.base.js +++ b/packages/website/sidebars/sidebar.base.js @@ -36,19 +36,6 @@ module.exports = { type: 'category', }, 'custom-rules', - { - items: [ - 'contributing/issues', - 'contributing/local-development', - 'contributing/pull-requests', - ], - label: 'Contributing', - link: { - id: 'contributing', - type: 'doc', - }, - type: 'category', - }, { items: [ 'architecture/eslint-plugin', @@ -65,6 +52,19 @@ module.exports = { }, type: 'category', }, + { + items: [ + 'contributing/issues', + 'contributing/local-development', + 'contributing/pull-requests', + ], + label: 'Contributing', + link: { + id: 'contributing', + type: 'doc', + }, + type: 'category', + }, { items: [ 'maintenance/branding', From 138ff9cb48913b596ff534ff70c8ac8dc36c8fda Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Mon, 30 Jan 2023 14:59:03 -0500 Subject: [PATCH 2/2] Fix Formatting.md link case --- docs/maintenance/ISSUES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintenance/ISSUES.md b/docs/maintenance/ISSUES.md index e7850e3a4b3c..fb5eb655dd69 100644 --- a/docs/maintenance/ISSUES.md +++ b/docs/maintenance/ISSUES.md @@ -105,7 +105,7 @@ We avoid features that: - Are only relevant for a minority of users, as they aren't likely worth the maintenance burden - Aren't TypeScript-specific (e.g. should be in ESLint core instead) - Are only relevant with specific userland frameworks or libraries, such as Jest or React -- Are for "formatting" functionality (we [strongly recommend users use a separate dedicated formatter](../linting/troubleshooting/FORMATTING.md)) +- Are for "formatting" functionality (we [strongly recommend users use a separate dedicated formatter](../linting/troubleshooting/Formatting.md)) #### ✨ Rule Enhancements