From 518ef004326399cedfec695e48eee951e3b9210d Mon Sep 17 00:00:00 2001
From: rzmk <30333942+rzmk@users.noreply.github.com>
Date: Tue, 21 Oct 2025 16:21:47 -0400
Subject: [PATCH 1/4] chore: fix typo
---
docs/content/docs/changelog/0.3.0.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/docs/changelog/0.3.0.mdx b/docs/content/docs/changelog/0.3.0.mdx
index c8fce07..b8143a7 100644
--- a/docs/content/docs/changelog/0.3.0.mdx
+++ b/docs/content/docs/changelog/0.3.0.mdx
@@ -22,7 +22,7 @@ The [Quick Start](/docs) page now includes three options for suggested installat
## Installation architecture page
-There is now an [Installation Architecture](/docs/reference/installation-architecture) page in the Reference section of the web app that provides a visual representaion of where `ckan-devstaller` installs relevant files/folders.
+There is now an [Installation Architecture](/docs/reference/installation-architecture) page in the Reference section of the web app that provides a visual representation of where `ckan-devstaller` installs relevant files/folders.
## Uninstall CKAN page
From d2e2c70dca8119538119eda839c970e0568bcc3d Mon Sep 17 00:00:00 2001
From: rzmk <30333942+rzmk@users.noreply.github.com>
Date: Tue, 21 Oct 2025 17:15:54 -0400
Subject: [PATCH 2/4] feat: add Privacy Policy
---
docs/app/(home)/page.tsx | 15 +++++++++++++++
docs/content/docs/meta.json | 4 +++-
2 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/docs/app/(home)/page.tsx b/docs/app/(home)/page.tsx
index bba11b9..0c21d60 100644
--- a/docs/app/(home)/page.tsx
+++ b/docs/app/(home)/page.tsx
@@ -39,6 +39,21 @@ export default function HomePage() {
./ckan-devstaller+ + } + codeblockUninstall={ +
./ckan-devstaller uninstall+
+ One of the primary goals of ckan-devstaller is to ease + installation of CKAN for development. Built with Rust for speed + and streamlining installation with{" "} + + ckan-compose + + , ckan-devstaller improves installation speeds{" "} + from hours/days to just minutes depending on your + download speed. +
++ Try out the interactive web GUI for customizing your CKAN + installation. You can select: +
++ Then you can copy the provided ckan-devstaller command to run your + selected configuration. +
++ We've kept development use cases in mind while developing + ckan-devstaller, such as: +
++ After you've installed CKAN with ckan-devstaller, you can + uninstall CKAN with ease. This allows for quickly re-installing + CKAN for a different use case. +
+ {props.codeblockUninstall} + + Learn more about uninstalling + +