adjusting internal links for the docs front-end (#44101)
* adjusting a link for the docs front-end * fixing some relative urls * fixing relatieve links * Updated manifest to include links --------- Co-authored-by: Jacklyn Biggin <hi@jacklyn.dev>
This commit is contained in:
parent
e0728e6d11
commit
ad7ae08d77
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@ menu_title: Customizing Endpoint URLs
|
|||
tags: how-to
|
||||
---
|
||||
|
||||
Before you start, check out [WooCommerce Endpoints](./docs/woocommerce-endpoints).
|
||||
Before you start, check out [WooCommerce Endpoints](./woocommerce-endpoints.md).
|
||||
|
||||
## Customizing endpoint URLs
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ A good place to start is usually the debugging tools built into WordPress itself
|
|||
|
||||
WooCommerce has a logging system that can be very helpful for finding and tracking errors on your site:
|
||||
|
||||
* [Logging in WooCommerce](../utilities/logging.md)
|
||||
* [Logging in WooCommerce](/docs/extension-development/logging.md)
|
||||
|
||||
## Xdebug
|
||||
|
||||
|
|
|
@ -4,9 +4,9 @@ menu_title: Troubleshooting Endpoints
|
|||
tags: how-to
|
||||
---
|
||||
|
||||
This document outlines common troubleshooting steps for [WooCommerce Endpoints](./docs/woocommerce-endpoints).
|
||||
This document outlines common troubleshooting steps for [WooCommerce Endpoints](.woocommerce-endpoints.md).
|
||||
|
||||
For more information, learn how to [Customize Endpoints](./docs/customizing-endpoint-urls).
|
||||
For more information, learn how to [Customize Endpoints](./customizing-endpoint-urls.md).
|
||||
|
||||
## Endpoints showing 404
|
||||
|
||||
|
|
|
@ -36,5 +36,5 @@ The following endpoints are used for account-related functionality and are appen
|
|||
|
||||
## Learn more
|
||||
|
||||
- [Customizing endpoint URLs](./docs/customizing-endpoint-urls)
|
||||
- [Troubleshooting endpoints](.docs/troubleshooting-endpoints)
|
||||
- [Customizing endpoint URLs](./customizing-endpoint-urls.md)
|
||||
- [Troubleshooting endpoints](./troubleshooting-endpoints.md)
|
||||
|
|
|
@ -48,7 +48,7 @@ The order data is synced from `_posts` and `_postmeta` table to four custom orde
|
|||
|
||||
## Enabling the feature
|
||||
|
||||
From WooCommerce 8.2, released on October 2023, HPOS is enabled by default for new installations. Existing stores can check [How to enable HPOS](https://github.com/woocommerce/woocommerce/blob/trunk/docs/high-performance-order-storage/enable-hpos.md)
|
||||
From WooCommerce 8.2, released on October 2023, HPOS is enabled by default for new installations. Existing stores can check [How to enable HPOS](./enable-hpos.md)
|
||||
|
||||
## Database tables
|
||||
|
||||
|
|
|
@ -18,9 +18,9 @@ WP-CLI is a powerful set of command-line tools for managing WordPress installati
|
|||
|
||||
This suite of documentation includes:
|
||||
|
||||
- [**How-to Guide**](./docs/using-wc-cli): Step-by-step instructions for common WC-CLI tasks.
|
||||
- [**Command Reference**](./docs/woocommerce-cli-commands): Detailed information on WC-CLI commands and their options.
|
||||
- [**FAQs**](./docs/woocommerce-cli-frequently-asked-questions): Answers to frequently asked questions about WC-CLI.
|
||||
- [**How-to Guide**](./using-wc-cli): Step-by-step instructions for common WC-CLI tasks.
|
||||
- [**Command Reference**](./woocommerce-cli-commands): Detailed information on WC-CLI commands and their options.
|
||||
- [**FAQs**](./woocommerce-cli-frequently-asked-questions): Answers to frequently asked questions about WC-CLI.
|
||||
- **Examples**: Practical examples of WC-CLI commands in use.
|
||||
|
||||
## Getting Started with WooCommerce CLI
|
||||
|
|
Loading…
Reference in New Issue