mirror of https://github.com/rocboss/paopao-ce
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 weeks ago | |
|---|---|---|
| .. | ||
| deploy | 4 weeks ago | |
| discuss | 4 weeks ago | |
| openapi | 2 years ago | |
| proposal | 3 years ago | |
| README.md | 4 weeks ago | |
| README_ZH.md | 4 weeks ago | |
README.md
Documentation Index
English | 简体中文
This directory contains project documentation for development, deployment, API assets, design notes, and community discussions around PaoPao.
If you are looking for the main project entry points, start from:
- ../README.md - project overview
- ../INSTALL.md - installation and local setup guide
Documentation Sections
| Section | Description |
|---|---|
| openapi/ | Exported API documentation assets, including generated OpenAPI files and static docs artifacts |
| proposal/ | Product ideas, design proposals, and implementation notes |
| deploy/ | Deployment references for local, cloud, and Kubernetes environments |
| discuss/ | Discussion-oriented documents, notes, and related references |
Recommended Reading Paths
New contributors
- Read ../README.md
- Follow ../INSTALL.md
- Browse proposal/ to understand product intent and feature direction
Operators and self-hosters
- Start with ../INSTALL.md
- Continue into deploy/README.md
- Use the platform-specific deployment docs that match your target environment
API and integration work
- Review openapi/
- Check proposal/ for feature context when endpoint behavior is tied to product design
Notes
openapi/is primarily a generated documentation asset bundle rather than a hand-written narrative section.proposal/contains historical and ongoing design material, so some documents reflect exploration rather than final behavior.discuss/may include working notes and community-oriented references in addition to formal documentation.