From 32d59f57261c2c74778d2484d330f38d0eced465 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Wed, 25 Feb 2026 16:07:03 +0100 Subject: [PATCH] docs: update README for v5 unified config system --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9870c02..9183e05 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,10 @@ npx quartz plugin add github:quartz-community/remove-draft ## Usage -```ts -// quartz.config.ts -import * as ExternalPlugin from "./.quartz/plugins"; - -const config: QuartzConfig = { - plugins: { - filters: [ExternalPlugin.RemoveDrafts()], - }, -}; +```yaml title="quartz.config.yaml" +plugins: + - source: github:quartz-community/remove-draft + enabled: true ``` ## Configuration @@ -27,7 +22,7 @@ This plugin has no configuration options. ## Documentation -See the [Quartz documentation](https://quartz.jzhao.xyz/) for more information. +See the [Quartz documentation](https://quartz.jzhao.xyz/plugins/RemoveDrafts) for more information. ## License