From 1b074087ffff40094d3ab99eeb99923d80ac866e Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Mon, 27 Nov 2023 11:16:03 -0500 Subject: [PATCH] add download cards to Install category index --- docs/guides/install/_category_.json | 3 ++- docs/guides/install/index.mdx | 31 +++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 docs/guides/install/index.mdx diff --git a/docs/guides/install/_category_.json b/docs/guides/install/_category_.json index 8f7377185..5f5e9739b 100644 --- a/docs/guides/install/_category_.json +++ b/docs/guides/install/_category_.json @@ -2,6 +2,7 @@ "label": "Install", "position": 10, "link": { - "type": "generated-index" + "type": "doc", + "id": "guides/install/index" } } diff --git a/docs/guides/install/index.mdx b/docs/guides/install/index.mdx new file mode 100644 index 000000000..e70acbd92 --- /dev/null +++ b/docs/guides/install/index.mdx @@ -0,0 +1,31 @@ +--- +title: Install +--- + +import { AssetsProvider } from '@site/src/components/assets-context'; +import DownloadCard from '@site/src/components/download-card'; +import styles from '@site/src/css/download-card.module.css'; + + +
+ + + +
+
+