Skip to content

Commit

Permalink
Update to Tauri 2 (#14)
Browse files Browse the repository at this point in the history
* tauri v2

* update the packages

* removed the shell for now

* update config.ts
  • Loading branch information
zachcp authored Oct 15, 2024
1 parent 1f6362b commit 14ea65b
Show file tree
Hide file tree
Showing 35 changed files with 2,130 additions and 3,912 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dist-ssr

.DS_Store
dist/
docs/.observablehq/cache/
src/.observablehq/cache/
node_modules/
yarn-error.log
node_modules
8 changes: 0 additions & 8 deletions docs/data/events.json

This file was deleted.

13 changes: 0 additions & 13 deletions docs/data/forecast.json.js

This file was deleted.

61 changes: 0 additions & 61 deletions docs/data/launches.csv.js

This file was deleted.

Binary file removed docs/icon.png
Binary file not shown.
99 changes: 0 additions & 99 deletions docs/observable/example-dashboard.md

This file was deleted.

77 changes: 0 additions & 77 deletions docs/observable/example-report.md

This file was deleted.

87 changes: 0 additions & 87 deletions docs/observable/weather.md

This file was deleted.

10 changes: 8 additions & 2 deletions observablehq.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
// The project’s title; used in the sidebar and webpage titles.
title: "bioinformatics-toolkit",
search: true,
root: "docs",
root: "src",
// The pages and sections in the sidebar. If you don’t specify this option,
// all pages will be listed in alphabetical order. Listing pages explicitly
// lets you organize them into sections and have unlisted pages.
Expand Down Expand Up @@ -43,9 +43,15 @@ export default {
// Some additional configuration options and their defaults:
theme: "default", // try "light", "dark", "slate", etc.
// header: "", // what to show in the header (HTML)
// head: ({
// path,
// }) => `<link rel="canonical" href="${path.replace(/\/index$/, "/")}">
// <link rel="apple-touch-icon" href="/logo.png">
// <link rel="icon" type="image/png" href="/logo.png" sizes="32x32">`,

// footer: "Built with Observable.", // what to show in the footer (HTML)
toc: true, // whether to show the table of contents
// pager: true, // whether to show previous & next links in the footer
// root: "docs", // path to the source root for preview
// output: "dist", // path to the output root for build
dynamicPaths: ["./icon.png"],
};
Loading

0 comments on commit 14ea65b

Please sign in to comment.