Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,16 @@ A docsify.js plugin for displaying tabbed content from markdown.

Provided by [@jhildenbiddle](https://github.com/jhildenbiddle/docsify-tabs).

## envdot

A docsify plugin that load different parameters according to different environments and use {{}} or cunstom
```html
<script src="//cdn.jsdelivr.net/gh/shijf/docsify-envdot/docsify-envdot.min.js"></script>
or
<script src="//cdn.jsdelivr.net/npm/docsify-envdot/docsify-envdot.min.js"></script>
```
- [Documentation & Demos](https://github.com/Shijf/docsify-envdot)

## More plugins

See [awesome-docsify](awesome?id=plugins)