-
Home
-
Docs
-
Reference
-
Repository Structure
Repository Structure
Top-level layout
src/ - application, transport, markdown libraries, and sample projects
docs/ - tracked internal design and implementation notes
site/ - Lunet documentation site content and configuration
.github/workflows/ - build and docs automation
.config/dotnet-tools.json - local tool manifest for Lunet
Solution projects
CodexGui.App - Avalonia desktop shell
CodexGui.AppServer - generated DTOs and JSON-RPC transport
CodexGui.Markdown - core markdown library
CodexGui.Markdown.Plugin.* - plugin packages for optional markdown features
CodexGui.Markdown.Sample - sample application for the markdown stack
Practical reading order
README.md
site/articles/
src/CodexGui.App
src/CodexGui.AppServer
- markdown libraries and plugin projects under
src/