diff --git a/docs/_config.yml b/docs/_config.yml
index 3cd42ca7..1c7058d5 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -2,7 +2,7 @@ theme: jekyll-theme-cayman
# Setup
title: Laravel File Manager
-description: File manager/gallery with CKEditor and TinyMCE support.
+description: File manager/gallery with CKEditor, TinyMCE and Summernote support.
# About/contact
author:
diff --git a/docs/integration.md b/docs/integration.md
index fdba56fb..7d90f5da 100644
--- a/docs/integration.md
+++ b/docs/integration.md
@@ -78,6 +78,63 @@ Check `vendor/unisharp/laravel-filemanager/src/views/demo.blade.php`, which alre
```
+### Option 3: Summernote
+
+```html
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
+
## Standalone button
If you are going to use filemanager independently, meaning set the value of an input to selected photo/file url, follow this structure: