This repository contains the Docusaurus-based documentation website for Radio-Actief, a Belgian radiocommunicatie community.
- Project README:
radio-actief/README.md- Installation, development, and project structure - Contributing Guide:
CONTRIBUTING.md- How to contribute documentation - AI/LLM Agent Guide:
radio-actief/LLM_AI_AGENT_GUIDE.md- Detailed guide for AI agents - Blog Contributing:
radio-actief/BLOG_CONTRIBUTING.md- Blog post guidelines
docusaurus/
├── CONTRIBUTING.md # Main contributing guide
├── REPO_DESCRIPTION.md # Repository description options
├── README.md # This file
├── archive/ # Historical documentation and scripts
│ ├── README.md
│ ├── Setup guides (1-5)
│ ├── Komodo deployment guides
│ └── Logo processing scripts
└── radio-actief/ # Main Docusaurus project
├── README.md # Project-specific README
├── LLM_AI_AGENT_GUIDE.md # Detailed AI agent instructions
├── BLOG_CONTRIBUTING.md # Blog contribution guidelines
├── LOGO_INSTRUCTIONS.md # Logo processing instructions
├── docs/ # Documentation (Dutch - default)
├── blog/ # Blog posts
├── i18n/ # Translations (en, fr)
└── ... # Docusaurus configuration files
- Navigate to the project:
cd radio-actief - Install dependencies:
npm install - Start development:
npm start - Read
CONTRIBUTING.mdto understand how to contribute
- For Contributors: Start with
CONTRIBUTING.md - For AI/LLM Agents: See
radio-actief/LLM_AI_AGENT_GUIDE.md - For Blog Posts: See
radio-actief/BLOG_CONTRIBUTING.md
Radio-Actief is a showcase platform and community of RadioCommunicatie.be, providing documentation for:
- CB Radio
- PMR446 / Walkietalkies
- MeshCore networking
- Hardware
- HAM / Shortwave radio
The documentation site features multi-language support (Dutch/Flemish, English, French) and is built with Docusaurus.
This project is part of the Radio-Actief community.