Skip to content

Commit

Permalink
docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszkrzaczkowski committed Nov 2, 2023
1 parent ab1cc6a commit 208db28
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,29 +63,29 @@ module.exports = {
spec: 'https://gitdeveloper.yetiforce.com/api/ManageConsents.json',
url: 'https://gitdeveloper.yetiforce.com/api/ManageConsents.json'
},
{
id: 'PBX',
spec: 'https://gitdeveloper.yetiforce.com/api/PBX.yaml',
url: 'https://gitdeveloper.yetiforce.com/api/PBX.yaml'
},
// {
// id: 'PBX',
// spec: 'https://gitdeveloper.yetiforce.com/api/PBX.yaml',
// url: 'https://gitdeveloper.yetiforce.com/api/PBX.yaml'
// },
{
id: 'SMS',
spec: 'https://gitdeveloper.yetiforce.com/api/SMS.yaml',
url: 'https://gitdeveloper.yetiforce.com/api/SMS.yaml',
route: '/api2/SMS/'
},
{
id: 'WooCommerce',
spec: 'https://gitdeveloper.yetiforce.com/api/WooCommerce.yaml',
url: 'https://gitdeveloper.yetiforce.com/api/WooCommerce.yaml',
route: '/api2/WooCommerce/'
},
{
id: 'Token',
spec: 'https://gitdeveloper.yetiforce.com/api/Token.yaml',
url: 'https://gitdeveloper.yetiforce.com/api/Token.yaml',
route: '/api2/Token/'
}
// {
// id: 'WooCommerce',
// spec: 'https://gitdeveloper.yetiforce.com/api/WooCommerce.yaml',
// url: 'https://gitdeveloper.yetiforce.com/api/WooCommerce.yaml',
// route: '/api2/WooCommerce/'
// },
// {
// id: 'Token',
// spec: 'https://gitdeveloper.yetiforce.com/api/Token.yaml',
// url: 'https://gitdeveloper.yetiforce.com/api/Token.yaml',
// route: '/api2/Token/'
// }
]
}
]
Expand Down

0 comments on commit 208db28

Please sign in to comment.