Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update to Tauri 2 #14

Merged
merged 4 commits into from
Oct 15, 2024
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
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
Loading