woocommerce/plugins/woocommerce-docs
Sam Seay 664468f51a
Add a new plugin to the monorepo for the docs project (#38406)
2023-06-01 10:21:33 +12:00
..
client Add a new plugin to the monorepo for the docs project (#38406) 2023-06-01 10:21:33 +12:00
src Add a new plugin to the monorepo for the docs project (#38406) 2023-06-01 10:21:33 +12:00
.eslintrc Add a new plugin to the monorepo for the docs project (#38406) 2023-06-01 10:21:33 +12:00
.prettierrc.js Add a new plugin to the monorepo for the docs project (#38406) 2023-06-01 10:21:33 +12:00
README.md Add a new plugin to the monorepo for the docs project (#38406) 2023-06-01 10:21:33 +12:00
composer.json Add a new plugin to the monorepo for the docs project (#38406) 2023-06-01 10:21:33 +12:00
composer.lock Add a new plugin to the monorepo for the docs project (#38406) 2023-06-01 10:21:33 +12:00
package.json Add a new plugin to the monorepo for the docs project (#38406) 2023-06-01 10:21:33 +12:00
tsconfig.json Add a new plugin to the monorepo for the docs project (#38406) 2023-06-01 10:21:33 +12:00
webpack.config.js Add a new plugin to the monorepo for the docs project (#38406) 2023-06-01 10:21:33 +12:00
woocommerce-docs.php Add a new plugin to the monorepo for the docs project (#38406) 2023-06-01 10:21:33 +12:00

README.md

WooCommerce Docs Plugin

This is a work-in-progress plugin with the desired goal of consolidating documentation from various sources into Wordpress posts.

Although this is called WooCommerce Docs, it should be able to be used with any Wordpress site and a manifest conforming to the data structure (TBD) to create Wordpress posts from Markdown content.

Development

Set up the monorepo as usual, now from this directory run pnpm build to build the webpack assets. This plugin creates a top level menu called "WooCommerce Docs" that you can navigate to once you've mounted the plugin in your development environment.