From 0d03133ef6740e50565b5aabdee039bfa78080f6 Mon Sep 17 00:00:00 2001 From: Jasen Qin Date: Wed, 17 Jul 2024 13:24:30 +1000 Subject: [PATCH] autocommit 17-07-2024-13-24 --- ...diagram-2024-07-17--3379702647987734276.md | 21 ------------------- .../heat.svg | 4 ++++ .../index.md | 16 ++++++++++++++ ...terface-observation-2024-07-17-4ctohp7v.md | 9 -------- docusaurus.config.js | 6 +++--- 5 files changed, 23 insertions(+), 33 deletions(-) delete mode 100644 docs/diagrams/UserFlow-diagram-2024-07-17--3379702647987734276.md create mode 100644 docs/observations/Rand-observation-2024-07-17-4ctohp7v/heat.svg create mode 100644 docs/observations/Rand-observation-2024-07-17-4ctohp7v/index.md delete mode 100644 docs/observations/UserInterface-observation-2024-07-17-4ctohp7v.md diff --git a/docs/diagrams/UserFlow-diagram-2024-07-17--3379702647987734276.md b/docs/diagrams/UserFlow-diagram-2024-07-17--3379702647987734276.md deleted file mode 100644 index efd93c1..0000000 --- a/docs/diagrams/UserFlow-diagram-2024-07-17--3379702647987734276.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: UserFlow Diagram -date: 2024-07-17 -tags: [diagram, UserFlow] ---- - -import DiagramViewer from '@site/src/components/DiagramViewer'; - -# UserFlow Diagram - - B{Login?} - B -->|Yes| C[Dashboard] - B -->|No| D[Registration] - D --> C - -`} /> - -[Additional explanation or notes] diff --git a/docs/observations/Rand-observation-2024-07-17-4ctohp7v/heat.svg b/docs/observations/Rand-observation-2024-07-17-4ctohp7v/heat.svg new file mode 100644 index 0000000..efb6cb7 --- /dev/null +++ b/docs/observations/Rand-observation-2024-07-17-4ctohp7v/heat.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/docs/observations/Rand-observation-2024-07-17-4ctohp7v/index.md b/docs/observations/Rand-observation-2024-07-17-4ctohp7v/index.md new file mode 100644 index 0000000..0a08b8b --- /dev/null +++ b/docs/observations/Rand-observation-2024-07-17-4ctohp7v/index.md @@ -0,0 +1,16 @@ +--- +title: Random Observations +date: 2024-07-17 +tags: [observation, random] +--- + +# Random Observation + +Many point of sales systems exist. + +ignite is a modern one. +erxes has a well polished one. + +you can try their demos, although its sometimes easy but sometimes not. + +drawing diff --git a/docs/observations/UserInterface-observation-2024-07-17-4ctohp7v.md b/docs/observations/UserInterface-observation-2024-07-17-4ctohp7v.md deleted file mode 100644 index fe10a37..0000000 --- a/docs/observations/UserInterface-observation-2024-07-17-4ctohp7v.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: UserInterface Observation -date: 2024-07-17 -tags: [observation, UserInterface] ---- - -# UserInterface Observation - -[Your content here] diff --git a/docusaurus.config.js b/docusaurus.config.js index ba7b12b..ba9797d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -5,11 +5,11 @@ import { themes as prismThemes } from 'prism-react-renderer' /** @type {import('@docusaurus/types').Config} */ const config = { - title: 'Adept Web App', - tagline: 'Adaptive Programming ⋘', + title: 'Quantii', + tagline: 'Point of Sales and So On ⋘', favicon: 'img/star.svg', - url: 'https://docs.adept.quantii.org', + url: 'https://docs.pos.quantii.org', baseUrl: '/', organizationName: 'adept-quantii',