Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
import "web-spinner";
</script>
<script type="module" src="script.ts"></script>
<link rel="stylesheet" href="docStyle.css" />
<link rel="stylesheet" href="dracula.css" />
<link rel="stylesheet" href="./public/docStyle.css" />
<link rel="stylesheet" href="./public/dracula.css" />
<title>Web Spinner - Documentation</title>
</head>
<body>
<a href="learn-canvas.html" target="_blank">Learn with examples here!</a>
</body>
<body></body>
</html>
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import untypedData from "./doc-data.json";
import { createRoot, Color } from "web-spinner";
import * as WebSpinner from "web-spinner";
import highlight from "highlight.js";
import imageSource from "./Embia_major_mf.jpg";
import imageSource from "./public/Embia_major_mf.jpg";
import {
CustomElementDeclarationX,
WebSpinnerDocData,
Expand Down