forked from bigcommerce/dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.stoplight.json
More file actions
38 lines (38 loc) · 982 Bytes
/
.stoplight.json
File metadata and controls
38 lines (38 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"exclude": [
"README.md",
"CONTRIBUTING.md",
"pull_request_template_CODEOWNER.md",
"pull_request_template.md",
"docs/api-docs/cart-and-checkout/channels-sites-routes.md",
"docs/api-docs/channels/channels-pos-tutorial.md",
"docs/api-docs/developers-guide-headless.md",
"docs/api-docs/orders/orders-overview.md",
"docs/api-docs/partner/app-store-approval-requirements.md",
"docs/api-docs/partner/technology-program.md",
"docs/api-docs/storefront/graphql/rendering-widgets.md",
"docs/api-docs/storefront/widgets.md",
"docs/available-apis.md",
"docs/legacy/stencil-themes/installing-legacy-theme-modules.md"
],
"formats": {
"openapi": {
"rootDir": "reference",
"include": [
"**"
]
},
"json_schema": {
"rootDir": "models",
"include": [
"**"
]
},
"markdown": {
"rootDir": "docs"
},
"image": {
"rootDir": "assets/images"
}
}
}