Package Exports
- doccupine
- doccupine/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (doccupine) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Welcome to Doccupine
Doccupine is a free and open-source document management system that allows you to store, organize, and share your documentation with ease. Using Doccupine, you simply create your documentation in MDX files with traditional Markdown syntax, Doccupine monitors your changes automatically generating a beautiful, modern documentation website.
Open Source and Extensible
Doccupine is built on open standards, enabling customization and extensibility for different documentation needs. You stay in control of your content, with the option to host docs yourself and tailor the website’s look and features to match your organization’s requirements.
Features
- 📝 Markdown-based content
- 📦 Built-in file structure
- ⚡ Live Preview & Auto-Update
- 🚀 Easy Deployment
Getting Started
To get started with Doccupine, make sure you have Node.js and npm installed on your machine. Then, follow these steps:
- Run 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.
Start documenting
Start documenting your project by editing the index.mdx file in the choosen MDX directory.
In your MDX directory, you can structure your content using folders and files. Doccupine will automatically generate a navigation menu based on the configured categories and order.