Official documentation for the OpenPRX ecosystem.
Live site: docs.openprx.dev · Community: community.openprx.dev
| Product | Path | Status |
|---|---|---|
| PRX | /prx/ |
In progress |
| OpenPR | /openpr/ |
Planned |
| PRX-SD | /prx-sd/ |
Planned |
| PRX-WAF | /prx-waf/ |
Planned |
| Fenfa | /fenfa/ |
Planned |
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewsite/
en/prx/ # English PRX docs
zh/prx/ # Chinese PRX docs
.vitepress/
config.ts # VitePress config
theme/ # Custom theme
locales/ # i18n sidebar/nav configs
- Fork and clone this repo
- Create a feature branch
- Write/edit markdown files in
site/{lang}/{product}/ - Run
npm run devto preview - Submit a PR
Apache-2.0