forked from mermaid-js/mermaid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:mermaid-js/mermaid-live-editor
* 'master' of github.com:mermaid-js/mermaid-live-editor: (29 commits) Release 1.22.10 Upgrading Mermaid to version 8.10.1 Release 1.22.10 Fix error highlight Release 1.22.10 Fix head Release 1.22.10 Bump url-parse from 1.4.7 to 1.5.1 Bump webpack-cli from 4.6.0 to 4.7.0 Bump svelte from 3.38.1 to 3.38.2 Release 1.22.10 Move static files to public Release 1.22.10 Remove dist Fix mermaid-js#152 Release 1.22.10 Update builder node version to 14 Release 1.22.10 Add volta Release 1.22.10 ...
- Loading branch information
Showing
238 changed files
with
301,415 additions
and
43,529 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ coverage/ | |
build/ | ||
yarn-error.log | ||
.npmrc | ||
*node_modules* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
docs | ||
dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,14 @@ | |
# git clone [email protected]:mermaid-js/docs.git | ||
# git clone https://github.com/mermaid-js/docs.git | ||
set -e | ||
rm -rf docs | ||
yarn release | ||
pushd . | ||
if [ ! -d ../docs ]; then | ||
echo "Clone https://github.com/mermaid-js/docs to parent folder before continuing." | ||
exit | ||
fi | ||
rm -rf ../docs/mermaid-live-editor-beta/* | ||
cp -r docs/* ../docs/mermaid-live-editor-beta | ||
cd ../docs | ||
git add . | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.