From 45e8c679c54aa207eb5fa2c3f7a0c7a0e7f2e1fe Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Sat, 27 Jan 2024 07:51:57 +1100 Subject: [PATCH] docs: Move eslint docs to core --- docs/config.json | 42 +++++++++---------- .../react => }/eslint/eslint-plugin-query.md | 0 .../react => }/eslint/exhaustive-deps.md | 0 .../eslint/no-rest-destructuring.md | 0 .../react => }/eslint/stable-query-client.md | 0 5 files changed, 21 insertions(+), 21 deletions(-) rename docs/{framework/react => }/eslint/eslint-plugin-query.md (100%) rename docs/{framework/react => }/eslint/exhaustive-deps.md (100%) rename docs/{framework/react => }/eslint/no-rest-destructuring.md (100%) rename docs/{framework/react => }/eslint/stable-query-client.md (100%) diff --git a/docs/config.json b/docs/config.json index 4c3069448b4..6f32d5618a6 100644 --- a/docs/config.json +++ b/docs/config.json @@ -46,6 +46,27 @@ "to": "reference/notifyManager" } ] + }, + { + "label": "ESLint", + "children": [ + { + "label": "ESLint Plugin Query", + "to": "eslint/eslint-plugin-query" + }, + { + "label": "Exhaustive Deps", + "to": "eslint/exhaustive-deps" + }, + { + "label": "Stable Query Client", + "to": "eslint/stable-query-client" + }, + { + "label": "No Rest Destructuring", + "to": "eslint/no-rest-destructuring" + } + ] } ], "frameworkMenus": [ @@ -344,27 +365,6 @@ } ] }, - { - "label": "ESLint", - "children": [ - { - "label": "ESLint Plugin Query", - "to": "framework/react/eslint/eslint-plugin-query" - }, - { - "label": "Exhaustive Deps", - "to": "framework/react/eslint/exhaustive-deps" - }, - { - "label": "Stable Query Client", - "to": "framework/react/eslint/stable-query-client" - }, - { - "label": "No Rest Destructuring", - "to": "framework/react/eslint/no-rest-destructuring" - } - ] - }, { "label": "Plugins", "children": [ diff --git a/docs/framework/react/eslint/eslint-plugin-query.md b/docs/eslint/eslint-plugin-query.md similarity index 100% rename from docs/framework/react/eslint/eslint-plugin-query.md rename to docs/eslint/eslint-plugin-query.md diff --git a/docs/framework/react/eslint/exhaustive-deps.md b/docs/eslint/exhaustive-deps.md similarity index 100% rename from docs/framework/react/eslint/exhaustive-deps.md rename to docs/eslint/exhaustive-deps.md diff --git a/docs/framework/react/eslint/no-rest-destructuring.md b/docs/eslint/no-rest-destructuring.md similarity index 100% rename from docs/framework/react/eslint/no-rest-destructuring.md rename to docs/eslint/no-rest-destructuring.md diff --git a/docs/framework/react/eslint/stable-query-client.md b/docs/eslint/stable-query-client.md similarity index 100% rename from docs/framework/react/eslint/stable-query-client.md rename to docs/eslint/stable-query-client.md