Files
Ahmet Oğuzhan Engin f9cee7bc13 docs: add backend.startup configuration documentation (#34137)
* 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>
2026-05-27 23:20:32 -04:00
..
2026-03-18 13:31:46 +01:00
2026-05-26 15:26:38 +00:00
2026-05-27 01:02:06 +03:00