## Summary
Closes#162263
Introduces a new `Feature Privileges` section to the developer
documentation. The documentation includes a tutorial on how to control
access to features of plugin being developed. Introduces a few sections:
- Controlling access to UI features
- Controlling access to server side APIs
- Documentation for configuration options
## Testing
To build this locally, run ./scripts/dev_docs from a local checkout of
this PR. A server will eventually start on http://localhost:3000 where
you can preview the changes.
---------
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
* [NoDataPage] Updating the default messages and reusing `title` as default `button` label
* Update default description for agent
* Overview page i18n and snaps
* Fixing sticky nav
* Adding some side bar styles
* Added a built-in solution nav title with avatar icon
* Adding tutorial docs
* Added KibanaPageTemplateSolutionNavAvatar
* Added KibanaPageTemplateSolutionNav
* Increased limit to `core` / `kibanaReact` plugin because of additional CSS
* docs(NA): [dev docs] Add how to build a Kibana distributable tutorial
* docs(NA): including last step about building a kibana distributable tutorial
* docs(NA): add dev docs images
* docs(NA): include image for target folder with os packages and distributable
* docs(NA): apply feedback received on the PR review
* chore(NA): add rpm to brew
* chore(NA): update dev_docs/tutorials/building_a_kibana_distributable.mdx
Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
* chore(NA): update dev_docs/tutorials/building_a_kibana_distributable.mdx
Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
* docs(NA): update docker names to capitalized
Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>