Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 28 additions & 8 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
"family": "Geist"
},
"contextual": {
"options": ["copy", "chatgpt", "cursor", "vscode"]
"options": [
"copy",
"chatgpt",
"cursor",
"vscode"
]
},
"integrations": {
"ga4": {
Expand Down Expand Up @@ -55,7 +60,11 @@
{
"group": "Get Started",
"icon": "rocket",
"pages": ["welcome", "understanding-platform", "support-options"]
"pages": [
"welcome",
"understanding-platform",
"support-options"
]
},
{
"group": "Experiments",
Expand Down Expand Up @@ -280,7 +289,9 @@
"infra-analytics/getting-started",
{
"group": "Traces Explorer",
"pages": ["infra-analytics/send-traces"]
"pages": [
"infra-analytics/send-traces"
]
},
{
"group": "Logs Explorer",
Expand All @@ -303,7 +314,10 @@
},
{
"group": "Web Analytics",
"pages": ["webanalytics/overview", "webanalytics/autocapture"]
"pages": [
"webanalytics/overview",
"webanalytics/autocapture"
]
}
]
},
Expand Down Expand Up @@ -373,7 +387,9 @@
},
{
"group": "Control Panel",
"pages": ["control-panel/overview"]
"pages": [
"control-panel/overview"
]
},
{
"group": "Data & Metrics",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -988,7 +1007,8 @@
"integrations/github_code_references",
"integrations/gitlab_code_references",
"integrations/slack",
"integrations/jira"
"integrations/jira",
"integrations/archastro"
]
},
{
Expand Down Expand Up @@ -1865,4 +1885,4 @@
"slack": "https://statsig.com/slack"
}
}
}
}
17 changes: 17 additions & 0 deletions integrations/archastro.mdx
Original file line number Diff line number Diff line change
@@ -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.