Skip to content

Commit

Permalink
Reduce ads from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Sep 30, 2024
1 parent 169d166 commit 6d08c55
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 153 deletions.
4 changes: 0 additions & 4 deletions 00-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ You can also test running example. Save below code as `index.html` and open it w
</html>
{% endhighlight %}

{% include ad-doc.html %}

### For Bootstrap 4

You can also use Summernote with Bootstrap 4 using `summernote-bs4.js` and `summernote-bs4.css`.
Expand Down Expand Up @@ -254,8 +252,6 @@ for more detail api: [deep dive with api](/deep-dive/#api)
>
> 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.
{% include ad-doc.html %}

## i18n support

### Language
Expand Down
4 changes: 0 additions & 4 deletions 01-deep-dive.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,8 +626,6 @@ isNewWindow: true
$('#summernote').summernote('unlink');
{% endhighlight %}

{% include ad-doc.html %}

### insertImage

Insert an image.
Expand Down Expand Up @@ -1191,8 +1189,6 @@ align: '<svg [...]>[...]</svg>',
});
{% endhighlight %}

{% include ad-doc.html %}

## Module system

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

0 comments on commit 6d08c55

Please sign in to comment.