Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit d958fb2

Browse files
committed
Move notebooks
1 parent 54aa726 commit d958fb2

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

404.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
permalink: /404.html
3+
---

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ gem "just-the-docs", "~> 0.2.7"
2121
group :jekyll_plugins do
2222
# gem "jekyll-feed", "~> 0.6"
2323
gem "jekyll-remote-theme"
24+
gem "jekyll-redirect-from"
2425
end
2526

2627
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ footer_content:
8282

8383
plugins:
8484
- jekyll-remote-theme
85+
- jekyll-redirect-from
8586

8687
# Exclude from processing.
8788
# The following items will not be processed, by default. Create a custom list

docs/notebooks/index.md renamed to docs/kibana/notebooks.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
layout: default
33
title: Notebooks (experimental)
4-
nav_order: 54
4+
parent: Kibana
5+
nav_order: 50
6+
redirect_from: /docs/notebooks/
57
has_children: false
68
---
79

@@ -30,7 +32,7 @@ A notebook is an interface for creating reports.
3032
1. Choose **Create notebook** and enter a descriptive name.
3133
1. Choose **Create**.
3234

33-
![Notebook UI](../images/notebook.png)
35+
![Notebook UI](../../images/notebook.png)
3436

3537
Choose **Notebook actions** to rename, duplicate, or delete a notebook.
3638

@@ -43,20 +45,20 @@ Paragraphs combine text and visualizations for describing data.
4345
1. To add text, choose **Add markdown paragraph**.
4446
1. Add rich text with markdown syntax.
4547

46-
![Markdown paragraph](../images/markdown-notebook.png)
48+
![Markdown paragraph](../../images/markdown-notebook.png)
4749

4850
#### Add a visualization paragraph
4951

5052
1. To add a visualization, choose **Add Kibana visualization paragraph**.
5153
1. In **Title**, select your visualization and choose a date range.
5254

53-
![Markdown paragraph](../images/visualization-notebook.png)
55+
![Markdown paragraph](../../images/visualization-notebook.png)
5456

5557
- You can choose multiple timelines to compare and contrast visualizations.
5658

5759
To run and save a paragraph, choose **Run**.
5860

59-
![Output](../images/output-notebook.png)
61+
![Output](../../images/output-notebook.png)
6062

6163
You can perform the following actions on paragraphs:
6264

@@ -69,4 +71,4 @@ You can perform the following actions on paragraphs:
6971

7072
## Sample Notebook
7173

72-
![sample notebook](../images/sample-notebook.png)
74+
![sample notebook](../../images/sample-notebook.png)

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: default
33
title: About
44
nav_order: 1
5+
redirect_from: /404.html
56
permalink: /
67
---
78

0 commit comments

Comments
 (0)