|
72 | 72 | <div class="inside hwp-previews-docs"> |
73 | 73 |
|
74 | 74 | <ul> |
75 | | - <li><a href="https://github.com/wpengine/hwptoolkit/tree/main/plugins/hwp-previews#getting-started" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Getting Started', 'hwp-previews' ); ?></a></li> |
76 | | - <li><a href="https://github.com/wpengine/hwptoolkit/tree/main/plugins/hwp-previews#front-end-integration" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Front-End Integration', 'hwp-previews' ); ?></a></li> |
| 75 | + <li><a href="https://github.com/wpengine/hwptoolkit/tree/main/plugins/hwp-previews#hwp-previews" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Getting Started', 'hwp-previews' ); ?></a></li> |
| 76 | + <li><a href="https://github.com/wpengine/hwptoolkit/blob/main/docs/plugins/hwp-previews/how-to/configure-previews/index.md" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Configure Previews', 'hwp-previews' ); ?></a></li> |
| 77 | + <li><a href="https://github.com/wpengine/hwptoolkit/blob/main/docs/plugins/hwp-previews/explanation/core-concepts/index.md" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Core Concepts', 'hwp-previews' ); ?></a></li> |
77 | 78 | <?php if ( $hwp_previews_faust_integration->get_faust_enabled() ) : ?> |
78 | | - <li><a href="/wpengine/hwptoolkit/tree/main/plugins/hwp-previews#using-with-faustjs" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Using With Faust.js', 'hwp-previews' ); ?></a></li> |
| 79 | + <li><a href="/wpengine/hwptoolkit/blob/main/docs/plugins/hwp-previews/how-to/integrate-with-faust/index.md" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Using With Faust.js', 'hwp-previews' ); ?></a></li> |
79 | 80 | <?php endif; ?> |
80 | | - <li><a href="https://github.com/wpengine/hwptoolkit/blob/main/plugins/hwp-previews/ACTIONS_AND_FILTERS.md" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Actions and Filters', 'hwp-previews' ); ?></a></li> |
| 81 | + <li><a href="https://github.com/wpengine/hwptoolkit/blob/main/docs/plugins/hwp-previews/explanation/actions-and-filters/index.md" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Actions and Filters', 'hwp-previews' ); ?></a></li> |
| 82 | + <li><a href="https://github.com/wpengine/hwptoolkit/blob/main/docs/plugins/hwp-previews/tutorial/previews-with-wpgraphql/index.md" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Build Previews with Next.js and WPGraphQL', 'hwp-previews' ); ?></a></li> |
| 83 | + <li><a href="https://github.com/wpengine/hwptoolkit/blob/main/docs/plugins/hwp-previews/tutorial/previews-with-rest/index.md" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Build Previews with Next.js and REST API', 'hwp-previews' ); ?></a></li> |
81 | 84 | </ul> |
82 | 85 | <p><?php esc_html_e( 'HWP Previews is part of the HWP Toolkit, our comprehensive suite of tools and examples for headless WordPress.', 'hwp-previews' ); ?></p> |
83 | 86 | <p><a class="button-secondary" href="https://github.com/wpengine/hwptoolkit" target="_blank" rel="noopener noreferrer">HWP Toolkit on GitHub</a></p> |
|
0 commit comments