mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Updates Github link references from master to main (#116789)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
2194f2b93c
commit
c4815d319e
123 changed files with 231 additions and 231 deletions
|
@ -12,7 +12,7 @@ documentation for every plugin that exposes a <DocLink id="kibPlatformIntro" sec
|
|||
|
||||
<DocCallOut color="warning" title="Experimental">
|
||||
This documentation is being automatically generated using an
|
||||
[_experimental_ system](https://github.com/elastic/kibana/blob/master/rfcs/text/0014_api_documentation.md). That means
|
||||
[_experimental_ system](https://github.com/elastic/kibana/blob/main/rfcs/text/0014_api_documentation.md). That means
|
||||
it may be removed or modified at any time. If you have any questions, feedback or concerns, please create an issue using
|
||||
the label `APIDocs`, or reach out to the Kibana Tech Leads
|
||||
who are temporarily owning and maintaining this system.
|
||||
|
@ -46,7 +46,7 @@ the instructions <DocLink id="docsSetup" section="configure-the-nav-for-your-con
|
|||
configure the navigation menu. The nav file you need to
|
||||
edit is: [https://github.com/elastic/elastic-docs/blob/master/config/nav-kibana-dev.ts](https://github.com/elastic/elastic-docs/blob/master/config/nav-kibana-dev.ts)
|
||||
|
||||
Your API docs will exist in the top level [`api_docs` folder](https://github.com/elastic/kibana/tree/master/api_docs) and will use a doc id of the pattern `kib${PluginName}PluginApi`.
|
||||
Your API docs will exist in the top level [`api_docs` folder](https://github.com/elastic/kibana/tree/main/api_docs) and will use a doc id of the pattern `kib${PluginName}PluginApi`.
|
||||
|
||||
### Why is a referenced API item not showing up as clickable?
|
||||
|
||||
|
@ -70,7 +70,7 @@ In the short term, the best thing you can do is avoid deeply nested API items. U
|
|||
adding `serviceFolders` in your kibana.json. This will automatically split your docs up based on which APIs are defined within the service folders.
|
||||
They will get built into a doc with an id of
|
||||
`kib${PluginName}${ServiceName}PluginApi`. The data plugin does this, so you
|
||||
can [check that out as an example](https://github.com/elastic/kibana/blob/master/src/plugins/data/kibana.json#L13).
|
||||
can [check that out as an example](https://github.com/elastic/kibana/blob/main/src/plugins/data/kibana.json#L13).
|
||||
|
||||
If that isn't the case and you are still experiencing performance issues, please file an issue!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue