{"id":50882342,"url":"https://github.com/gravendev/omnibot-docs","last_synced_at":"2026-06-15T14:01:33.607Z","repository":{"id":313423599,"uuid":"1051220380","full_name":"GravenDev/omnibot-docs","owner":"GravenDev","description":"La documentation du bot OmniBot (https://github.com/AsyncCommunityDiscord/OmniBot)","archived":false,"fork":false,"pushed_at":"2025-09-05T23:08:16.000Z","size":145,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-01T19:18:58.717Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GravenDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-05T16:21:03.000Z","updated_at":"2025-09-05T23:08:20.000Z","dependencies_parsed_at":"2025-09-06T00:25:40.907Z","dependency_job_id":"1c34a165-2df3-4ba4-ad21-7a0965e6a93b","html_url":"https://github.com/GravenDev/omnibot-docs","commit_stats":null,"previous_names":["asynccommunitydiscord/omnibot-docs","gravendev/omnibot-docs"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/GravenDev/omnibot-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GravenDev%2Fomnibot-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GravenDev%2Fomnibot-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GravenDev%2Fomnibot-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GravenDev%2Fomnibot-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GravenDev","download_url":"https://codeload.github.com/GravenDev/omnibot-docs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GravenDev%2Fomnibot-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34365597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-15T14:01:30.469Z","updated_at":"2026-06-15T14:01:33.600Z","avatar_url":"https://github.com/GravenDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch3 align=\"center\"\u003e\n  \u003cimg src=\"https://avatars.githubusercontent.com/u/78621926?s=200\u0026v=4\" width=\"75\" alt=\"Logo\"\u003e\u003cbr/\u003e\n  Async - Community\u003cbr/\u003e\n  This project is under the \u003ca href=\"https://choosealicense.com/licenses/gpl-3.0/\"\u003eGNU GPL v3\u003c/a\u003e license\u003cbr/\u003e\u003cbr/\u003e\n\u003c/h3\u003e\n\n# \u003cp align=\"center\"\u003e`OmniBot Documentation`\u003c/p\u003e\n\nDocumentation complète pour OmniBot, le bot Discord de la communauté \u003ccode\u003eAsync - Community\u003c/code\u003e.\nCette documentation est construite avec Docusaurus et fournit toutes les informations nécessaires pour utiliser et\ndévelopper avec OmniBot.\n\n---\n\n## Informations générales\n\n| Informations générales |                                                                                          |\n|------------------------|------------------------------------------------------------------------------------------|\n| Description            | Documentation officielle d'OmniBot couvrant l'utilisation et le développement de modules |\n| Version                | 1.0                                                                                      |\n| Technologie            | Docusaurus v3 + TypeScript                                                               |\n| URL de production      | [omnibot-docs.redstom.fr](https://omnibot-docs.redstom.fr)                               |\n\n---\n\n## État du projet\n\n![](https://img.shields.io/badge/State-In_development-orange?style=for-the-badge)\n![](https://img.shields.io/github/issues/AsyncCommunityDiscord/omnibot-docs?style=for-the-badge)\n![](https://img.shields.io/github/issues-pr/AsyncCommunityDiscord/omnibot-docs?style=for-the-badge)\n\n---\n\n## 🚀 Démarrage rapide\n\n### Prérequis\n\n- Node.js 18+ ou supérieur\n- pnpm (gestionnaire de paquets recommandé)\n\n### Installation\n\n```bash\n# Cloner le repository\ngit clone https://github.com/AsyncCommunityDiscord/omnibot-docs.git\ncd omnibot-docs\n\n# Installer les dépendances\npnpm install\n\n# Démarrer le serveur de développement\npnpm start\n```\n\nLe site sera accessible sur `http://localhost:3000`\n\n### Scripts disponibles\n\n```bash\n# Développement local\npnpm start\n\n# Build de production\npnpm build\n\n# Prévisualisation du build\npnpm serve\n\n# Déploiement\npnpm deploy\n```\n\n---\n### Documentation utilisateur\n\nGuide complet pour les utilisateurs finaux d'OmniBot :\n\n- 📋 Liste des commandes disponibles\n- ⚙️ Configuration du bot sur un serveur\n- 🎯 Exemples d'utilisation pratique\n\n### Documentation développeur\n\nGuide technique pour les développeurs souhaitant étendre OmniBot :\n\n- 🏗️ Architecture modulaire du bot\n- 🔧 Création de modules personnalisés\n\n---\n\n## 🤝 Contribution\n\nNous accueillons toutes les contributions pour améliorer cette documentation !\n\n### Types de contributions recherchées\n\n- 📝 Amélioration du contenu existant\n- 🆕 Ajout de nouvelles sections\n- 🐛 Correction d'erreurs ou de typos\n- 🎨 Amélioration du design et de l'expérience utilisateur\n- 🔧 Optimisation technique\n\n---\n\n## 📞 Support\n- **Discord** : https://discord.gg/graven\n- **Avancement du projet** : https://github.com/orgs/AsyncCommunityDiscord/projects/2\n\n---\n\n## 📄 Licence\n\nCe projet est sous licence [GNU GPL v3](https://choosealicense.com/licenses/gpl-3.0/).\n\n---\n\n## 🔗 Liens utiles\n\n- **OmniBot Repository** : [Repo principal](https://github.com/AsyncCommunityDiscord/OmniBot)\n- **Communauté Discord** : [discord.gg/graven](https://discord.gg/graven)\n- **Docusaurus** : [docusaurus.io](https://docusaurus.io/)\n\n---\n\n\u003cp align=\"center\"\u003e\n  Fait avec ❤️ par la communauté \u003cstrong\u003eAsync - Community\u003c/strong\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgravendev%2Fomnibot-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgravendev%2Fomnibot-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgravendev%2Fomnibot-docs/lists"}