Mango.Nop.Libraries/docs/README.md

24 lines
938 B
Markdown

# Mango.Nop Libraries documentation
Top-level documentation for the Mango.Nop shared libraries (Layer 2 — shared NopCommerce plugin framework).
## Reference docs (flat)
- [`ARCHITECTURE.md`](ARCHITECTURE.md) — Repo architecture overview
- [`CONVENTIONS.md`](CONVENTIONS.md) — Coding conventions
- [`GLOSSARY.md`](GLOSSARY.md) — Domain glossary
## Sub-projects with docs
- `Mango.Nop.Core/docs/` — Core entity mirrors, DTOs, architecture
- `Mango.Nop.Data/docs/` — Repository and transaction patterns
- `Mango.Nop.Services/docs/` — Service patterns, logger bridge
## Navigation
Per the AI Agent Core Protocol (folder navigation rule), start from this README when browsing `docs/`. Single-file reference docs remain flat at this level; multi-file topics live in named subfolders at the sub-project level.
## See also
- **Base framework**: `../../../../Aycode/Source/AyCode.Core/` (see each project's `docs/` folder).