* Init commit
* Updates remainder of the doc
* Fixes linting issues
* Updates manifest from rebase
* Updated manifest using command in this branch
---------
Co-authored-by: Shani Banerjee <shanibanerjee@Shanis-MBP.lan>
* Add static method for getting the log directory
* Add filter for customizing the log directory path
* Handle case where constant is already defined
* Do directory creation on the fly instead of during install
* Replace all Core usages of WC_LOG_DIR
* Ensure each site's log handler setting is respected
* Add unit tests
* Fix legacy logger unit tests
* Update docs
* Regenerate docs manifest file (required by GitHub CI)
---------
Co-authored-by: Nestor Soriano <konamiman@konamiman.com>
* Update check-if-woo-is-active.md
Added more reliable methods to check if WooCommerce is active
* Update check-if-woo-is-active.md
Update code examples to use WooCommerce hooks.
* Update check-if-woo-is-active.md
Update wording in some sections
* Update docs/extension-development/check-if-woo-is-active.md
Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
* add docs manifest
---------
Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
Co-authored-by: Jacklyn Biggin <hi@jacklyn.dev>
* Adjusting relative links in docs folder to avoid 404s on docs site
Adjusting relative links in docs folder to avoid 404s on docs site
* Update docs-manifest.json
* Update docs manifest to reflect current trunk
* Fix invalid links
* Update manifest
---------
Co-authored-by: Jacklyn Biggin <hi@jacklyn.dev>
* Removing notices that are no-longer-relevant
Removing "WIP" and "developer-level" notices, and fixing a few titles
* add updated docs manifest
---------
Co-authored-by: Jacklyn Biggin <hi@jacklyn.dev>
* Adjusting post_titles, menu_titles, and tags for docs folder
Adjusting the post_titles, menu_titles, and tags for document files in the docs folder
* Update removing-product-product-category-or-shop-from-the-url.md
* Update classic-theme-developer-handbook.md
* further adjustments and casing
* Move HPOS/CLI contents into README
---------
Co-authored-by: Jacklyn Biggin <hi@jacklyn.dev>
* Initial migration
* Add additional links to code reference
* Fix lint indentation issue
* Add nav_args['parentPath'] documentation
* Minor code style fix (spacing)
* Update add_extension_register_page example to adhere to guidelines
* Update woocommerce_admin_pages_list filter example to conform to guidelines
* Update parentPath doc to make it clear that it is part of the JS config, not the PHP config
* reorganizing documents for better discoverability
* adding and adjusting category descriptions for docs site
---------
Co-authored-by: Jacklyn Biggin <hi@jacklyn.dev>
* migrating images out of docs folder
Migrating images from '_media' folders to developer.woo.com/docs media folder and removing media folders and image files from docs folder.
* Delete 73 results - 16 files.md
* replace forward tick with ' in docs folder
* replace encoded bcktick with single quote in docs folder
---------
Co-authored-by: Ron Rennick <ronald.rennick@automattic.com>
We've been quietly building a set of documentation in a private repo that we are ready to move over to the public monorepo so that we can continue our initiative to imrpove the documentation experience for Woo developers.