2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java155,688 stars (155,688 stars)46,136 forks (46,136 forks)batch import
help wanted已完成
Description
This issue does not include a description.
Contributor guide
- Tech stack
- None
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- basic web developmentfamiliarity with static site generators
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 80
- Research direction
- Look at the website's layout files, likely in the ` config.yml` or theme folder, to find the sidebar component. Add a toggle button to hide/show the sidebar using CSS or JavaScript. Check if the project uses Vuepress or similar; examine the sidebar configuration.