Skip to content

Commit 5770880

Browse files
committed
DOC-3131: Fix sidebar nesting issue.
1 parent 520dd1c commit 5770880

3 files changed

Lines changed: 7 additions & 12 deletions

File tree

modules/ROOT/partials/configuration/onboarding.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
= Cloud promotion
2-
31
[[onboarding]]
42
== `+onboarding+`
53

@@ -13,12 +11,11 @@ The promotion will automatically disappear when the trial ends.
1311

1412
*Possible values:* `+true+`, `+false+`
1513

16-
=== Example: using cloud `+onboarding+`
17-
14+
.Example: using cloud `+onboarding+`
1815
[source,js]
1916
----
2017
tinymce.init({
2118
selector: "textarea", // change this value according to your HTML
2219
onboarding: false
2320
});
24-
----
21+
----

modules/ROOT/partials/configuration/promotion.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
= Open source promotion
2-
31
[[promotion]]
4-
== `+promotion+`
2+
== `+promotion+`
53

64
The open source version of {productname} contains a promotion for paid features. This promotion can be toggled on or off with the `+promotion+` option.
75

@@ -11,8 +9,7 @@ The open source version of {productname} contains a promotion for paid features.
119

1210
*Possible values:* `+true+`, `+false+`
1311

14-
=== Example: using open source `+promotion+`
15-
12+
.Example: using open source `+promotion+`
1613
[source,js]
1714
----
1815
tinymce.init({
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
[[options]]
2-
== Options
1+
== Open source promotion
32

43
include::partial$configuration/promotion.adoc[leveloffset=+1]
54

5+
== Cloud promotion
6+
67
include::partial$configuration/onboarding.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)