From 0bad3ce7990aa4ef417128f9d74c2947fe5117fd Mon Sep 17 00:00:00 2001 From: Jacky Zhao <j.zhao2k19@gmail.com> Date: Wed, 20 Sep 2023 18:58:52 +0000 Subject: [PATCH] docs: document enableToc --- docs/features/offline access.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/features/offline access.md b/docs/features/offline access.md index dcffdcd..885bbd5 100644 --- a/docs/features/offline access.md +++ b/docs/features/offline access.md @@ -4,7 +4,7 @@ - plugin/emitter --- -This plugin allows your website to be accessible offline and be installed as an app. You can use it by adding `Plugin.Offline(),` to the `emitters` in `quartz.config.ts` +This plugin allows your website to be accessible offline and be installed as an app. You can enable it by adding `Plugin.Offline(),` to the `emitters` in `quartz.config.ts` ## Offline Capability -- Gitblit v1.10.0