Skip to content

Commit 08adb02

Browse files
mbelton-buildkitedannymidnight
authored andcommitted
Fix graphql nav rspec
1 parent 39d1715 commit 08adb02

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

spec/scripts/graphql_api_content/nav_data_spec.rb

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,40 @@
304304
},
305305
{
306306
"name" => "Cookbook",
307-
"path" => "apis/graphql/graphql-cookbook"
307+
"children" => [
308+
{
309+
"name" => "Overview",
310+
"path" => "apis/graphql/graphql-cookbook"
311+
},
312+
{
313+
"name" => "Pipelines",
314+
"path" => "apis/graphql/cookbooks/pipelines"
315+
},
316+
{
317+
"name" => "Builds",
318+
"path" => "apis/graphql/cookbooks/builds"
319+
},
320+
{
321+
"name" => "Jobs",
322+
"path" => "apis/graphql/cookbooks/jobs"
323+
},
324+
{
325+
"name" => "Agents",
326+
"path" => "apis/graphql/cookbooks/agents"
327+
},
328+
{
329+
"name" => "Clusters",
330+
"path" => "apis/graphql/cookbooks/clusters"
331+
},
332+
{
333+
"name" => "Organizations",
334+
"path" => "apis/graphql/cookbooks/organizations"
335+
},
336+
{
337+
"name" => "Teams",
338+
"path" => "apis/graphql/cookbooks/teams"
339+
}
340+
]
308341
},
309342
{
310343
"name" => "Limits",

0 commit comments

Comments
 (0)