diff --git a/docs/developers/plugins.md b/docs/developers/plugins.md
index 9a1b1c2f953..467759f28bd 100644
--- a/docs/developers/plugins.md
+++ b/docs/developers/plugins.md
@@ -2,19 +2,6 @@
Plugins are the most efficient way to customize or change the default behavior of a chart. They have been introduced at [version 2.1.0](https://github.com/chartjs/Chart.js/releases/tag/2.1.0) (global plugins only) and extended at [version 2.5.0](https://github.com/chartjs/Chart.js/releases/tag/2.5.0) (per chart plugins and options).
-## Popular Plugins
-
- - chartjs-plugin-annotation.js - Draw lines and boxes on chart area.
- - chartjs-plugin-deferred.js - Defer initial chart update until chart scrolls into viewport.
- - chartjs-plugin-draggable.js - Makes select chart elements draggable with the mouse.
- - chartjs-plugin-stacked100.js - Draw 100% stacked bar chart.
- - chartjs-plugin-zoom.js - Enable zooming and panning on charts.
- - Chart.BarFunnel.js - Adds a bar funnel chart type.
- - Chart.LinearGauge.js - Adds a linear gauge chart type.
- - Chart.Smith.js - Adds a smith chart type.
-
-In addition, many plugins can be found on the [Chart.js GitHub organization](https://github.com/chartjs) or on the [npm registry](https://www.npmjs.com/search?q=chartjs-plugin-).
-
## Using plugins
Plugins can be shared between chart instances:
diff --git a/docs/notes/extensions.md b/docs/notes/extensions.md
index 5fef6fd9a3e..43991102e31 100644
--- a/docs/notes/extensions.md
+++ b/docs/notes/extensions.md
@@ -1,26 +1,47 @@
# Popular Extensions
-There are many extensions which are available for use with popular frameworks. Some particularly notable ones are listed here.
+Many extensions can be found on the [Chart.js GitHub organization](https://github.com/chartjs) or on the [npm registry](https://www.npmjs.com/search?q=chartjs-).
-## Angular
+## Charts
+
+ - chartjs-chart-financial - Adds financial chart types such as a candlestick.
+ - Chart.BarFunnel.js - Adds a bar funnel chart type.
+ - Chart.LinearGauge.js - Adds a linear gauge chart type.
+ - Chart.Smith.js - Adds a smith chart type.
+
+In addition, many charts can be found on the [npm registry](https://www.npmjs.com/search?q=chartjs-chart-).
+
+## Plugins
+
+ - chartjs-plugin-annotation.js - Draw lines and boxes on chart area.
+ - chartjs-plugin-deferred.js - Defer initial chart update until chart scrolls into viewport.
+ - chartjs-plugin-draggable.js - Makes select chart elements draggable with the mouse.
+ - chartjs-plugin-stacked100.js - Draw 100% stacked bar chart.
+ - chartjs-plugin-zoom.js - Enable zooming and panning on charts.
+
+In addition, many plugins can be found on the [npm registry](https://www.npmjs.com/search?q=chartjs-plugin-).
+
+## Integrations
+
+### Angular
- angular-chart.js
- tc-angular-chartjs
- angular-chartjs
- Angular Chart-js Directive
-## React
+### React
- react-chartjs2
- react-chartjs-2
-## Django
+### Django
- Django JChart
- Django Chartjs
-## Ruby on Rails
+### Ruby on Rails
- chartjs-ror
-## Laravel
+### Laravel
- laravel-chartjs
-#### Vue.js
+### Vue.js
- vue-chartjs