mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
# Backport This will backport the following commits from `main` to `8.6`: - [[DOCS] Adds intro section to landing page (#146207)](https://github.com/elastic/kibana/pull/146207) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"gchaps","email":"33642766+gchaps@users.noreply.github.com"},"sourceCommit":{"committedDate":"2022-11-30T16:00:14Z","message":"[DOCS] Adds intro section to landing page (#146207)\n\n## Summary\r\n\r\nThis PR:\r\n\r\n- Adds an intro section to the landing page that links to what is\r\nKibana, how to use, concepts, and add data\r\n- Updates the link to What's new\r\n\r\nPreview:\r\n\r\n[https://kibana_146207.docs-preview.app.elstc.co/guide/en/kibana/master/index.html](https://kibana_146207.docs-preview.app.elstc.co/guide/en/kibana/master/index.html)","sha":"7d6ae27897da52b6b0bcca860781109dbfe23aff","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v8.5.0","v8.6.0","v8.7.0"],"number":146207,"url":"https://github.com/elastic/kibana/pull/146207","mergeCommit":{"message":"[DOCS] Adds intro section to landing page (#146207)\n\n## Summary\r\n\r\nThis PR:\r\n\r\n- Adds an intro section to the landing page that links to what is\r\nKibana, how to use, concepts, and add data\r\n- Updates the link to What's new\r\n\r\nPreview:\r\n\r\n[https://kibana_146207.docs-preview.app.elstc.co/guide/en/kibana/master/index.html](https://kibana_146207.docs-preview.app.elstc.co/guide/en/kibana/master/index.html)","sha":"7d6ae27897da52b6b0bcca860781109dbfe23aff"}},"sourceBranch":"main","suggestedTargetBranches":["8.5","8.6"],"targetPullRequestStates":[{"branch":"8.5","label":"v8.5.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146207","number":146207,"mergeCommit":{"message":"[DOCS] Adds intro section to landing page (#146207)\n\n## Summary\r\n\r\nThis PR:\r\n\r\n- Adds an intro section to the landing page that links to what is\r\nKibana, how to use, concepts, and add data\r\n- Updates the link to What's new\r\n\r\nPreview:\r\n\r\n[https://kibana_146207.docs-preview.app.elstc.co/guide/en/kibana/master/index.html](https://kibana_146207.docs-preview.app.elstc.co/guide/en/kibana/master/index.html)","sha":"7d6ae27897da52b6b0bcca860781109dbfe23aff"}}]}] BACKPORT--> Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
This commit is contained in:
parent
0b43f5fceb
commit
d85e797eef
1 changed files with 24 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a class="inline-block mr-3" href="https://www.elastic.co/guide/en/kibana/8.5/whats-new.html">What's new</a>
|
||||
<a class="inline-block mr-3" href="https://www.elastic.co/guide/en/kibana/current/whats-new.html">What's new</a>
|
||||
<a class="inline-block mr-3" href="https://www.elastic.co/guide/en/kibana/8.5/release-notes-8.5.0.html">Release notes</a>
|
||||
<a class="inline-block mr-3" href="https://www.elastic.co/videos/training-how-to-series-stack">How-to videos</a>
|
||||
</p>
|
||||
|
@ -113,6 +113,29 @@
|
|||
|
||||
<h3>Get to know Kibana</h3>
|
||||
|
||||
<div class="my-5">
|
||||
<div class="d-flex align-items-center mb-3">
|
||||
<h4 class="mt-3">
|
||||
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt4608a3aa29a0ed9c/637e67358db6e810ab77c1e8/kibana-logo.png');"></span>
|
||||
Get started
|
||||
</h4>
|
||||
</div>
|
||||
<ul class="ul-col-md-2 ul-col-1">
|
||||
<li>
|
||||
<a href="introduction.html">What is Kibana?</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="get-started.html">How to use Kibana</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="kibana-concepts-analysts.html">Understand Kibana concepts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="connect-to-elasticsearch.html">Add data to Kibana</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="my-5">
|
||||
<div class="d-flex align-items-center mb-3">
|
||||
<h4 class="mt-3">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue