Add a plugin directory page to the docs build#112862
Merged
stacey-gammon merged 7 commits intoelastic:masterfrom Sep 28, 2021
Merged
Add a plugin directory page to the docs build#112862stacey-gammon merged 7 commits intoelastic:masterfrom
stacey-gammon merged 7 commits intoelastic:masterfrom
Conversation
added 4 commits
September 22, 2021 16:40
…09-22-plugin-index-page
…09-22-plugin-index-page
Contributor
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
Contributor
|
@stacey-gammon Overall this looks good but I'm curious about how the produced files will be updated. Will it be like api doc generator we were using up until recently? |
Author
|
@mattkime - it gets updated when |
mattkime
approved these changes
Sep 28, 2021
Contributor
mattkime
left a comment
There was a problem hiding this comment.
Nice work! Definitely helpful in navigating the list of plugins and encouraging code quality improvements.
spalger
approved these changes
Sep 28, 2021
Contributor
💔 Backport failed
To backport manually run: |
stacey-gammon
pushed a commit
to stacey-gammon/kibana
that referenced
this pull request
Sep 28, 2021
* Write plugin directory doc as part of api docs build. * Replace service folder with the new name for index patterns * Updated docs * small update * update docs # Conflicts: # api_docs/actions.mdx # api_docs/apm.json # api_docs/core.mdx # api_docs/core_application.mdx # api_docs/core_chrome.mdx # api_docs/core_http.mdx # api_docs/core_saved_objects.mdx # api_docs/data.json # api_docs/data.mdx # api_docs/data_autocomplete.mdx # api_docs/data_data_views.json # api_docs/data_data_views.mdx # api_docs/data_query.mdx # api_docs/data_search.json # api_docs/data_search.mdx # api_docs/data_ui.mdx # api_docs/deprecations_by_api.mdx # api_docs/deprecations_by_plugin.mdx # api_docs/event_log.mdx # api_docs/maps.json # api_docs/maps.mdx # api_docs/maps_ems.json # api_docs/maps_ems.mdx # api_docs/observability.mdx # api_docs/saved_objects.json # api_docs/security_solution.mdx
stacey-gammon
pushed a commit
that referenced
this pull request
Sep 28, 2021
* Write plugin directory doc as part of api docs build. * Replace service folder with the new name for index patterns * Updated docs * small update * update docs # Conflicts: # api_docs/actions.mdx # api_docs/apm.json # api_docs/core.mdx # api_docs/core_application.mdx # api_docs/core_chrome.mdx # api_docs/core_http.mdx # api_docs/core_saved_objects.mdx # api_docs/data.json # api_docs/data.mdx # api_docs/data_autocomplete.mdx # api_docs/data_data_views.json # api_docs/data_data_views.mdx # api_docs/data_query.mdx # api_docs/data_search.json # api_docs/data_search.mdx # api_docs/data_ui.mdx # api_docs/deprecations_by_api.mdx # api_docs/deprecations_by_plugin.mdx # api_docs/event_log.mdx # api_docs/maps.json # api_docs/maps.mdx # api_docs/maps_ems.json # api_docs/maps_ems.mdx # api_docs/observability.mdx # api_docs/saved_objects.json # api_docs/security_solution.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm open for suggestions on the formatting of the page. Torn on whether a table is the right format, or using sections instead. Perhaps once the description property is taken advantage of more, sections will be better.