Modules
This section contains documentation for each business module in the Envia Admin platform. Each module groups all related technical documentation — overview, API endpoints, UI screens, and design decisions — in one place.
Module Index
| Module | Description | Status |
|---|---|---|
| Finance | Invoice generation, payments, balances, and financial reporting | Example |
TIP
The Finance module is a reference example that demonstrates how to document a complete module. Use it as a guide when documenting your own modules.
Adding a New Module
- Copy the template to a new folder:
modules/<module-name>/index.md - Fill in all applicable sections
- Add API (
api.md) and UI (ui.md) pages as needed - Update the sidebar in
.vitepress/config.mts
For detailed instructions, see the Contributing Guide.
