1.0.4 • Published 10 months ago
@docs.page/cli v1.0.4
@docs.page/cli
The docs.page CLI provides useful commands for managing your documentation via https://docs.page.
To learn more, view the documentation.
Commands
init
Initializes a new documentation project in the current directory. This command creates a docs.json
file and a docs
folder in the root of the project.
npx @docs.page/cli init new-project
check
Checks the documentation for issues, such as invalid links.
npx @docs.page/cli check