From 8fb2f38f430fd6228e54d52f1dfa7a24a4207ff9 Mon Sep 17 00:00:00 2001 From: Reorx Date: Wed, 13 Apr 2022 18:14:22 +0800 Subject: [PATCH] update readme for TocSide --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3adfef3..760d717 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,12 @@ By adding config: ```yaml params: - TocSide: true + TocSide: 'left' # or 'right' ``` -ToC will float on the right side of the page. +ToC will float on the left/right side of the page. +The ToC box is responsive, it only shows on the side when minimum screen size is 1440px. + this feature is enabled on this site.