From c7a9a26535b04573d91f1e2ed93bce469207f2f5 Mon Sep 17 00:00:00 2001 From: Sprite Date: Thu, 26 Feb 2026 20:34:59 +0000 Subject: [PATCH] docs: add archastro integration section --- docs.json | 36 ++++++++++++++++++++++++++++-------- integrations/archastro.mdx | 17 +++++++++++++++++ 2 files changed, 45 insertions(+), 8 deletions(-) create mode 100644 integrations/archastro.mdx diff --git a/docs.json b/docs.json index 470ec8516..8e1cca370 100644 --- a/docs.json +++ b/docs.json @@ -23,7 +23,12 @@ "family": "Geist" }, "contextual": { - "options": ["copy", "chatgpt", "cursor", "vscode"] + "options": [ + "copy", + "chatgpt", + "cursor", + "vscode" + ] }, "integrations": { "ga4": { @@ -55,7 +60,11 @@ { "group": "Get Started", "icon": "rocket", - "pages": ["welcome", "understanding-platform", "support-options"] + "pages": [ + "welcome", + "understanding-platform", + "support-options" + ] }, { "group": "Experiments", @@ -280,7 +289,9 @@ "infra-analytics/getting-started", { "group": "Traces Explorer", - "pages": ["infra-analytics/send-traces"] + "pages": [ + "infra-analytics/send-traces" + ] }, { "group": "Logs Explorer", @@ -303,7 +314,10 @@ }, { "group": "Web Analytics", - "pages": ["webanalytics/overview", "webanalytics/autocapture"] + "pages": [ + "webanalytics/overview", + "webanalytics/autocapture" + ] } ] }, @@ -373,7 +387,9 @@ }, { "group": "Control Panel", - "pages": ["control-panel/overview"] + "pages": [ + "control-panel/overview" + ] }, { "group": "Data & Metrics", @@ -794,7 +810,10 @@ { "group": "AI SDKs", "icon": "brain", - "pages": ["ai-evals/node", "ai-evals/python"] + "pages": [ + "ai-evals/node", + "ai-evals/python" + ] }, { "group": "More SDK Methods", @@ -988,7 +1007,8 @@ "integrations/github_code_references", "integrations/gitlab_code_references", "integrations/slack", - "integrations/jira" + "integrations/jira", + "integrations/archastro" ] }, { @@ -1865,4 +1885,4 @@ "slack": "https://statsig.com/slack" } } -} +} \ No newline at end of file diff --git a/integrations/archastro.mdx b/integrations/archastro.mdx new file mode 100644 index 000000000..d43938560 --- /dev/null +++ b/integrations/archastro.mdx @@ -0,0 +1,17 @@ +--- +title: Archastro Integration +--- + +Archastro is a platform that enhances developer productivity. This integration allows you to sync your Statsig feature gates and experiments with your Archastro workspace. + +## Setup + +1. Go to the Statsig console and navigate to **Project Settings** -> **Integrations**. +2. Find **Archastro** and click **Add**. +3. Follow the on-screen instructions to link your Archastro account. + +## Features + +- **Automated Gate Creation**: Create feature gates directly from Archastro. +- **Experiment Monitoring**: View real-time experiment results in your Archastro dashboard. +- **Syncing**: Keep your team in sync with the latest feature rollouts.