This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some updates to our dev docs (elastic#120981)
* Master -> main update branching strategy with make it minor * Follow the new dev docs process and keep nav inside this repo * add back nav links that are in a different repo Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
9b5efb2
commit 6c4c5e1
Showing
7 changed files
with
186 additions
and
20 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,160 @@ | ||
{ | ||
"mission": "Kibana Developer Guide", | ||
"id": "kibDevDocs", | ||
"landingPageId": "kibDevDocsWelcome", | ||
"icon": "logoKibana", | ||
"description": "Developer documentation for building custom Kibana plugins and extending Kibana functionality.", | ||
"items": [ | ||
{ | ||
"category": "Getting started", | ||
"items": [ | ||
{ "id": "kibDevDocsWelcome" }, | ||
{ "id": "kibDevTutorialSetupDevEnv" }, | ||
{ "id": "kibHelloWorldApp" }, | ||
{ "id": "kibDevAddData" }, | ||
{ "id": "kibTroubleshooting" } | ||
] | ||
}, | ||
{ | ||
"category": "Key concepts", | ||
"items": [ | ||
{ "id": "kibPlatformIntro" }, | ||
{ "id": "kibDevAnatomyOfAPlugin" }, | ||
{ "id": "kibDevPerformance" }, | ||
{ "id": "kibBuildingBlocks" }, | ||
{ "id": "kibDevDocsSavedObjectsIntro", "label": "Saved objects" }, | ||
{ "id": "kibDevDocsPersistableStateIntro" }, | ||
{ "id": "kibDataPlugin", "label": "Data" }, | ||
{ "id": "kibCoreLogging" }, | ||
{ "id": "kibUsageCollectionPlugin" }, | ||
{ "id": "kibDataViewsKeyConcepts" }, | ||
{ "id": "kibDevKeyConceptsNavigation" } | ||
] | ||
}, | ||
{ | ||
"category": "Tutorials", | ||
"items": [ | ||
{ "id": "kibDevTutorialTestingPlugins" }, | ||
{ "id": "kibDevTutorialSavedObject" }, | ||
{ "id": "kibDevTutorialSubmitPullRequest" }, | ||
{ "id": "kibDevTutorialExpressions" }, | ||
{ "id": "kibDevDocsKPTTutorial" }, | ||
{ "id": "kibDevTutorialDataSearchAndSessions", "label": "data.search" }, | ||
{ "id": "kibDevTutorialDataViews" }, | ||
{ "id": "kibDevTutorialDebugging" }, | ||
{ | ||
"id": "kibDevTutorialBuildingDistributable", | ||
"label": "Building a Kibana distributable" | ||
}, | ||
{ "id": "kibDevTutorialServerEndpoint" } | ||
] | ||
}, | ||
{ | ||
"category": "Contributing", | ||
"items": [ | ||
{ "id": "kibRepoStructure" }, | ||
{ "id": "kibDevPrinciples" }, | ||
{ "id": "kibStandards" }, | ||
{ "id": "ktRFCProcess" }, | ||
{ "id": "kibBestPractices" }, | ||
{ "id": "kibStyleGuide" }, | ||
{ "id": "kibGitHub" } | ||
] | ||
}, | ||
{ | ||
"category": "Contributors Newsletters", | ||
"items": [ | ||
{ "id": "kibNovember2021ContributorNewsletter" }, | ||
{ "id": "kibOctober2021ContributorNewsletter" }, | ||
{ "id": "kibSeptember2021ContributorNewsletter" }, | ||
{ "id": "kibAugust2021ContributorNewsletter" }, | ||
{ "id": "kibJuly2021ContributorNewsletter" }, | ||
{ "id": "kibJune2021ContributorNewsletter" }, | ||
{ "id": "kibMay2021ContributorNewsletter" }, | ||
{ "id": "kibApril2021ContributorNewsletter" }, | ||
{ "id": "kibMarch2021ContributorNewsletter" } | ||
] | ||
}, | ||
{ | ||
"category": "API documentation", | ||
"items": [ | ||
{ "id": "kibDevDocsApiWelcome" }, | ||
{ "id": "kibDevDocsPluginDirectory" }, | ||
{ "id": "kibDevDocsDeprecationsByPlugin" }, | ||
{ "id": "kibDevDocsDeprecationsByApi" }, | ||
{ "id": "kibCorePluginApi" }, | ||
{ "id": "kibCoreApplicationPluginApi" }, | ||
{ "id": "kibCoreChromePluginApi" }, | ||
{ "id": "kibCoreHttpPluginApi" }, | ||
{ "id": "kibCoreSavedObjectsPluginApi" }, | ||
{ "id": "kibFieldFormatsPluginApi" }, | ||
{ "id": "kibDataPluginApi" }, | ||
{ "id": "kibDataAutocompletePluginApi" }, | ||
{ "id": "kibDataEnhancedPluginApi" }, | ||
{ "id": "kibDataViewsPluginApi" }, | ||
{ "id": "kibDataQueryPluginApi" }, | ||
{ "id": "kibDataSearchPluginApi" }, | ||
{ "id": "kibDataUiPluginApi" }, | ||
{ "id": "kibBfetchPluginApi" }, | ||
{ "id": "kibAlertingPluginApi" }, | ||
{ "id": "kibTaskManagerPluginApi" }, | ||
{ "id": "kibActionsPluginApi" }, | ||
{ "id": "kibEventLogPluginApi" }, | ||
{ "id": "kibTriggersActionsUiPluginApi" }, | ||
{ "id": "kibCasesPluginApi" }, | ||
{ "id": "kibChartsPluginApi" }, | ||
{ "id": "kibDashboardPluginApi" }, | ||
{ "id": "kibDevToolsPluginApi" }, | ||
{ "id": "kibDiscoverPluginApi" }, | ||
{ "id": "kibEmbeddablePluginApi" }, | ||
{ "id": "kibEncryptedSavedObjectsPluginApi" }, | ||
{ "id": "kibEnterpriseSearchPluginApi" }, | ||
{ "id": "kibEsUiSharedPluginApi" }, | ||
{ "id": "kibExpressionsPluginApi" }, | ||
{ "id": "kibFeaturesPluginApi" }, | ||
{ "id": "kibFileUploadPluginApi" }, | ||
{ "id": "kibFleetPluginApi" }, | ||
{ "id": "kibGlobalSearchPluginApi" }, | ||
{ "id": "kibHomePluginApi" }, | ||
{ "id": "kibInspectorPluginApi" }, | ||
{ "id": "kibKibanaReactPluginApi" }, | ||
{ "id": "kibKibanaUtilsPluginApi" }, | ||
{ "id": "kibLensPluginApi" }, | ||
{ "id": "kibLicenseManagementPluginApi" }, | ||
{ "id": "kibLicensingPluginApi" }, | ||
{ "id": "kibListsPluginApi" }, | ||
{ "id": "kibManagementPluginApi" }, | ||
{ "id": "kibMapsPluginApi" }, | ||
{ "id": "kibMlPluginApi" }, | ||
{ "id": "kibMonitoringPluginApi" }, | ||
{ "id": "kibNavigationPluginApi" }, | ||
{ "id": "kibNewsfeedPluginApi" }, | ||
{ "id": "kibObservabilityPluginApi" }, | ||
{ "id": "kibRemoteClustersPluginApi" }, | ||
{ "id": "kibReportingPluginApi" }, | ||
{ "id": "kibRollupPluginApi" }, | ||
{ "id": "kibRuntimeFieldsPluginApi" }, | ||
{ "id": "kibSavedObjectsManagementPluginApi" }, | ||
{ "id": "kibSavedObjectsTaggingOssPluginApi" }, | ||
{ "id": "kibSavedObjectsTaggingPluginApi" }, | ||
{ "id": "kibSavedObjectsPluginApi" }, | ||
{ "id": "kibSecuritySolutionPluginApi" }, | ||
{ "id": "kibSecurityPluginApi" }, | ||
{ "id": "kibSharePluginApi" }, | ||
{ "id": "kibSnapshotRestorePluginApi" }, | ||
{ "id": "kibSpacesPluginApi" }, | ||
{ "id": "kibStackAlertsPluginApi" }, | ||
{ "id": "kibTelemetryCollectionManagerPluginApi" }, | ||
{ "id": "kibTelemetryCollectionXpackPluginApi" }, | ||
{ "id": "kibTelemetryManagementSectionPluginApi" }, | ||
{ "id": "kibTelemetryPluginApi" }, | ||
{ "id": "kibUiActionsEnhancedPluginApi" }, | ||
{ "id": "kibUiActionsPluginApi" }, | ||
{ "id": "kibUrlForwardingPluginApi" }, | ||
{ "id": "kibUsageCollectionPluginApi" }, | ||
{ "id": "kibVisTypeTimeseriesPluginApi" }, | ||
{ "id": "kibVisualizationsPluginApi" } | ||
] | ||
} | ||
] | ||
} |
This file contains 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