From 862ec385b33ef74d2cd82686de7a562cadfdfeed Mon Sep 17 00:00:00 2001 From: Marco La Rosa Date: Sat, 26 Oct 2024 16:09:52 +1100 Subject: [PATCH] implement and wire up info panel carousel --- .vitepress/theme/index.js | 4 + .../guide/assistant-supported-discovery.md | 2 +- src/index.md | 180 +++++++++- .../images/guide-visualise/visualise8.png | Bin 0 -> 4504561 bytes .../images/guide-visualise/visualise8.webp | Bin 0 -> 277484 bytes src/vue-components/InfoPanelCarousel.vue | 319 ++++++++++++++++++ 6 files changed, 494 insertions(+), 11 deletions(-) create mode 100644 src/public/images/guide-visualise/visualise8.png create mode 100644 src/public/images/guide-visualise/visualise8.webp create mode 100644 src/vue-components/InfoPanelCarousel.vue diff --git a/.vitepress/theme/index.js b/.vitepress/theme/index.js index bc87b24..eda2fd4 100644 --- a/.vitepress/theme/index.js +++ b/.vitepress/theme/index.js @@ -22,6 +22,8 @@ import { faCircleCheck, faBook, faHome, + faPause, + faPlay, } from "@fortawesome/free-solid-svg-icons"; import { faWindows, faApple, faLinux } from "@fortawesome/free-brands-svg-icons"; import { library } from "@fortawesome/fontawesome-svg-core"; @@ -49,6 +51,8 @@ library.add(faCircleXmark); library.add(faCircleCheck); library.add(faBook); library.add(faHome); +library.add(faPause); +library.add(faPlay); import DefaultTheme from "vitepress/dist/client/theme-default/index.js"; import MyLayout from "./MyLayout.vue"; diff --git a/src/docs/guide/assistant-supported-discovery.md b/src/docs/guide/assistant-supported-discovery.md index aed8fbd..fb34757 100644 --- a/src/docs/guide/assistant-supported-discovery.md +++ b/src/docs/guide/assistant-supported-discovery.md @@ -77,7 +77,7 @@ include appropriate attribution. You can control that in the dialog. And following is the document with the licence in the header (the final page/s will always be the context so you know what was interrogated in that session). - + + + +
+
+ {{ currentPanel.title }} +
+ +
+
+
+ + + + + + +
+
+ +
+ + +
+ + + + + + +
+
+
+ + + + + + + + + +