| 1 |
export const docUrls = { |
| 2 |
Product: 'https://discoplugin.com/docs/product-rules/', |
| 3 |
Cart: 'https://discoplugin.com/docs/cart-rules/', |
| 4 |
Bulk: 'https://discoplugin.com/docs/bulk-rules/', |
| 5 |
Bundle: 'https://discoplugin.com/docs/bundle-rules/', |
| 6 |
BOGO: 'https://discoplugin.com/docs/bogo-rules/', |
| 7 |
} |
| 8 |
|