Skip to content

Commit 6d08c55

Browse files
committed
Reduce ads from documentation
1 parent 169d166 commit 6d08c55

File tree

6 files changed

+166
-153
lines changed

6 files changed

+166
-153
lines changed

00-getting-started.md

-4
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ You can also test running example. Save below code as `index.html` and open it w
125125
</html>
126126
{% endhighlight %}
127127

128-
{% include ad-doc.html %}
129-
130128
### For Bootstrap 4
131129

132130
You can also use Summernote with Bootstrap 4 using `summernote-bs4.js` and `summernote-bs4.css`.
@@ -254,8 +252,6 @@ for more detail api: [deep dive with api](/deep-dive/#api)
254252
>
255253
> After v0.7.0, direct jquery methods, `destroy` and `code` were removed for avoiding conflict with other jquery libraries. You can call this methods with summernote api.
256254
257-
{% include ad-doc.html %}
258-
259255
## i18n support
260256

261257
### Language

01-deep-dive.md

-4
Original file line numberDiff line numberDiff line change
@@ -626,8 +626,6 @@ isNewWindow: true
626626
$('#summernote').summernote('unlink');
627627
{% endhighlight %}
628628

629-
{% include ad-doc.html %}
630-
631629
### insertImage
632630

633631
Insert an image.
@@ -1191,8 +1189,6 @@ align: '<svg [...]>[...]</svg>',
11911189
});
11921190
{% endhighlight %}
11931191

1194-
{% include ad-doc.html %}
1195-
11961192
## Module system
11971193

11981194
For supporting expandable features, summernote was assembled by module system. This module system was built inspired by spring framework.

0 commit comments

Comments
 (0)