Skip to content

Commit

Permalink
Some documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed Aug 9, 2020
1 parent 7754110 commit aacf84f
Show file tree
Hide file tree
Showing 8 changed files with 99,360 additions and 3 deletions.
25,540 changes: 25,540 additions & 0 deletions dist/mermaid.core.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/mermaid.core.js.map

Large diffs are not rendered by default.

73,782 changes: 73,782 additions & 0 deletions dist/mermaid.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/mermaid.js.map

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions dist/mermaid.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/mermaid.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<!-- <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> -->
<link rel="stylesheet" href="theme.css">
<!-- <script src="//cdn.jsdelivr.net/npm/[email protected]/dist/mermaid.min.js"></script> -->
<script src="http://localhost:9000/mermaid.js"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/mermaid.min.js"></script>
<!-- <script src="http://localhost:9000/mermaid.js"></script> -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export const addDirective = directive => {
*
**Notes :
(default: current siteConfig ) (optional, default `getSiteConfig()`)
* @param conf - the base currentConfig to reset to (default: current siteConfig )
* @param conf the base currentConfig to reset to (default: current siteConfig ) (optional, default `getSiteConfig()`)
*/
export const reset = () => {
// Replace current config with siteConfig
Expand Down

0 comments on commit aacf84f

Please sign in to comment.