diff --git a/docs/package-lock.json b/docs/package-lock.json index 2c8684ff1..7af36cc71 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -8,7 +8,7 @@ "name": "decidesk-docs", "version": "0.0.0", "dependencies": { - "@conduction/docusaurus-preset": "^1.4.3", + "@conduction/docusaurus-preset": "^1.5.1", "@docusaurus/core": "^3.7.0", "@docusaurus/preset-classic": "^3.7.0", "@docusaurus/theme-mermaid": "^3.7.0", @@ -2040,9 +2040,9 @@ } }, "node_modules/@conduction/docusaurus-preset": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/@conduction/docusaurus-preset/-/docusaurus-preset-1.4.3.tgz", - "integrity": "sha512-64F8A0qal/EfNYJKqsXMGjsOV2X0WYi72plO6MTC/9h60Fz85cMwzEiRpi58e9lloHAc3UBVMuffrzmDimsfwA==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@conduction/docusaurus-preset/-/docusaurus-preset-1.5.1.tgz", + "integrity": "sha512-xKcq6OHKvKMHopqP7PzOjviyLe5D91Za9qpY2teMiLN9jOOfbhM1lvv/dK+o7N+kK0ATolM7rOZOHNZwfIIaNQ==", "license": "EUPL-1.2", "peerDependencies": { "@docusaurus/core": "^3.0.0", diff --git a/docs/package.json b/docs/package.json index d2607e8b5..6de244a7f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,7 +15,7 @@ "ci": "npm ci --legacy-peer-deps && npm run build" }, "dependencies": { - "@conduction/docusaurus-preset": "^1.4.3", + "@conduction/docusaurus-preset": "^1.5.1", "@docusaurus/core": "^3.7.0", "@docusaurus/preset-classic": "^3.7.0", "@docusaurus/theme-mermaid": "^3.7.0", diff --git a/docs/src/components/HomepageFeatures/index.js b/docs/src/components/HomepageFeatures/index.js deleted file mode 100644 index 1d34d6027..000000000 --- a/docs/src/components/HomepageFeatures/index.js +++ /dev/null @@ -1,64 +0,0 @@ -import React from 'react'; -import clsx from 'clsx'; -import styles from './styles.module.css'; - -const FeatureList = [ - { - title: 'Meetings, agendas & minutes', - description: ( - <> - Schedule meetings, build agendas, capture decisions, and publish - minutes — all as typed OpenRegister objects with a per-record audit - trail. Configurable workflows per organisation type across five - governance domains. - > - ), - }, - { - title: 'Motions, amendments & voting', - description: ( - <> - Submit motions, propose amendments, and run votes with chair - controls, configurable quorum and voting-rights rules, and a clear - trail from proposal to adopted decision. Co-authoring, delegation, - and engagement tracking included. - > - ), - }, - { - title: 'Decision tracking & AI companion', - description: ( - <> - Follow decisions and action items through to completion, and ask - the built-in AI chat companion about a meeting, an action item, or - an open decision — it exposes meeting and action-item tools over - MCP so the assistant can answer with live data. - > - ), - }, -]; - -function Feature({ title, description }) { - return ( -
{description}
-{siteConfig.tagline}
-