Skip to content

Commit 6a0fb89

Browse files
docs: Update README.md
1 parent 6351bbf commit 6a0fb89

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

docs/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,17 @@ window.$docsify = {
320320
};
321321
```
322322
323+
#### Plugins
323324
324-
See also the [Google Analytics tracking](https://docsify.js.org/#/plugins?id=google-analytics) section which needs a plugin script to be loaded.
325+
Highlights from the [List of Plugins](https://docsify.js.org/#/plugins?id=list-of-plugins) on the _Docsify_ site.
326+
- [External script](https://docsify.js.org/#/plugins?id=external-script) - If the script on the page is an external one (imports a js file via src attribute), you'll need this plugin to make it work.
327+
- [Google Analytics](https://docsify.js.org/#/plugins?id=google-analytics) - Add tracking.
328+
- [Tabs](https://docsify.js.org/#/plugins?id=tabs) - A docsify.js plugin for displaying tabbed content from markdown.
329+
330+
Also of interest:
331+
- For pulling in JSON data and not just markdown files:
332+
- [bandorko/docsify-variables](https://github.com/bandorko/docsify-variables)
333+
- [kissybnts/docsify-json-variables](https://github.com/kissybnts/docsify-json-variables) or on [npm](https://www.npmjs.com/package/docsify-json-variables)
325334
326335
#### Favicon
327336

0 commit comments

Comments
 (0)