📄️ Quick Start
The goal of this page is not to list every feature. It is to help you get a running, extensible Lynx service using the current workflow.
📄️ Bootstrap Configuration
In Lynx, “bootstrap configuration” is not your full business configuration. It is the first layer of configuration read during startup. Its job is to tell the framework:
📄️ Plugin Management
In Lynx, the plugin manager is the runtime assembly center. It does more than "load plugins": it prepares plugin instances from the global typed factory, resolves lifecycle order, owns the shared runtime, and exposes managed plugin instances to the application.
📄️ Plugin Usage Guide
In Lynx, a plugin is not just another SDK dependency. It is a capability module that joins the shared runtime, is registered into the global plugin factory, and is then assembled by the plugin manager during application startup.