Frequently Asked Questions (FAQ)
Here you can find answers to common questions about Prodcat.
General
What is Prodcat?
Prodcat is a tool for generating and managing software product documentation websites using Docusaurus.
Who is Prodcat for?
Prodcat is designed for technical writers, developers, and product managers who need to create and maintain documentation for software products.
Installation
How do I install Prodcat?
You can install Prodcat globally using npm (npm install -g prodcat) or use it with npx (npx prodcat init).
What are the prerequisites for Prodcat?
You need Node.js and a Docusaurus project setup to use Prodcat.
Usage
How do I add new products?
You can add new software product objects to the products array in your products.js file.
How do I generate the website?
Run prodcat generate in your project's root directory.