Skip to content

Commit

Permalink
Merge branch 'develop' into sidv/esbuild
Browse files Browse the repository at this point in the history
* develop:
  Fix docs
  • Loading branch information
sidharthv96 committed Sep 16, 2022
2 parents 6452ccc + 0605bce commit 2579bf1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 22 deletions.
8 changes: 5 additions & 3 deletions docs/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Default value: true
Decides which rendering engine that is to be used for the rendering. Legal values are:
dagre-d3 dagre-wrapper - wrapper for dagre implemented in mermaid

Default value: 'dagre-d3'
Default value: 'dagre-wrapper'

## sequence

Expand Down Expand Up @@ -364,7 +364,8 @@ Default value: true

**Notes:**

This will display arrows that start and begin at the same node as right angles, rather than a curve
This will display arrows that start and begin at the same node as right angles, rather than a
curve

Default value: false

Expand Down Expand Up @@ -716,7 +717,8 @@ Default value: true

**Notes:**

This will display arrows that start and begin at the same node as right angles, rather than a curves
This will display arrows that start and begin at the same node as right angles, rather than a
curves

Default value: false

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/mermaid.min.js"></script>
<!-- <script src="http://localhost:9000/mermaid.js"></script> -->
<script
defer
defer=""
data-domain="mermaid-js.github.io"
src="https://plausible.io/js/plausible.js"
></script>
Expand Down
8 changes: 5 additions & 3 deletions src/docs/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Default value: true
Decides which rendering engine that is to be used for the rendering. Legal values are:
dagre-d3 dagre-wrapper - wrapper for dagre implemented in mermaid

Default value: 'dagre-d3'
Default value: 'dagre-wrapper'

## sequence

Expand Down Expand Up @@ -362,7 +362,8 @@ Default value: true

**Notes:**

This will display arrows that start and begin at the same node as right angles, rather than a curve
This will display arrows that start and begin at the same node as right angles, rather than a
curve

Default value: false

Expand Down Expand Up @@ -714,7 +715,8 @@ Default value: true

**Notes:**

This will display arrows that start and begin at the same node as right angles, rather than a curves
This will display arrows that start and begin at the same node as right angles, rather than a
curves

Default value: false

Expand Down
21 changes: 6 additions & 15 deletions src/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,13 @@
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css"
/>
<script src="//cdn.jsdelivr.net/npm/[email protected].6/dist/mermaid.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected].7/dist/mermaid.min.js"></script>
<!-- <script src="http://localhost:9000/mermaid.js"></script> -->
<script>
// prettier-ignore
(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),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');

ga('create', 'UA-153180559-1', 'auto');
if (location) {
ga('send', 'pageview', location.hash);
}
</script>
<script
defer
data-domain="mermaid-js.github.io"
src="https://plausible.io/js/plausible.js"
></script>
<script>
var require = {
paths: { vs: 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.29.1/min/vs' },
Expand Down

0 comments on commit 2579bf1

Please sign in to comment.