The docs.page CLI provides useful commands for managing your documentation via https://docs.page.
To learn more, view the documentation.
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
Checks the documentation for issues, such as invalid links.
npx @docs.page/cli check