Update core architecture docs (#164120)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: amyjtechwriter <61687663+amyjtechwriter@users.noreply.github.com>
This commit is contained in:
Christiane (Tina) Heiligers 2023-08-21 12:38:24 -07:00 committed by GitHub
parent 0d63919122
commit 5a68f70900
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 1116 additions and 17 deletions

View file

@ -17,7 +17,7 @@ const basePath = core.http.basePath.get(request);
To have access to your plugin config, you _should_:
* Declare plugin-specific `configPath` (will fallback to plugin `id`
if not specified) in {kib-repo}blob/{branch}/docs/development/core/server/kibana-plugin-core-server.pluginmanifest.md[`kibana.json`] manifest file.
if not specified) in your plugin definition.
* Export schema validation for the config from plugin's main file. Schema is
mandatory. If a plugin reads from the config without schema declaration,
`ConfigService` will throw an error.