Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugins.md #1285

Closed
wants to merge 1 commit into from
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)