File tree Expand file tree Collapse file tree 3 files changed +0
-22
lines changed Expand file tree Collapse file tree 3 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -239,14 +239,6 @@ const config = {
239
239
specPath : "examples/food/yogurtstore/openapi.yaml" ,
240
240
outputDir : "docs/food/yogurtstore" ,
241
241
} ,
242
- config : {
243
- specPath :
244
- "https://raw.githubusercontent.com/PaloAltoNetworks/pan.dev/master/openapi-specs/access/prisma-access-config/AddressGroups.yaml" ,
245
- outputDir : "docs/config" ,
246
- sidebarOptions : {
247
- groupPathsBy : "tag" ,
248
- } ,
249
- } ,
250
242
} ,
251
243
} ,
252
244
] ,
Original file line number Diff line number Diff line change @@ -1060,12 +1060,10 @@ components:
1060
1060
description : The name given to a pet
1061
1061
type : string
1062
1062
example : Guru
1063
- nullable : true
1064
1063
photoUrls :
1065
1064
description : The list of URL to a cute photos featuring pet
1066
1065
type : array
1067
1066
maxItems : 20
1068
- nullable : true
1069
1067
xml :
1070
1068
name : photoUrl
1071
1069
wrapped : true
@@ -1079,7 +1077,6 @@ components:
1079
1077
description : Tags attached to the pet
1080
1078
type : array
1081
1079
minItems : 1
1082
- nullable : true
1083
1080
xml :
1084
1081
name : tag
1085
1082
wrapped : true
@@ -1104,7 +1101,6 @@ components:
1104
1101
Tag :
1105
1102
title : tag
1106
1103
type : object
1107
- nullable : true
1108
1104
properties :
1109
1105
id :
1110
1106
description : Tag ID
Original file line number Diff line number Diff line change @@ -70,16 +70,6 @@ const sidebars = {
70
70
} ,
71
71
items : require ( "./docs/cos/sidebar.js" ) ,
72
72
} ,
73
- {
74
- type : "category" ,
75
- label : "Address Groups" ,
76
- link : {
77
- type : "generated-index" ,
78
- title : "Address Groups" ,
79
- slug : "/category/config-api" ,
80
- } ,
81
- items : require ( "./docs/config/sidebar.js" ) ,
82
- } ,
83
73
{
84
74
type : "category" ,
85
75
label : "Burgers" ,
You can’t perform that action at this time.
0 commit comments