woocommerce/tools/monorepo-utils/src/md-docs
jonathansadowski 9b98a85380
Remove docs plugin from monorepo (#44013)
* Remove docs plugin from monorepo

* Add language to md-docs readme

* Fix lint error in blocks

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

---------

Co-authored-by: github-actions <github-actions@github.com>
2024-01-23 16:16:07 -06:00
..
commands WooCommerce Docs: Delete posts when it removed from the manifest (#39395) 2023-08-04 14:00:50 +12:00
lib add post tags support to docs manifest generator (#43575) 2024-01-16 12:54:37 -05:00
README.md Remove docs plugin from monorepo (#44013) 2024-01-23 16:16:07 -06:00

README.md

Markdown Docs CLI tool

This is a CLI tool designed to generate JSON manifests of Markdown files in a directory.

This manifest is currently designed to be consumed by the WooCommerce Docs plugin.

Usage

This command is built on postinstall and can be run from monorepo root.

To create a manifest:

pnpm utils md-docs create <path-to-directory> <projectName>

Arguments and options

To find out more about the arguments and options available, run:

pnpm utils md-docs create --help