+
For full data ownership and control, you can self-host Kan on your
infrastructure.
diff --git a/apps/docs/mint.json b/apps/docs/mint.json
index ae6e5c8e..e741000f 100644
--- a/apps/docs/mint.json
+++ b/apps/docs/mint.json
@@ -4,7 +4,7 @@
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg",
- "href": "https://kanbn.com"
+ "href": "https://kan.bn"
},
"favicon": "./favicon.png",
"colors": {
@@ -19,17 +19,17 @@
"topbarLinks": [
{
"name": "Sign in",
- "url": "https://kanbn.com/login"
+ "url": "https://kan.bn/login"
}
],
"topbarCtaButton": {
"name": "Go to app",
- "url": "https://kanbn.com/boards"
+ "url": "https://kan.bn/boards"
},
"anchors": [
{
"name": "API Reference",
- "openapi": "https://www.kanbn.com/api/v1/openapi.json",
+ "openapi": "https://kan.bn/api/v1/openapi.json",
"url": "api-reference",
"icon": "square-terminal"
},
diff --git a/apps/docs/package.json b/apps/docs/package.json
index 1edf62d6..df831bdd 100644
--- a/apps/docs/package.json
+++ b/apps/docs/package.json
@@ -6,7 +6,7 @@
"scripts": {
"build": "pnpm with-env mint build",
"clean": "git clean -xdf .cache .turbo node_modules",
- "dev": "pnpm with-env mintlify dev",
+ "dev": "pnpm with-env mintlify dev --port 3001",
"format": "prettier --check . --ignore-path ../../.gitignore",
"lint": "eslint",
"typecheck": "tsc --noEmit",
diff --git a/apps/web/src/components/FeedbackButton.tsx b/apps/web/src/components/FeedbackButton.tsx
index 7627cd2e..4495cd57 100644
--- a/apps/web/src/components/FeedbackButton.tsx
+++ b/apps/web/src/components/FeedbackButton.tsx
@@ -110,14 +110,14 @@ const FeedbackButton: React.FC = () => {
Need help?{" "}
Contact us
, or see our{" "}
{
{ label: "Roadmap", href: "/kan/roadmap", openInNewTab: true },
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
- { label: "Docs", href: "https://docs.kanbn.com", openInNewTab: true },
+ { label: "Docs", href: "https://docs.kan.bn", openInNewTab: true },
];
useEffect(() => {