From ef8030870896cea20497bdfa13382adec5b620c2 Mon Sep 17 00:00:00 2001 From: johnkenny54 <45182853+johnkenny54@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:59:47 -0700 Subject: [PATCH] Update preset-default and docs. (#21) --- docs/04-plugins/cleanupIds.mdx | 42 ------------------------------- docs/04-plugins/inlineStyles.mdx | 19 -------------- docs/plugins/cleanupIds.md | 15 +++++++++++ docs/plugins/inlineStyles.md | 17 +++++++++++++ docs/plugins/minifyPathData.md | 11 ++++++++ docs/preset-default.md | 7 +++--- docs/preset-next.md | 43 +++----------------------------- plugins/plugins-types.d.ts | 3 --- plugins/preset-default.js | 2 ++ 9 files changed, 53 insertions(+), 106 deletions(-) delete mode 100644 docs/04-plugins/cleanupIds.mdx delete mode 100644 docs/04-plugins/inlineStyles.mdx create mode 100644 docs/plugins/cleanupIds.md create mode 100644 docs/plugins/inlineStyles.md create mode 100644 docs/plugins/minifyPathData.md diff --git a/docs/04-plugins/cleanupIds.mdx b/docs/04-plugins/cleanupIds.mdx deleted file mode 100644 index 31264dc..0000000 --- a/docs/04-plugins/cleanupIds.mdx +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: cleanupIds -svgo: - pluginId: cleanupIds - parameters: - remove: - description: If to remove all unreferenced IDs. - default: true - minify: - description: If to minify referenced IDs. - default: true - preserve: - description: Elements with one of these IDs will be ignored. - default: [] - preservePrefixes: - description: Elements with an ID that starts with one of these prefixes will be ignored. - default: [] - force: - description: This plugin normally does nothing if a `