Skip to content

Commit c7bc880

Browse files
authored
feat(dashboard): use plant store specs in ftux (#6971)
Fixes FER-8552 ## Short description of the changes made - wire up ftux to use plantstore default specs - ~**requires fern-api/docs-starter#95 before merging**~ merged! ✅ ## What was the motivation & context behind this PR? - better specs! ## How has this PR been tested? - tested locally
1 parent 7874dfe commit c7bc880

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/fern-dashboard/src/components/onboarding

packages/fern-dashboard/src/components/onboarding/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
export const DEFAULT_SPECS = [
55
{
66
fileName: "example-openapi.json",
7-
assetUrl: "https://petstore3.swagger.io/api/v3/openapi.json"
7+
assetUrl: "https://raw.githubusercontent.com/fern-api/docs-starter/refs/heads/main/fern/openapi.yaml"
88
},
99
{
1010
fileName: "example-asyncapi.yaml",
11-
assetUrl: "https://raw.githubusercontent.com/asyncapi/spec/master/examples/streetlights-mqtt-asyncapi.yml"
11+
assetUrl: "https://raw.githubusercontent.com/fern-api/docs-starter/refs/heads/main/fern/asyncapi.yaml"
1212
}
1313
] as const;
1414

0 commit comments

Comments
 (0)