This repository contains the source code for the Z-Shell Wiki, the official knowledge base and documentation for Zi and the Z-Shell ecosystem.
Built with Docusaurus, it provides a modern, fast, and searchable interface for Zsh users, developers, and maintainers.
- Live Wiki: Read the documentation online.
- Zi Plugin Manager: The core project.
- Community Discussions: Ask questions and share ideas.
- Localization (Crowdin): Help us translate the wiki into your language.
To run the wiki locally for testing or contribution:
-
Clone the repository:
git clone https://github.com/z-shell/wiki.git cd wiki -
Install dependencies:
pnpm install
-
Start the development server:
pnpm start
The site will be available at http://localhost:3000.
docs/: Core documentation and getting started guides.community/: Community-driven guides and resources.ecosystem/: Documentation for Zi annexes and related plugins.blog/: Project updates and articles.src/: Custom React components and styles.static/: Static assets (images, fonts, etc.).i18n/: Localized content (managed via Crowdin).
We welcome contributions! Whether it's fixing a typo, updating outdated information, or adding a new guide.
- Content Authoring: Refer to Docs Authoring Guidelines for standards on MDX, frontmatter, and file naming.
- Localization: Use Crowdin for translations. Do not modify files in
i18n/directly. - Code of Conduct: Please follow our Code of Conduct.
Z-Shell follows good security practices. If you discover a security vulnerability, please refer to our Security Policy.
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE file for details.
Developed with ❤️ by the Z-Shell Community.