f9cee7bc13
* docs: add backend.startup configuration documentation Add a new 'Startup Configuration' section at the bottom of the building-backends guide documenting the backend.startup config block. - Explains onPluginBootFailure per-plugin control - Explains onPluginModuleBootFailure per-module control - Shows how to set a global default via backend.startup.default - Includes a full YAML configuration reference Closes #34075 Signed-off-by: ahmetoguzhanengin <ahmetoguzhanengin@gmail.com> * docs: fix backend.startup examples per Copilot review - Replace 'githubEntityProvider' with 'github' (the actual moduleId) as declared in createBackendModule({ moduleId: '...' }) - Replace 'abort | continue' YAML values with 'abort # or continue' to avoid invalid literal string interpretation Signed-off-by: Ahmet Oğuzhan Engin <ahmetoguzhanengin@gmail.com> Signed-off-by: ahmetoguzhanengin <ahmetoguzhanengin@gmail.com> --------- Signed-off-by: ahmetoguzhanengin <ahmetoguzhanengin@gmail.com> Signed-off-by: Ahmet Oğuzhan Engin <ahmetoguzhanengin@gmail.com>