2015-01-16 15:49:28 +00:00
|
|
|
destination: wc-apidocs
|
2015-01-16 16:06:58 +00:00
|
|
|
templateConfig: apigen/theme-woocommerce/config.neon
|
2015-01-16 15:49:28 +00:00
|
|
|
extensions: [php]
|
2018-02-02 13:20:16 +00:00
|
|
|
source:
|
|
|
|
- woocommerce.php
|
|
|
|
- includes
|
2015-01-16 15:49:28 +00:00
|
|
|
exclude:
|
|
|
|
- includes/libraries/
|
2016-08-16 19:06:14 +00:00
|
|
|
- includes/api/legacy/
|
2015-01-16 15:49:28 +00:00
|
|
|
charset: [UTF-8]
|
|
|
|
main: WC
|
2018-02-02 13:20:16 +00:00
|
|
|
title: WooCommerce Code Reference
|
2016-07-19 10:30:31 +00:00
|
|
|
baseUrl: https://docs.woocommerce.com/wc-apidocs/
|
2015-01-16 15:49:28 +00:00
|
|
|
templateTheme: default
|
2015-01-16 16:06:58 +00:00
|
|
|
php: false
|
2015-01-16 15:49:28 +00:00
|
|
|
sourceCode: true
|
|
|
|
tree: true
|
|
|
|
deprecated: true
|
|
|
|
todo: true
|
2015-11-20 10:05:33 +00:00
|
|
|
download: false
|