Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Convert migration guide to asciidoc #82600

Merged
merged 36 commits into from
Nov 24, 2020
Merged
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1ef8237
Initial conversion to asciidoc
joshdover Oct 15, 2020
3d827bb
Update and split migration guide
joshdover Oct 15, 2020
c2811cc
Convert MIGRATION_EXAMPLES to asciidoc
joshdover Oct 15, 2020
79a9d9a
Merge branch 'master' into pr/80784
mshustov Nov 2, 2020
d5511b4
build with --focus flag
mshustov Nov 2, 2020
cd8586b
convert migration guide to asciidoc
mshustov Nov 4, 2020
b44e946
cleanup migration_examples
mshustov Nov 4, 2020
ef52c00
fix wrong Heading size
mshustov Nov 4, 2020
bba76b0
update links in docs
mshustov Nov 5, 2020
5f0fb90
Apply suggestions from code review
mshustov Nov 8, 2020
1d8bdc0
Apply suggestions from code review
mshustov Nov 8, 2020
0daa5d5
add tooling section
mshustov Nov 8, 2020
32aec24
Merge remote-tracking branch 'origin/pr/80784' into pr/80784
mshustov Nov 8, 2020
c3f7703
explain purpose of each lifecycle method
mshustov Nov 8, 2020
79c374a
cleanup docs
mshustov Nov 9, 2020
e28abd8
cleanup p2
mshustov Nov 9, 2020
1d369e9
fix wrong link
mshustov Nov 9, 2020
00c3bc7
resturcture core docs
mshustov Nov 9, 2020
6a06a77
Merge branch 'master' into pr/80784
mshustov Nov 9, 2020
ca05f02
fix wrong link
mshustov Nov 9, 2020
f78893a
update missing links
mshustov Nov 9, 2020
c2d057c
Apply suggestions from code review
mshustov Nov 11, 2020
54d343a
Merge remote-tracking branch 'origin/pr/80784' into pr/80784
mshustov Nov 11, 2020
cb9b192
address comments
mshustov Nov 11, 2020
58d0b26
add a commenta about plugin-helpers preconfigured
mshustov Nov 11, 2020
510b01b
improve density of tables
mshustov Nov 11, 2020
0ae5731
fix lik
mshustov Nov 11, 2020
e128d9b
remove links to the migration guide
mshustov Nov 11, 2020
9628fb9
Merge branch 'master' into pr/80784
mshustov Nov 13, 2020
b20d6af
address comments
mshustov Nov 17, 2020
8e85f83
Apply suggestions from code review
mshustov Nov 20, 2020
4453bfb
Merge remote-tracking branch 'origin/pr/80784' into pr/80784
mshustov Nov 20, 2020
eed5920
address @gchaps comments
mshustov Nov 20, 2020
091ab65
Apply suggestions from code review
mshustov Nov 24, 2020
86c6beb
Merge remote-tracking branch 'origin/pr/80784' into pr/80784
mshustov Nov 24, 2020
b44350c
change format of ES client change list
mshustov Nov 24, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/developer/architecture/add-data-tutorials.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Then register the tutorial object by calling `home.tutorials.registerTutorial(tu
String values can contain variables that are substituted when rendered. Variables are specified by `{}`.
For example: `{config.docs.version}` is rendered as `6.2` when running the tutorial in {kib} 6.2.

link:{kib-repo}tree/{branch}/src/legacy/core_plugins/kibana/public/home/np_ready/components/tutorial/replace_template_strings.js#L23[Provided variables]
link:{kib-repo}tree/{branch}/src/plugins/home/public/application/components/tutorial/replace_template_strings.js[Provided variables]

[discrete]
==== Markdown
String values can contain limited Markdown syntax.

link:{kib-repo}tree/{branch}/src/legacy/core_plugins/kibana/public/home/components/tutorial/content.js#L8[Enabled Markdown grammars]
link:{kib-repo}tree/{branch}/src/legacy/core_plugins/kibana/public/home/components/tutorial/content.js[Enabled Markdown grammars]

Loading