fixed missinformation regarding startup mode#323
Conversation
There was a problem hiding this comment.
Pull request overview
This PR corrects outdated references to Aquila's startup mode naming in both inline configuration docs and the installation guide. It aligns the documentation with the actual runtime model used elsewhere in the codebase, where the two supported modes are static and dynamic.
Changes:
- Updates the
Config::modedoc comment to listdynamicinstead of the obsoletehybridmode. - Fixes installation guide references from
MODE=hybridtoMODE=dynamic. - Aligns the environment-variable documentation for
MODEwith current startup behavior.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/configuration/config.rs |
Corrects the inline Rust documentation for the mode configuration field. |
docs/installation.mdx |
Updates installation and environment-variable docs to use the correct dynamic mode name. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
GitLab Pipeline ActionGeneral informationLink to pipeline: https://gitlab.com/code0-tech/development/aquila/-/pipelines/2494833803 Status: Passed Job summariesdocs:previewDocumentation preview available at https://code0-tech.gitlab.io/-/development/telescopium/-/jobs/14184420704/artifacts/out/index.html |
Resolves: #322