From ef286937c6d47ff43a8ef37246bc5f904c1e813a Mon Sep 17 00:00:00 2001 From: Leanne Kerford Date: Tue, 11 Mar 2025 13:45:48 -0700 Subject: [PATCH] Update docs/administrator-documentation/moderne-platform/how-to-guides/dev-center.md Co-authored-by: Mike Solomon --- .../moderne-platform/how-to-guides/dev-center.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administrator-documentation/moderne-platform/how-to-guides/dev-center.md b/docs/administrator-documentation/moderne-platform/how-to-guides/dev-center.md index a83e03af..606b4d70 100644 --- a/docs/administrator-documentation/moderne-platform/how-to-guides/dev-center.md +++ b/docs/administrator-documentation/moderne-platform/how-to-guides/dev-center.md @@ -69,7 +69,7 @@ The [DevCenter object](https://github.com/moderneinc/moderne-organizations/blob/ ## Step 3: Create and configure the DevCenter -Your organization service must fulfill the [GraphQL contract mentioned in the previous step](https://github.com/moderneinc/moderne-organizations/blob/main/src/main/resources/schema/organizations.graphqls), or your agent must be set up to return the devCenter.json. If you chose to use [our template repository](https://github.com/moderneinc/moderne-organizations) for your Organizations service, you will need to run `./gradlew generateGraphqlJava copyGeneratedGraphql` to [get the latest types](https://github.com/moderneinc/moderne-organizations/pull/61/files), and then you will need to configure your own [devcenter.json file](https://github.com/moderneinc/moderne-organizations/blob/main/src/main/resources/devcenter.json). +Your organization service must fulfill the [GraphQL contract mentioned in the previous step](https://github.com/moderneinc/moderne-organizations/blob/main/src/main/resources/schema/organizations.graphqls), or your agent must be set up to return the `devCenter.json`. If you chose to use [our template repository](https://github.com/moderneinc/moderne-organizations) for your Organizations service, you will need to run `./gradlew generateGraphqlJava copyGeneratedGraphql` to [get the latest types](https://github.com/moderneinc/moderne-organizations/pull/61/files), and then you will need to configure your own [devcenter.json file](https://github.com/moderneinc/moderne-organizations/blob/main/src/main/resources/devcenter.json). The `devcenter.json` file is where all of the configuration lies for DevCenters. In this file, you can configure things like which organizations should have a DevCenter, what cards should appear on said DevCenter, and what the keys should be on the cards. This file must follow the GraphQL schema mentioned above.