From fd59af47f1e0fcb478f6987e0a919d0fa12e9e90 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 16 Oct 2024 08:14:44 +0000 Subject: [PATCH] Built site for MetaboAnnotation@1.9.2: 8f4499b --- 404.html | 62 +- apple-touch-icon-120x120.png | Bin 16745 -> 0 bytes apple-touch-icon-152x152.png | Bin 23372 -> 0 bytes apple-touch-icon-180x180.png | Bin 29593 -> 0 bytes apple-touch-icon-60x60.png | Bin 6339 -> 0 bytes apple-touch-icon-76x76.png | Bin 8871 -> 0 bytes apple-touch-icon.png | Bin 29593 -> 0 bytes articles/MetaboAnnotation.html | 188 +- articles/index.html | 50 +- authors.html | 55 +- deps/bootstrap-5.3.1/bootstrap.min.css | 2 +- .../fonts/1Ptug8zYS_SKggPNyC0ITw.woff2 | Bin 48208 -> 48336 bytes .../fonts/1Ptug8zYS_SKggPNyCAIT5lu.woff2 | Bin 26788 -> 26988 bytes .../fonts/1Ptug8zYS_SKggPNyCIIT5lu.woff2 | Bin 11176 -> 11384 bytes .../fonts/1Ptug8zYS_SKggPNyCMIT5lu.woff2 | Bin 30744 -> 30860 bytes .../fonts/1Ptug8zYS_SKggPNyCkIT5lu.woff2 | Bin 25828 -> 25796 bytes deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js | 5 + deps/clipboard.js-2.0.11/clipboard.min.js | 7 + deps/data-deps.txt | 9 + deps/font-awesome-6.4.2/css/all.css | 7968 +++++++++++++++++ deps/font-awesome-6.4.2/css/all.min.css | 9 + deps/font-awesome-6.4.2/css/v4-shims.css | 2194 +++++ deps/font-awesome-6.4.2/css/v4-shims.min.css | 6 + .../webfonts/fa-brands-400.ttf | Bin 0 -> 189684 bytes .../webfonts/fa-brands-400.woff2 | Bin 0 -> 109808 bytes .../webfonts/fa-regular-400.ttf | Bin 0 -> 63348 bytes .../webfonts/fa-regular-400.woff2 | Bin 0 -> 24488 bytes .../webfonts/fa-solid-900.ttf | Bin 0 -> 394668 bytes .../webfonts/fa-solid-900.woff2 | Bin 0 -> 150020 bytes .../webfonts/fa-v4compatibility.ttf | Bin 0 -> 10172 bytes .../webfonts/fa-v4compatibility.woff2 | Bin 0 -> 4568 bytes deps/headroom-0.11.0/headroom.min.js | 7 + deps/headroom-0.11.0/jQuery.headroom.min.js | 7 + deps/search-1.0.0/autocomplete.jquery.min.js | 7 + deps/search-1.0.0/fuse.min.js | 9 + deps/search-1.0.0/mark.min.js | 7 + favicon-16x16.png | Bin 1375 -> 0 bytes favicon-32x32.png | Bin 2656 -> 0 bytes favicon.ico | Bin 15086 -> 0 bytes index.html | 68 +- katex-auto.js | 14 + lightswitch.js | 85 + news/index.html | 57 +- pkgdown.js | 8 +- pkgdown.yml | 9 +- reference/CompAnnotationSource.html | 80 +- reference/CompDbSource.html | 77 +- reference/CompareSpectraParam.html | 109 +- reference/Matched.html | 352 +- reference/MatchedSpectra.html | 174 +- reference/Rplot001.png | Bin 1011 -> 0 bytes reference/createStandardMixes.html | 75 +- reference/hidden_aliases.html | 56 +- reference/index.html | 77 +- reference/matchFormula.html | 73 +- reference/matchSpectra.html | 71 +- reference/matchValues.html | 103 +- reference/validateMatchedSpectra.html | 65 +- search.json | 2 +- sitemap.xml | 76 +- 60 files changed, 11521 insertions(+), 702 deletions(-) delete mode 100644 apple-touch-icon-120x120.png delete mode 100644 apple-touch-icon-152x152.png delete mode 100644 apple-touch-icon-180x180.png delete mode 100644 apple-touch-icon-60x60.png delete mode 100644 apple-touch-icon-76x76.png delete mode 100644 apple-touch-icon.png create mode 100644 deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js create mode 100644 deps/clipboard.js-2.0.11/clipboard.min.js create mode 100644 deps/font-awesome-6.4.2/css/all.css create mode 100644 deps/font-awesome-6.4.2/css/all.min.css create mode 100644 deps/font-awesome-6.4.2/css/v4-shims.css create mode 100644 deps/font-awesome-6.4.2/css/v4-shims.min.css create mode 100644 deps/font-awesome-6.4.2/webfonts/fa-brands-400.ttf create mode 100644 deps/font-awesome-6.4.2/webfonts/fa-brands-400.woff2 create mode 100644 deps/font-awesome-6.4.2/webfonts/fa-regular-400.ttf create mode 100644 deps/font-awesome-6.4.2/webfonts/fa-regular-400.woff2 create mode 100644 deps/font-awesome-6.4.2/webfonts/fa-solid-900.ttf create mode 100644 deps/font-awesome-6.4.2/webfonts/fa-solid-900.woff2 create mode 100644 deps/font-awesome-6.4.2/webfonts/fa-v4compatibility.ttf create mode 100644 deps/font-awesome-6.4.2/webfonts/fa-v4compatibility.woff2 create mode 100644 deps/headroom-0.11.0/headroom.min.js create mode 100644 deps/headroom-0.11.0/jQuery.headroom.min.js create mode 100644 deps/search-1.0.0/autocomplete.jquery.min.js create mode 100644 deps/search-1.0.0/fuse.min.js create mode 100644 deps/search-1.0.0/mark.min.js delete mode 100644 favicon-16x16.png delete mode 100644 favicon-32x32.png delete mode 100644 favicon.ico create mode 100644 katex-auto.js create mode 100644 lightswitch.js delete mode 100644 reference/Rplot001.png diff --git a/404.html b/404.html index 797d5d1..8409ce6 100644 --- a/404.html +++ b/404.html @@ -6,67 +6,71 @@ Page not found (404) • MetaboAnnotation - - - - - - - - - + + + - Skip to contents -