Commit graph

60 commits

Author SHA1 Message Date
Gerard Soldevila
649fc1f583
[Telemetry] Move privacy statement URL to doc links (#126597)
* [DocLinksService] Define privacyStatement property

* Fix dockLinks typo

* Use docLinks instead of global constant

* Remove const

* Improve imports

* Update snapshot to fix UTs

* Fix incorrect imports

* Fix management section UTs

* Provide missing docLinks property to TelemetryManagementSectionComponent

* Simplify props, fix UTs

* Fix UTs broken by merge from main

* Code cleanup

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-18 10:56:38 +01:00
Sander Philipse
c1704d9c9d
[Workplace Search] Add DocsLink for SharePoint Online external (#127798) 2022-03-16 08:44:00 +01:00
Byron Hulcher
c9058b850c
Add troubleshooting setup guide link to enterprise search instructions page (#127820) 2022-03-15 15:16:50 -07:00
Anton Dosov
458e153a1b
fix url format editor doc link (#127449) 2022-03-15 17:05:14 +01:00
Anton Dosov
eca203ce73
[AggConfigs] Add TopMetrics agg (#125936) 2022-03-07 16:10:41 +01:00
Spencer
614139b8e5
[bazel] avoid a little boilerplate in packages (#126309)
* [bazel] avoid a little boilerplate for @types packages

* [bazel/ts] stop building sourcemaps since they're ignored
2022-02-24 12:43:12 -06:00
James Rodewig
b2475b95b8
Update doc links for Ingest Pipelines UI (#125456)
https://github.com/elastic/kibana/pull/101216 adds a new ECS mapper feature to the Ingest Pipelines UI. This makes some related changes:

* Updates the doc link anchor text for the **Create pipeline from CSV** page to "CSV to pipeline docs".
* Updates the doc link for the **Create pipeline from CSV** page to link to a related tutorial.
* Updates the doc link for the **Create pipeline** page to link to the ingest pipeline docs. Previously, this linked to the create pipeline API docs, which aren't particularly relevant.
2022-02-24 08:14:01 -05:00
Quynh Nguyen
2446d11d66
Use docLinks service for ui settings in Discover and Data plugins (#124302) 2022-02-04 15:06:41 -08:00
István Zoltán Szabó
15a573b86f
[ML] Changes DFA intro text (#124038)
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2022-02-01 19:09:19 +01:00
Pierre Gayvallet
b4e53f44c3
Create server-side docLinks service (#123818)
* extract docLinks service to a package

* adapt unit tests for docLinks service

* initial server-side docLinks implementation

* add server-side service mock

* fix internal mocks

* update generated doc

* add unit tests for server-side service

* adapt server mocks

* update links due to rebase

* add base tests for new package

* update links from merge

* set kibana-docs team as owners for new package

* split concrete and type import

* update tsdoc

* update links due to merge

* update generated doc
2022-02-01 10:37:15 +01:00