docs: update documentation after main merge
- Update README.fr.md with Full Documentation and Roadmap sections - Add Migration section to docs indexes (model-list-migration.md) - Add Design section to docs indexes (provider-refactoring.md) Generated with [Z.ai](https://z.ai/subscribe?ic=JGTYCX7ZO7) Co-Authored-By: Z.ai GLM-5
This commit is contained in:
parent
b9acae56b9
commit
6196f558c2
3 changed files with 57 additions and 4 deletions
35
README.fr.md
35
README.fr.md
|
|
@ -1062,17 +1062,44 @@ PicoClaw prend en charge les rappels planifiés et les tâches récurrentes via
|
||||||
|
|
||||||
Les tâches sont stockées dans `~/.picoclaw/workspace/cron/` et traitées automatiquement.
|
Les tâches sont stockées dans `~/.picoclaw/workspace/cron/` et traitées automatiquement.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📚 Documentation Complète
|
||||||
|
|
||||||
|
Pour des guides et références complets, consultez le répertoire [docs/](docs/) :
|
||||||
|
|
||||||
|
- **[Démarrage](docs/getting-started/README.md)** - Installation et guide rapide
|
||||||
|
- **[Guide Utilisateur](docs/user-guide/README.md)** - Documentation complète des fonctionnalités
|
||||||
|
- **[Guide Développeur](docs/developer-guide/README.md)** - Architecture et contribution
|
||||||
|
- **[Déploiement](docs/deployment/README.md)** - Docker, systemd, guides SBC
|
||||||
|
- **[Référence Configuration](docs/configuration/README.md)** - Référence complète des options
|
||||||
|
|
||||||
## 🤝 Contribuer & Feuille de Route
|
## 🤝 Contribuer & Feuille de Route
|
||||||
|
|
||||||
|
### Points Forts de la Feuille de Route
|
||||||
|
|
||||||
|
| Domaine Clé | Objectif |
|
||||||
|
|-------------|----------|
|
||||||
|
| **Optimisation Core** | Fonctionner sur appareils 64MB RAM avec <20MB mémoire |
|
||||||
|
| **Sécurité Renforcée** | Défense injection prompt, protection SSRF, sandbox |
|
||||||
|
| **Connectivité** | Architecture protocole-first, standard OneBot |
|
||||||
|
| **Fonctionnalités Avancées** | Support MCP, automatisation navigateur, multi-agents |
|
||||||
|
| **Expérience Développeur** | Démarrage zéro-config, documentation complète |
|
||||||
|
|
||||||
|
### Contribuer
|
||||||
|
|
||||||
Les PR sont les bienvenues ! Le code source est volontairement petit et lisible. 🤗
|
Les PR sont les bienvenues ! Le code source est volontairement petit et lisible. 🤗
|
||||||
|
|
||||||
Feuille de route à venir...
|
- **Voie Rapide** : 1 PR fusionnée = accès au Discord développeurs
|
||||||
|
- **Voie Candidature** : Email à `support@sipeed.com` avec sujet `[Apply Join PicoClaw Dev Group] + compte GitHub`
|
||||||
|
|
||||||
Groupe de développeurs en construction. Condition d'entrée : au moins 1 PR fusionnée.
|
### Communauté
|
||||||
|
|
||||||
Groupes d'utilisateurs :
|
- **Discord** : https://discord.gg/V4sAZ9XWpN
|
||||||
|
- **Twitter** : Mentionnez @SipeedIO avec #picoclaw
|
||||||
|
- **Bilibili** : @Sipeed矽速科技
|
||||||
|
|
||||||
Discord : <https://discord.gg/V4sAZ9XWpN>
|
Consultez [docs/community/roadmap.md](docs/community/roadmap.md) pour la feuille de route détaillée.
|
||||||
|
|
||||||
<img src="assets/wechat.png" alt="PicoClaw" width="512">
|
<img src="assets/wechat.png" alt="PicoClaw" width="512">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -165,6 +165,19 @@ Complete configuration reference.
|
||||||
- [Heartbeat Config](configuration/heartbeat-config.md)
|
- [Heartbeat Config](configuration/heartbeat-config.md)
|
||||||
- [Devices Config](configuration/devices-config.md)
|
- [Devices Config](configuration/devices-config.md)
|
||||||
|
|
||||||
|
### Migration
|
||||||
|
|
||||||
|
Migrating from older configurations.
|
||||||
|
|
||||||
|
- [Model List Migration](migration/model-list-migration.md) - Migrate to model_list configuration
|
||||||
|
|
||||||
|
### Design
|
||||||
|
|
||||||
|
Architecture and design decisions.
|
||||||
|
|
||||||
|
- [Provider Refactoring](design/provider-refactoring.md) - Protocol-based provider architecture
|
||||||
|
- [Provider Refactoring Tests](design/provider-refactoring-tests.md) - Test patterns for providers
|
||||||
|
|
||||||
### Tutorials
|
### Tutorials
|
||||||
|
|
||||||
Step-by-step guides.
|
Step-by-step guides.
|
||||||
|
|
|
||||||
|
|
@ -125,6 +125,19 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Migration
|
||||||
|
|
||||||
|
- [Model List Migration](migration/model-list-migration.md)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Design
|
||||||
|
|
||||||
|
- [Provider Refactoring](design/provider-refactoring.md)
|
||||||
|
- [Provider Refactoring Tests](design/provider-refactoring-tests.md)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# Tutorials
|
# Tutorials
|
||||||
|
|
||||||
- [Tutorials Overview](tutorials/README.md)
|
- [Tutorials Overview](tutorials/README.md)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue