From 17843c3d0c9ba50494887c7a19dab95aebc9cf8b Mon Sep 17 00:00:00 2001 From: sxyazi Date: Thu, 8 Feb 2024 09:12:31 +0800 Subject: [PATCH] docs: tune the wording of the resources page --- docs/resources.md | 2 +- docs/tips.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources.md b/docs/resources.md index d9c3bf7f..0d8227dc 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -6,7 +6,7 @@ description: Some awesome plugins for Yazi. # Resources :::note -Yazi's plugin system is in the early stage, and most of the plugins below only guarantee compatibility with the latest main branch! +The plugin system is still in the early stage, and most of the plugins below only guarantee compatibility with the latest main branch of Yazi! ::: ## Previewers diff --git a/docs/tips.md b/docs/tips.md index ae900696..857213c6 100644 --- a/docs/tips.md +++ b/docs/tips.md @@ -13,7 +13,7 @@ You can implement a full border for Yazi via the UI plugin. -Copy the [`Manager:render` method](https://github.com/sxyazi/yazi/blob/v0.2.2/yazi-plugin/preset/components/manager.lua) _*only*_ to your `~/.config/yazi/init.lua`, then apply the following patch: +Copy the [`Manager:render` method](https://github.com/sxyazi/yazi/blob/v0.2.3/yazi-plugin/preset/components/manager.lua) _*only*_ to your `~/.config/yazi/init.lua`, then apply the following patch: ```diff @@ -10,16 +10,28 @@