forked from bigcommerce/dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.stoplight.json
48 lines (48 loc) · 1.63 KB
/
.stoplight.json
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
39
40
41
42
43
44
45
46
47
48
{
"exclude": [
"README.md",
"CONTRIBUTING.md",
"pull_request_template_CODEOWNER.md",
"pull_request_template.md",
"docs/api-docs/apps/building-apps-guide.md",
"docs/api-docs/apps/tutorials/apps-node-react.md",
"docs/api-docs/cart-and-checkout/channels-sites-routes.md",
"docs/stencil-docs/customizing-checkout/checkout-sdk-example.md",
"docs/api-docs/channels/channels-pos-tutorial.md",
"docs/api-docs/developers-guide-headless.md",
"docs/api-docs/getting-started/available-apis.md",
"docs/api-docs/getting-started/building-apps-bigcommerce.md",
"docs/api-docs/getting-started/building-apps-bigcommerce/building-apps.md",
"docs/api-docs/getting-started/building-apps-bigcommerce/types-of-apps.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",
"docs/stencil-docs/configure-store-design-ui/defining-ui-options.md",
"docs/stencil-docs/configure-store-design-ui/store-design-overview.md",
"docs/stencil-docs/javascript-and-event-hooks/dynamic-content-rendering.md"
],
"formats": {
"openapi": {
"rootDir": "reference",
"include": [
"**"
]
},
"json_schema": {
"rootDir": "models",
"include": [
"**"
]
},
"markdown": {
"rootDir": "docs"
},
"image": {
"rootDir": "assets/images"
}
}
}