Skip to content

Commit

Permalink
📝 docs: missing prism-razor-diff.min.js (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem authored Feb 28, 2023
1 parent 34fd1ab commit 226a13e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Masa.Docs.WebAssembly/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<script src="_content/Microsoft.AspNetCore.Components.CustomElements/BlazorCustomElements.js"></script>
<script src="_framework/blazor.webassembly.js" autostart="false"></script>
<script src="_content/BlazorComponent/js/blazor-component.js"></script>
<script src="_content/Masa.Docs.Shared/js/docs.js"></script>
<script src="https://cdn.masastack.com/npm/echarts/5.1.1/echarts.min.js"></script>
<script src="_content/Masa.Docs.Shared/echarts/theme/vintage.js"></script>
<script src="https://cdn.masastack.com/npm/quill/1.3.6/quill.js"></script>
Expand All @@ -57,7 +58,6 @@
<script src="https://api.map.baidu.com/api?v=1.0&&type=webgl&ak=QahcSGCkRzIVXBkKhWHt3vGhNyYGdk3t"></script>
<script src="js/prism-razor-diff.min.js"></script>
<script src="js/prism-normalize-whitespace.min.js"></script>
<script src="_content/Masa.Docs.Shared/js/docs.js"></script>
<script type="module">
import { BrotliDecode } from './js/decode.min.js';
Blazor.start({
Expand Down
1 change: 0 additions & 1 deletion docs/Masa.Docs.WebAssembly/wwwroot/js/prism-cshtml.min.js

This file was deleted.

Loading

0 comments on commit 226a13e

Please sign in to comment.