Skip to content

Commit 89da99e

Browse files
authored
Merge pull request #1 from Health-Informatics-UoN/migrate-dashboard-to-sql
Migrate dashboard to sql
2 parents 4826d24 + 3cfc162 commit 89da99e

13 files changed

Lines changed: 980 additions & 499 deletions

observablehq.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// See https://observablehq.com/framework/config for documentation.
21
export default {
32
// The app’s title; used in the sidebar and webpage titles.
43
title: "Analysis Types For TREs",
@@ -17,7 +16,10 @@ export default {
1716
// ],
1817

1918
// Content to add to the head of the page, e.g. for a favicon:
20-
head: '<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">',
19+
head: `
20+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
21+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css" integrity="sha384-n8MVd4RsNIU0tAv4ct0nTaAbDJwPJzDEaqSD1odI+WdtXRGWt2kTvGFasHpSy3SV" crossorigin="anonymous">
22+
`,
2123

2224
// The path to the source root.
2325
root: "src",

package-lock.json

Lines changed: 308 additions & 222 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"observable": "observable"
1010
},
1111
"dependencies": {
12-
"@observablehq/framework": "^1.13.3"
12+
"@observablehq/framework": "^1.13.3",
13+
"markdown-it-katex": "^2.0.3",
14+
"marked": "^16.4.1",
15+
"marked-katex-extension": "^5.1.5"
1316
},
1417
"devDependencies": {
1518
"rimraf": "^5.0.5"

0 commit comments

Comments
 (0)