📄️ Introduction
Welcome to the Prodcat Developer Guide. Learn about Prodcat's system architecture, technology stack (Node.js, Docusaurus, Handlebars), and how to set up your development environment to customize, extend, and contribute to Prodcat.
📄️ Content Management
Learn how to manage content in your Prodcat-generated website. This guide covers adding and editing software products in `products.js`, managing categories, handling images and assets, and creating custom documentation pages using Markdown and MDX.
📄️ Customization
Learn how to customize your Prodcat website. This guide covers theming, including modifying the look and feel with CSS and swizzling Docusaurus components, as well as creating and modifying Handlebars templates for your product pages.
📄️ Advanced Topics
Explore advanced topics for Prodcat developers. This guide introduces the plugin system for extending Prodcat's functionality and provides an overview of the available APIs for programmatic data retrieval and integration.