This repository contains the official documentation website for InstallerX Revived, built with VitePress.
- Documentation site: https://wxxsfxyzm.github.io/InstallerX-Revived-Website/
- Main project repository: https://github.com/wxxsfxyzm/InstallerX-Revived
This repository is dedicated to the documentation website only.
The main application source code is maintained in the primary InstallerX Revived repository.
The site includes:
- English documentation
- Simplified Chinese documentation
- User guides and installation instructions
- Feature explanations and FAQ pages
Install dependencies:
npm installStart the local development server:
npm run docs:devBuild the site:
npm run docs:buildPreview the production build locally:
npm run docs:preview.
├── docs/ # VitePress documentation source
│ ├── .vitepress/ # Site configuration and theme settings
│ ├── guide/ # English documentation
│ └── zh/ # Simplified Chinese documentation
├── .github/workflows/ # GitHub Pages deployment workflow
├── package.json
├── package-lock.json
└── LICENSE
The website is automatically built and deployed to GitHub Pages through GitHub Actions.
Deployments are triggered when changes are pushed to the main branch and affect:
docs/**package.jsonpackage-lock.json.github/workflows/deploy-docs.yml
Documentation improvements are welcome.
To contribute:
- Fork this repository.
- Create a new branch.
- Edit or add documentation under
docs/. - Submit a pull request.
You can also use the “Edit this page on GitHub” link available on each documentation page.
This project is released under the GPL-3.0 License.