In this page, you can find all the commands available in Doccupine CLI.
Create a new directory for your project and navigate to it in your terminal. Run the following command to create a new Doccupine project:
npx doccupineOnce you run the command, Doccupine will ask you to select a directory to store your MDX files. Choose the directory where you want to create your documentation files. After selecting the directory, Doccupine will ask you to enter the name of the directory for the generated website. Enter the name of the directory where you want to create your website.
This will start the development server on port 3000. Open your browser and navigate to http://localhost:3000 to view your documentation.
npx doccupine --verboseThis will show Next.js errors in the terminal console logs, providing more detailed output useful for debugging during development.
npx doccupine buildThis will generate the build files for your documentation website without starting the development server. You can then deploy the generated files to a hosting service of your choice.
npx doccupine config --showThis will show the current configuration for Doccupine.
npx doccupine config --resetThis will reset the current configuration for Doccupine.