This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/answer-plugins.git
commit b953674ed2298d8b1d3fe45f6325ec757f997b7a Author: kumfo <[email protected]> AuthorDate: Fri Aug 22 17:44:03 2025 +0800 feat: update quick links plugin readme --- quick-links/README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/quick-links/README.md b/quick-links/README.md index 3c899ac..e155730 100644 --- a/quick-links/README.md +++ b/quick-links/README.md @@ -1 +1,18 @@ -# QuickLinks Plugin \ No newline at end of file +# QuickLinks Plugin + +# QuickLinks Plugin + +QuickLinks is a sidebar plugin for [Apache Answer](https://github.com/apache/answer) that allows administrators to customize frequently used links and tags, improving community navigation efficiency. + +## Features + +- Custom tag filtering +- Custom multi-line quick links +- Sidebar integration for easy access to resources + +## Configuration + +Configure the following fields in the plugin management panel: + +- `tags`: Select tags to display. +- `links_text`: Enter quick links, one per line, Markdown supported.
