mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
22 lines
772 B
Markdown
22 lines
772 B
Markdown
# PicoClaw Documentation
|
|
|
|
Documentation is organized by document type first and language second.
|
|
|
|
## Sections
|
|
|
|
- `project/`: project-level translated entry documents
|
|
- `guides/`: setup and usage guides
|
|
- `reference/`: reference material and configuration details
|
|
- `operations/`: debugging and troubleshooting
|
|
- `security/`: security-related documentation
|
|
- `architecture/`: architecture and internal design notes
|
|
- `channels/`: channel-specific integration guides
|
|
- `design/`: design proposals and investigations
|
|
- `migration/`: migration notes
|
|
|
|
## Language Naming
|
|
|
|
- English documents use the base filename, for example `configuration.md`
|
|
- Translations use `.<locale>.md`, for example `configuration.zh.md`
|
|
- Code-adjacent translated READMEs follow the same convention
|