We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d650e commit 290cadeCopy full SHA for 290cade
docs/plugins.md
@@ -176,6 +176,16 @@ A docsify.js plugin for displaying tabbed content from markdown.
176
177
Provided by [@jhildenbiddle](https://github.com/jhildenbiddle/docsify-tabs).
178
179
+## envdot
180
+
181
+A docsify plugin that load different parameters according to different environments and use {{}} or cunstom
182
+```html
183
+<script src="//cdn.jsdelivr.net/gh/shijf/docsify-envdot/docsify-envdot.min.js"></script>
184
+or
185
+<script src="//cdn.jsdelivr.net/npm/docsify-envdot/docsify-envdot.min.js"></script>
186
+```
187
+- [Documentation & Demos](https://github.com/Shijf/docsify-envdot)
188
189
## More plugins
190
191
See [awesome-docsify](awesome?id=plugins)
0 commit comments